Skip to content

Commit 1c54642

Browse files
committed
List Nextcloud's enterprise offering and the NC app "Roundcube Mail"
This adds three new boxes to the 'About' and 'Download' pages in the known layout and style.
1 parent 6c05ca0 commit 1c54642

3 files changed

Lines changed: 50 additions & 1 deletion

File tree

about/index.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h2 id="license">License <a class="anchor" href="#license" aria-label="Link to t
119119

120120
<div class="row">
121121
<div class="col">
122-
<h2 id="services">Services Using and Supporting Roundcube <a class="anchor" href="#services" aria-label="Link to this section: Services Using and Supporting Roundcube"></a></h2>
122+
<h2 id="services">Services using and supporting Roundcube <a class="anchor" href="#services" aria-label="Link to this section: Services Using and Supporting Roundcube"></a></h2>
123123
<p>
124124
There are thousands of services that make use of Roundcube to provide
125125
webmail to millions of users. We love to see our application in so many hands
@@ -137,6 +137,23 @@ <h2 id="services">Services Using and Supporting Roundcube <a class="anchor" href
137137
</div>
138138

139139
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3">
140+
<div class="col my-3">
141+
<div class="card h-100">
142+
<div class="card-header bg-header">
143+
<a href="https://nextcloud.com" class="text-white" target="_blank">Nextcloud</a>
144+
</div>
145+
<div class="card-body">
146+
<p>
147+
<a href="https://nextcloud.com" class="rc-icon external-link" target="_blank">Nextcloud</a>
148+
develops software for decentralized and federated clouds as alternative to centralized cloud services.
149+
</p>
150+
<p>
151+
Since 2023 it is the new home of Roundcube and fosters the growth and improvement of the project.
152+
</p>
153+
</div>
154+
</div>
155+
</div>
156+
140157
<div class="col my-3">
141158
<div class="card h-100">
142159
<div class="card-header bg-header">

download/index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,41 @@ <h2 id="plugins">Plugins and skins <a class="anchor" href="#plugins" aria-label=
134134
<p>Roundcube uses <a href="https://getcomposer.org" class="rc-icon external-link" target="_blank">Composer</a> to manage add-ons and dependencies. Our <a href="https://plugins.roundcube.net/" class="rc-icon external-link" target="_blank">Plugins Repository</a>
135135
contains a list of plugins and instructions on how to install them and keep them up-to-date. As well as plugins you'll also find <a href="https://packagist.org/?type=roundcube-skin" class="rc-icon external-link" target="_blank">additional skins</a> available on Packagist.</p>
136136

137+
<h2 id="integrations">Integrations <a class="anchor" href="#integrations" aria-label="Link to this section: Integrations"></a></h2>
138+
139+
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3">
140+
<div class="col my-3">
141+
<div class="card h-100">
142+
<div class="card-header bg-header">
143+
<span class="text-white">Nextcloud integration: Roundcube Mail</span>
144+
</div>
145+
<div class="card-body">
146+
<p>
147+
<a href="https://apps.nextcloud.com/apps/mail_roundcube" target="_blank"><img src="/images/nextcloud-roundcube-main-window.png" style="max-width: 100%;" /></a>
148+
The Nextcloud app <a href="https://apps.nextcloud.com/apps/mail_roundcube" target="_blank">"Roundcube Mail"</a> integrates an existing Roundcube standalone email-webapp into Nextcloud, with optional SSO.
149+
</p>
150+
</div>
151+
</div>
152+
</div>
153+
154+
</div>
155+
156+
137157
<h2 id="packages">Complete email server packages with Roundcube <a class="anchor" href="#packages" aria-label="Link to this section: Complete email server packages with Roundcube"></a></h2>
138158

139159
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3">
160+
<div class="col my-3">
161+
<div class="card h-100">
162+
<div class="card-header bg-header">
163+
<span class="text-white">Roundcube for Enterprises</span>
164+
</div>
165+
<div class="card-body">
166+
<p><a href="https://nextcloud.com/roundcube/" class="fw-bold" target="_blank">Roundcube for Enterprises</a>
167+
is a stand-alone, all-in-one email solution for service providers by Nextcloud. Your customers need a reliable, dependable and performant email service. The Nextcloud Roundcube Enterprise subscription helps you deliver exactly that.
168+
</div>
169+
</div>
170+
</div>
171+
140172
<div class="col my-3">
141173
<div class="card h-100">
142174
<div class="card-header bg-header">
550 KB
Loading

0 commit comments

Comments
 (0)