Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2018-01-28 01:33:06 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-01-28 18:14:11 +0300
commit518bee18d3f9279148fb845a7668cf011d37b432 (patch)
tree2b5796700eec19b2c6899aa4b2e2119d7dc99e47
parent7e048efa3dd0606507a0f5daf70b15214578ca40 (diff)
translation compatible URL's on many pages
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
-rw-r--r--install-instructions.php16
-rw-r--r--page-about.php6
-rw-r--r--page-apply.php8
-rw-r--r--page-athome.php36
-rw-r--r--page-box.php2
-rw-r--r--page-buy.php6
-rw-r--r--page-changelog.php2
-rw-r--r--page-clients.php6
-rw-r--r--page-collaboraonline.php8
-rw-r--r--page-compare.php2
-rw-r--r--page-conf.php4
-rw-r--r--page-connect.php4
-rw-r--r--page-contact.php18
-rw-r--r--page-contribute.php4
-rw-r--r--page-contributors.php4
-rw-r--r--page-design.php2
-rw-r--r--page-devices.php10
-rw-r--r--page-education.php16
-rw-r--r--page-endtoend.php2
-rw-r--r--page-enterprise.php28
-rw-r--r--page-events.php12
-rw-r--r--page-faq.php2
-rw-r--r--page-file-drop.php8
-rw-r--r--page-files.php38
-rw-r--r--page-globalscale.php2
-rw-r--r--page-groupware.php10
-rw-r--r--page-healthcare.php12
-rw-r--r--page-homepage.php10
-rw-r--r--page-install.php8
-rw-r--r--page-meetups.php10
-rw-r--r--page-migration.php10
-rw-r--r--page-monitoring.php2
-rw-r--r--page-order.php18
-rw-r--r--page-outlook.php2
-rw-r--r--page-press.php54
-rw-r--r--page-pricing.php46
-rw-r--r--page-privacy.php4
-rw-r--r--page-promote.php2
-rw-r--r--page-providers.php9
-rw-r--r--page-release-channels.php42
-rw-r--r--page-secure.php14
-rw-r--r--page-securesharing.php10
-rw-r--r--page-security.php16
-rw-r--r--page-sharing.php6
-rw-r--r--page-speaking.php6
-rw-r--r--page-storage.php6
-rw-r--r--page-support.php20
-rw-r--r--page-talk.php4
-rw-r--r--page-threat-model.php2
-rw-r--r--page-trademarks.php190
-rw-r--r--page-usermanagement.php4
-rw-r--r--page-workflow.php4
52 files changed, 373 insertions, 394 deletions
diff --git a/install-instructions.php b/install-instructions.php
index 9f1e8ad1..98bf5f4b 100644
--- a/install-instructions.php
+++ b/install-instructions.php
@@ -6,13 +6,13 @@
<div id="tab-archive" role="tabpanel" class="tab-pane active">
<div class="overlay-body row">
<div class="col-md-6">
- <p><?php echo $l->t('The <strong>archive</strong> should be extracted in a folder your web server has access to. Latest stable version');?>: <span class="label label-blue"><?php echo $VERSIONS_SERVER_FULL_STABLE; ?></span> (<a class="hyperlink" href="/changelog"><small><?php echo $l->t('Changelog');?></small></a>)</br>
+ <p><?php echo $l->t('The <strong>archive</strong> should be extracted in a folder your web server has access to. Latest stable version');?>: <span class="label label-blue"><?php echo $VERSIONS_SERVER_FULL_STABLE; ?></span> (<a class="hyperlink" href="<?php echo home_url('changelog') ?>"><small><?php echo $l->t('Changelog');?></small></a>)</br>
<div class="downloadbutton">
<a class="btn btn-primary btn-large" href="<?php echo $DOWNLOAD_SERVER_STABLE_ZIP; ?>"><?php echo $l->t('Download Nextcloud');?></a>
</div>
<p><?php echo $l->t('Follow the');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>installation"><?php echo $l->t('Nextcloud Admin Manuals</a> installation chapter.</br>
If you already run Nextcloud, refer to the');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>maintenance/upgrade.html"><?php echo $l->t('upgrade manual.');?></a><br/>
- <?php echo $l->t('<a class="hyperlink" href="/enterprise">Need enterprise support?</a>');?></p>
+ <a class="hyperlink" href="<?php echo home_url('enterprise') ?>"><?php echo $l->t('Need enterprise support?</a>');?></p>
<a class="btn btn-default" data-toggle="collapse" href="#more">Details and Download options</a>
<div class="collapse" id="more">
@@ -28,10 +28,10 @@
<div class="thumbnail">
<img style="width:100%" src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/serverwebui.png" alt="Nextcloud Server" />
</div>
- <p><?php echo $l->t('Looking for <a class="hyperlink" href="/changelog">older versions or major releases</a>?');?></p>
+ <p><?php echo $l->t('Looking for');?> <a class="hyperlink" href="<?php echo home_url('changelog') ?>"><?php echo $l->t('older versions or major releases</a>?');?></p>
<p><?php echo $l->t('<small>Nextcloud Server does <strong>not</strong> support Microsoft Windows. We recommend using <a class="hyperlink" href="https://help.nextcloud.com/t/linux-packages-status/10216">a virtual machine or docker image</a> on Windows Server.</small>');?></p>
<p><?php echo $l->t('<small><strong>Security note:</strong></br>To receive information about updates and security issues, we recommend a subscription to our low-traffic <a class="hyperlink" href="https://newsletter.nextcloud.com/?p=subscribe&id=1">newsletter</a>.</small>');?></p>
- <p><?php echo $l->t('<small><strong>Release channels:</strong></br>We offer <a class="hyperlink" href="/release-channels">Release Channels</a> with production, stable, beta and daily-branches. This gives you the opportunity to choose your balance between stability and features.</small>');?></p>
+ <p><?php echo $l->t('<small><strong>Release channels:</strong></br>We offer');?> <a class="hyperlink" href="<?php echo home_url('release-channels') ?>"><?php echo $l->t('Release Channels</a> with production, stable, beta and daily-branches. This gives you the opportunity to choose your balance between stability and features.</small>');?></p>
</div>
</div>
</div>
@@ -55,7 +55,7 @@
</div>
<p><?php echo $l->t('<small>Nextcloud Server does <strong>not</strong> support Microsoft Windows. We recommend using <a class="hyperlink" href="https://help.nextcloud.com/t/linux-packages-status/10216">a virtual machine or docker image</a> on Windows Server.</small>');?></p>
<p><?php echo $l->t('<small><strong>Security note:</strong></br>To receive information about updates and security issues, we recommend a subscription to our low-traffic <a class="hyperlink" href="https://newsletter.nextcloud.com/?p=subscribe&id=1">newsletter</a>.</small>');?></p>
- <p><?php echo $l->t('<small><strong>Release channels:</strong></br>We offer <a class="hyperlink" href="/release-channels">Release Channels</a> with production, stable, beta and daily-branches. This gives you the opportunity to choose your balance between stability and features.</small>');?></p>
+ <p><?php echo $l->t('<small><strong>Release channels:</strong></br>We offer');?> <a class="hyperlink" href="<?php echo home_url('release-channels') ?>"><?php echo $l->t('Release Channels</a> with production, stable, beta and daily-branches. This gives you the opportunity to choose your balance between stability and features.</small>');?></p>
</div>
</div>
</div>
@@ -71,7 +71,7 @@
<img style="width:100%" src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/serverwebui.png" alt="Nextcloud Server" />
</div>
<p><?php echo $l->t('<strong>Security note:</strong></br> We recommend a subscription to our low-traffic <a class="hyperlink" href="https://newsletter.nextcloud.com/?p=subscribe&id=1">newsletter</a> for notifications on updates and security issues. Find the <a class="hyperlink" href="<?php echo $NEXTCLOUD_GPG; ?>">public Nextcloud GPG key here</a>.');?></p>
- <p><?php echo $l->t('Looking for repositories of <a class="hyperlink" href="/changelog">previous major releases</a>?');?></p>
+ <p><?php echo $l->t('Looking for repositories of');?> <a class="hyperlink" href="<?php echo home_url('changelog') ?>"><?php echo $l->t('previous major releases</a>?');?></p>
<p><?php echo $l->t('<small>Nextcloud Server does <strong>not</strong> support Microsoft Windows. We recommend using <a id="cloud" href="#tab-cloud" title="Easy deployment in a Virtual Machine" role="tab" data-toggle="tab">the Nextcloud Appliance</a> on Windows Server.</small>');?></p>
</div>
</div>
@@ -93,7 +93,7 @@
<img style="width:100%" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/VMwelcome.png" alt="Nextcloud VM" />
</div>
<p><?php echo $l->t('<small><strong>Security note:</strong></br>To receive information about updates and security issues, we recommend a subscription to our low-traffic <a class="hyperlink" href="https://newsletter.nextcloud.com/?p=subscribe&id=1">newsletter</a>.</small>');?></p>
- <p><?php echo $l->t('<small><strong>Release channels:</strong></br>We offer <a class="hyperlink" href="/release-channels">Release Channels</a> with production, stable, beta and daily-branches. This gives you the opportunity to choose your balance between stability and features.</small>');?></p>
+ <p><?php echo $l->t('<small><strong>Release channels:</strong></br>We offer');?> <a class="hyperlink" href="<?php echo home_url('release-channels') ?>"><?php echo $l->t('Release Channels</a> with production, stable, beta and daily-branches. This gives you the opportunity to choose your balance between stability and features.</small>');?></p>
</div>
</div>
</div>
@@ -137,7 +137,7 @@
<p><?php echo $l->t('Nextcloud is using WebDAV, so you can also try out any other client you want!');?></p>
<p><?php echo $l->t('Compatible clients include:');?></p>
<ul>
- <li><a class="hyperlink" href="/outlook">Outlook & Thunderbird integration</a> <?php echo $l->t('Sync your files, calendars, contacts and tasks with Outlook or Mozilla Thunderbird');?></li>
+ <li><a class="hyperlink" href="<?php echo home_url('outlook') ?>">Outlook & Thunderbird integration</a> <?php echo $l->t('Sync your files, calendars, contacts and tasks with Outlook or Mozilla Thunderbird');?></li>
</ul>
</div>
<div class="col-md-6">
diff --git a/page-about.php b/page-about.php
index 25b6c040..9070663d 100644
--- a/page-about.php
+++ b/page-about.php
@@ -24,14 +24,14 @@ require(["require.config"], function() {
<div class="container">
<p class="section--paragraph"><?php echo $l->t('Nextcloud, the next generation open source Enterprise File Sync and Share was started by ownCloud inventor <a class="hyperlink" href="https://karlitschek.de">Frank Karlitschek</a> and a dozen experienced open source entrepreneurs and engineers to empower users to take back control over their data and communication. The company was launched in 2016 as a spin-off from <a class="hyperlink" href="https://struktur.de" target="_blank">Struktur AG</a>, a leading web conferencing and financial planning software company since 1995, servicing customers like Deutsche Bank, Vodafone, BNP Paribas and many others, and turned profitable by the end of 2016. Nextcloud gives organizations fine-grained control over data access, facilitates file synchronization and sharing across devices, enables collaboration within and across organizational boundaries and lets users communicate through secure audio and video conferencing.');?></p>
- <p class="section--paragraph"><?php echo $l->t('See <a class="hyperlink" href="/features">our features page</a> for more information about what Nextcloud can do for you.');?></p>
+ <p class="section--paragraph"><a class="hyperlink" href="<?php echo home_url('files') ?>"><?php echo $l->t('See the Nextcloud Files page</a> for more information about what Nextcloud Files can do for you.');?></p>
<h2><?php echo $l->t('User Focus');?></h2>
<p class="section--paragraph"><?php echo $l->t('At Nextcloud, we believe that an open, transparent development process and a clear focus on the needs of users and customers results in a better product.');?></p>
- <p class="section--paragraph"><?php echo $l->t('By having access to our engineers, customers get the best possible support while having an opportunity to participate in and benefit from the open source model. See <a class="hyperlink" href="/enterprise">our enterprise page</a> for more information about our Enterprise Support Subscriptions.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('By having access to our engineers, customers get the best possible support while having an opportunity to participate in and benefit from the open source model.');?> <a class="hyperlink" href="<?php echo home_url('enterprise') ?>"><?php echo $l->t('See our enterprise page</a> for more information about our Enterprise Support Subscriptions.');?></p>
- <p class="section--paragraph"><?php echo $l->t('You can follow what we are up to <a class="hyperlink" href="/news">in our blogs</a> and join the <a class="hyperlink" href="https://help.nextcloud.com">conversations on our forums.</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('You can follow what we are up to');?> <a class="hyperlink" href="<?php echo home_url('news') ?>"><?php echo $l->t('in our blogs</a> and join the <a class="hyperlink" href="https://help.nextcloud.com">conversations on our forums.</a>');?></p>
<h2><?php echo $l->t('History');?></h2>
<p class="section--paragraph"><?php echo $l->t('Our launch has been covered extensively in the media and we\'ve been interviewed, explaining the why, how and what behind our endeavor. In short, 12 developers, most of the engineering team, left ownCloud because we believed a better solution was possible for users, customers and fellow contributors. We see a business as an important part of the open source ecosystem around a project. Its role is to act as a catalyst, enabling individuals and businesses to grow and participate. It is in the nature of open source that a company failing to play this role can be replaced, protecting customers from vendor lock-in.');?></p>
diff --git a/page-apply.php b/page-apply.php
index 184b7c63..7a9fccdd 100644
--- a/page-apply.php
+++ b/page-apply.php
@@ -4,10 +4,10 @@
</div>
-<p>The Nextcloud community <a href="/providers">offers a list of providers for Nextcloud users</a>. No endorsement is implied by these listings. If you would like to have your organization added to this page, please follow these instructions carefully:
+<p>The Nextcloud community <a href="<?php echo home_url('providers') ?>">offers a list of providers for Nextcloud users</a>. No endorsement is implied by these listings. If you would like to have your organization added to this page, please follow these instructions carefully:
<ul>
<li>Entries <strong>must</strong> be factual and relevant to Nextcloud. Generic services are not a good fit. Make sure that <strong>the link you submit contains a logo and a link to Nextcloud.</strong></li>
- <li>Your organization and the website you submit have to <strong>respect the <a href="/trademarks">Nextcloud trademark policy</a></strong>.</li>
+ <li>Your organization and the website you submit have to <strong>respect the <a href="<?php echo home_url('trademarks') ?>">Nextcloud trademark policy</a></strong>.</li>
<li>Being listed does not apply approval, endorsement or affiliation with the Nextcloud GmbH, the community or project and your website and/or description should not, incorrectly, claim so.</li>
<li>The <strong>description</strong> can be up to 150 characters. It should give an idea of the offered services so readers can quickly judge if an entry is of interest. It should not contain any detailed information about your pricing-policy or your offerings.<!-- Review the current list for the expected contents and format.--></li>
<ul>
@@ -15,7 +15,7 @@
<li><strong>Bad</strong>: “Awesome, Inc. is a successful hosting firm founded on solid engineering principles and is a leading provider of open source solutions.”</li>
(this does not explain what you offer and gives no reason for a visitor to click to your website)
- <li>We understand, that your target group might not be english users. However: <strong>Please use english for your description!</strong></li>
+ <li>We understand, that your target group might not be English users. However: <strong>Please use English for your description!</strong></li>
</ul>
<li>A <strong>logo</strong> has to be of the size of 600x150 pixels in png or jpg format.</li>
<ul>
@@ -31,7 +31,7 @@
</ul></p>
<div class="row providers">
<div class="span12">
- <p>To apply to be listed on the <a href="/providers">nextcloud.com/providers</a> page as an provider, please complete the following form.</p>
+ <p>To apply to be listed on the <a href="<?php echo home_url('providers') ?>">nextcloud.com/providers</a> page as an provider, please complete the following form.</p>
<form name="provider" method="post" action="providersubmit/">
<p><label for="organization">Company/Organization<br>
<input type="text" name="organization" maxlength="80" size="60" placeholder=""></label></p>
diff --git a/page-athome.php b/page-athome.php
index 59334fc9..a34ec64d 100644
--- a/page-athome.php
+++ b/page-athome.php
@@ -40,8 +40,8 @@
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Nextcloud gives you access to all your files wherever you are.');?></p>
<p class="section--paragraph"><?php echo $l->t('Where are your photos and documents? With Nextcloud <strong>you</strong> pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices. Through Nextcloud you also access, sync and share your existing data on that FTP drive at school, a Dropbox or a NAS you have at home.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud is free, open source and <a class="hyperlink" href="/contribute">you can get involved in making it better!</a>');?></p>
- <a href="/install" class="button button--blue button--arrow button--large"><?php echo $l->t('Get started');?></a>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud is free, open source and');?> <a class="hyperlink" href="<?php echo home_url('contribute') ?>"><?php echo $l->t('you can get involved in making it better!</a>');?></p>
+ <a href="<?php echo home_url('install') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Get started');?></a>
</div>
</div>
</section>
@@ -70,13 +70,13 @@
</div>
</div>
<div class="row">
- <p class="section--paragraph text-center"><?php echo $l->t('<a class="hyperlink" href="/contributors">See the people behind Nextcloud!</a>');?></p>
+ <p class="section--paragraph text-center"><a class="hyperlink" href="<?php echo home_url('contributors') ?>"><?php echo $l->t('See the people behind Nextcloud!</a>');?></p>
</div>
<div class="row">
<div class="col-md-6">
<p class="section--paragraph__tittle"><?php echo $l->t('Nextcloud is people');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud is an open source community of developers and contributors, some helping out in their free time, others paid by their company to make Nextcloud better. <a class="hyperlink" href="/contributors">You can see some of the people involved in Nextcloud here.</a>');?></p>
- <p class="section--paragraph"><?php echo $l->t('We organize events, attend conferences, hang out together at meetups and hackweeks. If you would like to meet Nextclouders, <a class="hyperlink" href="/contributors">check out our events page!</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud is an open source community of developers and contributors, some helping out in their free time, others paid by their company to make Nextcloud better.');?> <a class="hyperlink" href="<?php echo home_url('contributors') ?>"><?php echo $l->t('You can see some of the people involved in Nextcloud here.</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('We organize events, attend conferences, hang out together at meetups and hackweeks. If you would like to meet Nextclouders,');?> <a class="hyperlink" href="<?php echo home_url('events') ?>"><?php echo $l->t('check out our events page!</a>');?></p>
<a class="hyperlink" href="<?php echo get_template_directory_uri(); ?>/assets/img/conference/grouppic2017.jpg"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/conference/grouppic2017-small.jpg" alt="in action" ></a>
</div>
<div class="col-md-6">
@@ -97,7 +97,7 @@
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Share with others on your terms.');?></p>
<p class="section--paragraph"><?php echo $l->t('The easy web interface allows you to share files with other users on your server, to create and send password protected public links, to let others upload files to your cloud and to get notifications on your phone and desktop when a user on another cloud server shares files directly with you. And you can do all these things from the desktop or mobile clients, too.');?></p>
- <a href="/sharing" class="button button--blue button--arrow button--large"><?php echo $l->t('Share with Nextcloud');?></a>
+ <a href="<?php echo home_url('sharing') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Share with Nextcloud');?></a>
</div>
</div>
</section>
@@ -117,7 +117,7 @@
<p class="section--paragraph"><?php echo $l->t('');?></p>
<p class="section--paragraph"><?php echo $l->t('<i class="fa-key fa"></i> we integrate unique in-transit, server-side and client-side end-to-end encryption technologies.');?></p>
<p class="section--paragraph"><?php echo $l->t('');?></p>
- <a href="/secure" class="button button--blue button--arrow button--large"><?php echo $l->t('Security in Nextcloud');?></a>
+ <a href="<?php echo home_url('secure') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Security in Nextcloud');?></a>
</div>
</div>
</section>
@@ -152,7 +152,7 @@
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Mobile and desktop clients');?></p>
<p class="section--paragraph"><?php echo $l->t('The free Nextcloud clients for Android, iOS and desktop systems allow you to sync and share files, in a fully secure way through an encrypted connection. The mobile clients feature automatic upload of pictures and videos you take and can synchronize select files and folders. The clients can handle multiple accounts, show all activity happening on your server and notify you of new events such as the availability of new shares.');?></p>
- <a href="/clients" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
+ <a href="<?php echo home_url('clients') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
</div>
</div>
</section>
@@ -180,7 +180,7 @@
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Secure audio and video calls');?></p>
<p class="section--paragraph"><?php echo $l->t('Operate your own secure and private audio/video communication service! You can access it through a browser, invite family or friends and collaborate in a group through secure, end to end encrypted audio and video communication. The WebRTC, peer to peer communication channel can not be intercepted even by the admin of the server. The talk app also supports chat and comes with mobile applications for Android and iOS so you can call others from your mobile phone!');?></p>
- <a href="/talk" class="button button--blue button--arrow button--large"><?php echo $l->t('Nextcloud Talk');?></a>
+ <a href="<?php echo home_url('talk') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Nextcloud Talk');?></a>
</div>
</div>
</section>
@@ -209,7 +209,7 @@
<p class="section--paragraph"><?php echo $l->t('Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing that works in all modern browsers.');?></p>
<p class="section--paragraph"><?php echo $l->t('Collabora Online supports editing your documents in real time with multiple other editors, showing high fidelity, WYSIWYG rendering and preserving the layout and formatting of your documents.');?></p>
<p class="section--paragraph"><?php echo $l->t('Collabora Online supports dozens of document formats including <strong>DOC, DOCX, PPT, PPTX, XLS, XLSX + ODF, Import/View Visio, Publisher</strong> and many more...');?></p>
- <a href="/collaboraonline" class="button button--blue button--arrow button--large"><?php echo $l->t('Collabora Online Office');?></a>
+ <a href="<?php echo home_url('collaboraonline') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Collabora Online Office');?></a>
</div>
</div>
</section>
@@ -227,7 +227,7 @@
<div class="col-md-6">
<p class="section--paragraph"><?php echo $l->t('The Nextcloud Secure Sharing Outlook Add-in enables Nextcloud users to easily and securely send files, folders or upload links to others from within Microsoft Outlook. The Add-in can replace attachments, automatically uploading files to Nextcloud and inserting a secure link in the email. It also makes it easy for users to provide others with a secure file upload link.');?></p>
<p class="text-center section--paragraph"><?php echo $l->t('With the Outlook CalDav Synchronizer integration with Nextcloud, Outlook users can easily sync their events, tasks and contacts between Microsoft Outlook and their Nextcloud server.');?></p>
- <p><a href="/outlook" class="button button--arrow button--blue button--large"><?php echo $l->t('Outlook Add-ins');?></a></p>
+ <p><a href="<?php echo home_url('outlook') ?>" class="button button--arrow button--blue button--large"><?php echo $l->t('Outlook Add-ins');?></a></p>
</div>
</div>
</div>
@@ -241,7 +241,7 @@
<p class="section--paragraph__tittle"><?php echo $l->t('Mozilla Thunderbird');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud also provides a <a href="https://addons.mozilla.org/en-US/thunderbird/addon/nextcloud-filelink/">Thunderbird Filelink Addon!</a> This Thunderbird extension makes it easy to send large attachments with Thunderbird by automatically uploading them first to a Nextcloud server and by then inserting the link into the body of your email.');?></p>
<p class="section--paragraph"><?php echo $l->t('Thanks to the Mozilla Thunderbird Lightning Calendar add-in and the Cardbook Thunderbird Contacts add-in, Calendar and Contacts integrate great into Thunderbird.');?></p>
- <p><a href="/outlook" class="button button--arrow button--blue button--large"><?php echo $l->t('Thunderbird Add-ins');?></a></p>
+ <p><a href="<?php echo home_url('outlook') ?>" class="button button--arrow button--blue button--large"><?php echo $l->t('Thunderbird Add-ins');?></a></p>
</div>
</div>
</div>
@@ -256,7 +256,7 @@
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Integrated account management');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud features built in account management with optional two-factor authentication, making it easy to handle creating and modifying accounts. If you have set up a LDAP, you can connect it to Nextcloud as well!');?></p>
- <a href="/usermanagement" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
+ <a href="<?php echo home_url('usermanagement') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
</div>
</div>
</section>
@@ -269,7 +269,7 @@
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Workflow management');?></p>
<p class="section--paragraph"><?php echo $l->t('With Nextcloud, system administrators can control and direct the flow of data between users on or between servers. The File Access Control app and other workflow tools can be used to prevent accidental sharing of sensitive data, adding an additional layer of protection to Nextcloud.');?></p>
- <a href="/workflow" class="button button--blue button--arrow button--large"><?php echo $l->t('Workflow handling');?></a>
+ <a href="<?php echo home_url('workflow') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Workflow handling');?></a>
</div>
</div>
</section>
@@ -284,7 +284,7 @@
<p class="section--paragraph"><?php echo $l->t('The nextcloud Activity app shows file modifications, downloads of shares and changes to comments or tags, providing an overview in the browser, clients or via email notifications and an RSS feed.');?></p>
<p class="section--paragraph__tittle"><?php echo $l->t('Monitoring your Nextcloud server');?></p>
<p class="section--paragraph"><?php echo $l->t('The Monitoring app enables admins to monitor the health and performance of a Nextcloud system with a graphical UI and an API endpoint for monitoring apps.');?></p>
- <a href="/monitoring" class="button button--blue button--arrow button--large"><?php echo $l->t('Monitoring activity');?></a>
+ <a href="<?php echo home_url('monitoring') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Monitoring activity');?></a>
</div>
</div>
</section>
@@ -298,7 +298,7 @@
<p class="section--paragraph__tittle"><?php echo $l->t('External storage, securely encrypted');?></p>
<p class="section--paragraph"><?php echo $l->t('The external storage feature of Nextcloud gives you access to your data wherever it is. Nextcloud can access files stored with a wide variety of popular cloud service providers such as Amazon, Google and Dropbox, but you can also access them using standard protocols such as NFS, (S)FTP, WebDAV and more.');?></p>
<p class="section--paragraph"><?php echo $l->t('The Encryption App can encrypt data at rest for both local and remote storage, protecting data stored on networks outside of your server. Nextcloud will keep your data where it is and retrieve it over a secure communication channel whenever you need to access it.');?></p>
- <a href="/storage" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
+ <a href="<?php echo home_url('storage') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
</div>
</div>
</section>
@@ -433,7 +433,7 @@
<!-- <i class="fa-copy fa"></i>-->
</div>
<div class="col-md-3 featureblock">
- <p class=""><?php echo $l->t('<br />... see how we <a class="hyperlink" href="/compare">compare to other solutions!</a>');?></p>
+ <p class=""><br /><a class="hyperlink" href="<?php echo home_url('compare') ?>"><?php echo $l->t('... see how we compare to other solutions!</a>');?></p>
</div>
<div class="col-md-1 featureblock">
</div>
@@ -451,7 +451,7 @@
<div class="row">
<div class="col-md-6 col-md-offset-3 featureblock revealOnScroll">
<div class="row text-center">
- <a href="/install" class="button button--arrow button--large"><?php echo $l->t('install');?></a>
+ <a href="<?php echo home_url('install') ?>" class="button button--arrow button--large"><?php echo $l->t('install');?></a>
</div>
</div>
</div>
diff --git a/page-box.php b/page-box.php
index 5c9089a4..9e6f4df4 100644
--- a/page-box.php
+++ b/page-box.php
@@ -116,7 +116,7 @@
<div class="container">
<div class="col-xs-8 col-centered">
<h3 class="section--heading-2 text-center revealOnScroll"><?php echo $l->t('Partners');?></h3>
- <p class="section--intro text-center revealOnScroll"><?php echo $l->t('The Nextcloud Box was developed in a partnership with WDLabs and Canonical and is one of');?> <a class="hyperlink" href="<?php echo home_url('devices') ?>"><?php echo $l->t('multiple devices</a> from Nextcloud partners. It is a reference device, meant to inspire and invite anyone to build their own. <a class="hyperlink" href="/contact">Get in contact</a> if you\'re interested in building a Nextcloud Box like device!');?></p>
+ <p class="section--intro text-center revealOnScroll"><?php echo $l->t('The Nextcloud Box was developed in a partnership with WDLabs and Canonical and is one of');?> <a class="hyperlink" href="<?php echo home_url('devices') ?>"><?php echo $l->t('multiple devices</a> from Nextcloud partners. It is a reference device, meant to inspire and invite anyone to build their own.');?> <a class="hyperlink" href="<?php echo home_url('contact') ?>"><?php echo $l->t('Get in contact</a> if you\'re interested in building a Nextcloud Box like device!');?></p>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('Find a case study on the <a class="hyperlink" href="https://pages.ubuntu.com/Nextcloud-CS.html">development of the Nextcloud Box on the Ubuntu website</a>. Learn more about delivering Snaps on consumer devices <a class="hyperlink" href="https://insights.ubuntu.com/webinar/using-snaps-to-deliver-enterprise-and-consumer-software-with-nextcloud/">in this webinar.</a>');?></p>
<div class="wrapper-images">
<a target="_blank" href="http://wdlabs.wd.com/products/wd-pidrive-1tb-kit/"><div class="logo-wd"></div></a>
diff --git a/page-buy.php b/page-buy.php
index 396288a1..68e4ca7a 100644
--- a/page-buy.php
+++ b/page-buy.php
@@ -20,9 +20,9 @@
</div>
<div class="container-fluid menu" id="menuAnchor">
<div class="container buttons">
- <a class="btn btn-primary" href="/enterprise/order"><?php echo $l->t('Order online');?></a>
- <a class="btn btn-primary" href="/pricing"><?php echo $l->t('pricing plans');?></a>
- <a class="btn btn-primary" href="/enterprise"><?php echo $l->t('enterprise offering');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('enterprise/order') ?>"><?php echo $l->t('Order online');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('pricing') ?>"><?php echo $l->t('pricing plans');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('enterprise') ?>"><?php echo $l->t('enterprise offering');?></a>
</div>
</div>
</section>
diff --git a/page-changelog.php b/page-changelog.php
index d007f942..32b761a3 100644
--- a/page-changelog.php
+++ b/page-changelog.php
@@ -1,7 +1,7 @@
<div class="page-header">
<h1>Nextcloud Server Changelog</h1>
</div>
-<p>We recommend you follow our <a href="/release-channels">Release Channels</a> to always have the latest and most secure Nextcloud Server version which fits your needs.</p>
+<p>We recommend you follow our <a href="<?php echo home_url('release-channels') ?>">Release Channels</a> to always have the latest and most secure Nextcloud Server version which fits your needs.</p>
Go directly to the latest maintenance release of:
<ul>
<li><a href="#latest12">Nextcloud 12</a></li>
diff --git a/page-clients.php b/page-clients.php
index 496a7f08..a96a0ba7 100644
--- a/page-clients.php
+++ b/page-clients.php
@@ -22,7 +22,7 @@
<div class="col-md-8 col-md-offset-2">
<p class="section--paragraph text-center"><?php echo $l->t('Nextcloud gives you access to your files wherever you are. Our easy to use desktop and mobile clients are available for all major platforms at zero cost!');?></p>
<div class="text-center">
- <a href="install/#install-clients" class="button button--blue button--arrow button--large"><?php echo $l->t('Download now');?></a>
+ <a href="<?php echo home_url('install/#install-clients') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Download now');?></a>
</div>
</div>
</div>
@@ -45,7 +45,7 @@
</div>
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph"><?php echo $l->t('Any file you add, modify or delete in the synced folders on your desktop or laptop will show up, change or disappear on the server and all other connected devices.');?></p>
- <a href="install/#install-clients" class="button button--blue button--arrow button--large"><?php echo $l->t('Get the desktop client');?></a>
+ <a href="<?php echo home_url('install/#install-clients') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Get the desktop client');?></a>
</div>
</div>
<div class="row">
@@ -181,7 +181,7 @@
<div class="col-md-8 col-md-offset-2">
<p class="section--paragraph text-center"><?php echo $l->t('We\'re grateful to our hundreds of thousands of users for the great ratings in the Play store and Apple App store and look forward to hear your feedback!');?></p>
<div class="text-center">
- <a href="install/#install-clients" class="button button--blue button--arrow button--large"><?php echo $l->t('Download now');?></a>
+ <a href="<?php echo home_url('install/#install-clients') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Download now');?></a>
</div>
</div>
</div>
diff --git a/page-collaboraonline.php b/page-collaboraonline.php
index a2022991..d0207358 100644
--- a/page-collaboraonline.php
+++ b/page-collaboraonline.php
@@ -66,9 +66,9 @@
<div class="row">
<div class="col-md-8 col-md-offset-2 revealOnScroll">
<h1 class="section--heading-1 text-center"><?php echo $l->t('For Enterprises');?></h1>
- <p class="text-center"><?php echo $l->t('Enterprise users who need a more reliable and scalable solution with long term support, guaranteed response times and security updates can take advantage of our <a href="/enterprise" class="hyperlink">optional support contract</a> for Collabora Online.');?></p>
+ <p class="text-center"><?php echo $l->t('Enterprise users who need a more reliable and scalable solution with long term support, guaranteed response times and security updates can take advantage of our');?> <a href="<?php echo home_url('enterprise') ?>" class="hyperlink"><?php echo $l->t('optional support contract</a> for Collabora Online.');?></p>
<div class="text-center morebuttondiv">
- <a href="/buy" class="button button--large button--arrow"><?php echo $l->t('Request a quote');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button--large button--arrow"><?php echo $l->t('Request a quote');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
@@ -80,7 +80,7 @@
<div class="col-md-10 col-md-offset-1">
<div class="featurerow">
<h2 class="section--heading-1 section--text--center"><?php echo $l->t('Collabora Online integration tutorial video');?></h2>
- <p class="section--paragraph text-center"><?php echo $l->t('We are able to provide a solution for Online Office for the entire Nextcloud community through our <a target="_blank" class="hyperlink" href="https://nextcloud.com/?p=589">partnership with Collabora</a> in an <strong>easy to use <a class="hyperlink" href="https://hub.docker.com/r/collabora/code">docker image</a> for developers and home users</strong>. Enterprise users looking for a more reliable solution should <a class="hyperlink" href="/buy">contact Nextcloud Sales</a>.');?></p>
+ <p class="section--paragraph text-center"><?php echo $l->t('We are able to provide a solution for Online Office for the entire Nextcloud community through our <a target="_blank" class="hyperlink" href="https://nextcloud.com/?p=589">partnership with Collabora</a> in an <strong>easy to use <a class="hyperlink" href="https://hub.docker.com/r/collabora/code">docker image</a> for developers and home users</strong>. Enterprise users looking for a more reliable solution should');?> <a class="hyperlink" href="<?php echo home_url('buy') ?>"><?php echo $l->t('contact Nextcloud Sales</a>.');?></p>
<div class="row">
<div class="col-md-1">
</div>
@@ -220,7 +220,7 @@ docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=cloud\\.nextcloud\\.com' --re
<li class="section--paragraph"><?php echo $l->t('<strong>Issue:</strong> <code>We are sorry, this is an unexpected connection error. Please try again.</code> error.<br />
The Collabora Online app doesn\'t work at the moment, if you enable it only for certain groups. Remove the group filter in the App section.');?></li>
<li class="section--paragraph"><?php echo $l->t('<strong>Issue:</strong> Collabora Online doesn\'t handle my 100 users.<br/>
- This docker image is designed for home usage with a limited numbers of users and open documents. If you need a more scalable solution, consider <a href="/enterprise/">a support subscription</a> for a reliable, business-ready online office experience.');?></li>
+ This docker image is designed for home usage with a limited numbers of users and open documents. If you need a more scalable solution, consider');?> <a href="<?php echo home_url('enterprise') ?>"><?php echo $l->t('a support subscription</a> for a reliable, business-ready online office experience.');?></li>
<li class="section--paragraph"><?php echo $l->t('<strong>Issue:</strong> Collabora Online doesn\'t work with Encryption.<br/>
Yes, this is currently unsupported.');?></li>
</ul>
diff --git a/page-compare.php b/page-compare.php
index fb1e7f92..23337b4f 100644
--- a/page-compare.php
+++ b/page-compare.php
@@ -725,7 +725,7 @@
</section>
<section class="disclaimer">
<div class="container">
-<p>Based on public information to our best knowledge, gathered May 24 2017. We understand the world is constantly changing, if you see we missed a feature or made a mistake, let us know. You can use <a href="/contact">our contact form.</a></p>
+<p>Based on public information to our best knowledge, gathered May 24 2017. We understand the world is constantly changing, if you see we missed a feature or made a mistake, let us know. You can use <a href="<?php echo home_url('contact') ?>">our contact form.</a></p>
</div>
</section>
<!--<script>
diff --git a/page-conf.php b/page-conf.php
index 5af1f44b..40eb8a4c 100644
--- a/page-conf.php
+++ b/page-conf.php
@@ -26,7 +26,7 @@
<p class="section--paragraph revealOnScroll">Annually bringing the global Nextcloud Contributor Community together for a week of coding, design, discussion, talks & fun.</p>
<!-- <p class="section--paragraph revealOnScroll"><a href="https://eventyay.com/e/de88e486/" class="btn btn-lg btn-primary">Register for free</a> <a href="https://eventyay.com/e/de88e486/cfs/" class="btn btn-lg btn-primary">Submit a talk <i class="icon-arrow-circle-o-right icon"></i></a></p> -->
<!-- <p class="section--paragraph revealOnScroll"><a href="https://nextcloud.com/blog/lightning-talks-and-workshops-at-the-nextcloud-conference/" class="hyperlink" >See the program</a></p> -->
-<!-- <p class="section--paragraph">Find <a class="hyperlink" href="/confinfo">practical information for visitors here</a></p> -->
+<!-- <p class="section--paragraph">Find <a class="hyperlink" href="<?php echo home_url('confinfo') ?>">practical information for visitors here</a></p> -->
<!-- <p class="section--paragraph"><a class="hyperlink" href="https://player.cloud.wowza.com/hosted/rpfqrcyp/player.html">Follow the talks streamed online</a></p> -->
<p class="section--paragraph"><a href="https://nextcloud.com/blog/significant-growth-at-nextcloud-conference-brought-150-customers-colleagues-and-friends-together/" class="button button--blue button--large button--arrow">See the conf report on 2017</a></p>
<p class="section--paragraph">Save the date: August 23-30 2018<br/> Stay tuned for more information!</p>
@@ -42,7 +42,7 @@
<i class="fa fa-code"></i>
<h1>Development</h1>
</div>
- <p class="section--paragraph revealOnScroll">During the week we collaborate on making Nextcloud better in design, functionality, stability, performance and features. We share code, thoughts, inspiration, beer and knowledge, working in areas like:</p>
+ <p class="section--paragraph revealOnScroll">During the week we collaborate on Nextcloud improvements in design, functionality, stability, performance and features. We share code, thoughts, inspiration, beer and knowledge, working in areas like:</p>
<ul class="revealOnScroll">
<li>Coding (PHP, JS, C++, Objective-C, Java)</li>
<li>Design &amp; Front-end</li>
diff --git a/page-connect.php b/page-connect.php
index 73ef5a7f..e0546b16 100644
--- a/page-connect.php
+++ b/page-connect.php
@@ -10,7 +10,7 @@
</div>
<div class="col-lg-8 col-md-7">
<h2><?php echo $l->t('What is it?');?></h2>
- <p><?php echo $l->t('<strong>Nextcloud</strong>: Nextcloud is open source software that you install on your computer to provide anytime, anywhere access to your files via mobile devices, desktop sync clients and web browsers. Nextcloud is managed by you, entirely within your control, allowing you access to files on your storage, no strings attached. Provided in an easy to install virtual appliance (or as bits to be installed and configured), Nextcloud can be up and running on your computer in 3 easy steps: <a href="/install">download the virtual appliance</a>, import it into your preferred hypervisor, and boot.');?></p>
+ <p><?php echo $l->t('<strong>Nextcloud</strong>: Nextcloud is open source software that you install on your computer to provide anytime, anywhere access to your files via mobile devices, desktop sync clients and web browsers. Nextcloud is managed by you, entirely within your control, allowing you access to files on your storage, no strings attached. Provided in an easy to install virtual appliance (or as bits to be installed and configured), Nextcloud can be up and running on your computer in 3 easy steps: ');?><a href="<?php echo home_url('install') ?>"><?php echo $l->t('download the virtual appliance</a>, import it into your preferred hypervisor, and boot.');?></p>
<p><?php echo $l->t('<strong>Nextcloud Proxy</strong>: Simply put, Nextcloud Proxy enables you to take a laptop and an Internet connection, connect to your privately hosted Nextcloud from anywhere, without requiring you to make any changes to your local network settings – no router configuration, no DNS entries, no domain name registration. The Nextcloud Proxy service relies on a partner who provides the service for a fee. Right now, there is one partner, <a href="https://pagekite.net/" target="_blank">pageKite</a>. More are coming!');?></p>
</div>
</div>
@@ -61,5 +61,5 @@
<h3><?php echo $l->t('');?></h3>
<p><?php echo $l->t('');?></p>
</div>
-
+
</div>
diff --git a/page-contact.php b/page-contact.php
index d8f0c75e..e02d459d 100644
--- a/page-contact.php
+++ b/page-contact.php
@@ -3,20 +3,14 @@
<div class="row">
<div class="col-md-6 col-md-offset-3">
- <!--If you want to talk to Nextcloud users, contributors and fans, join the <a href="/promote" target="_blank">community conversation</a> over social media, the forums and other places.-->
<h1><?php echo $l->t('Need help?');?></h1>
- <p><?php echo $l->t('If you have technical questions or need support, <a href="/support">check out the options on our support page.</a>');?>
+ <p><?php echo $l->t('If you have technical questions or need support,');?> <a href="<?php echo home_url('support') ?>"><?php echo $l->t('check out the options on our support page.</a>');?>
<h2><?php echo $l->t('Talk to us online!');?></h2>
- <p><?php echo $l->t('Most of our contributors are active in <a href="irc://#nextcloud-dev@freenode.net" target="_blank">the Nextcloud development IRC channel</a> on freenode.net, also accessible via <a href="https://webchat.freenode.net/?channels=nextcloud-dev" target="_blank">webchat</a>. We are also very active <a href="https://help.nextcloud.com" target="_blank">on our forums</a>.');?> <?php echo $l->t('<a href="/contribute">Get involved!!</a>');?></p>
- <!--If you are looking for answers to questions, see <a href="/faq" target="_blank">the Nextcloud FAQ</a> and our <a href="/support" target="_blank">support page</a>.-->
-
- <!-- For the latest news, subscribe to our <a href="https://nextcloud.org/feed/">RSS feed</a>.');?></p> -->
-
- <!-- <p><?php echo $l->t('For reporting vulnerabilities, read <a href="https://nextcloud.org/security">Security</a>.');?></p> -->
- </div>
+ <p><?php echo $l->t('Most of our contributors are active in <a href="irc://#nextcloud-dev@freenode.net" target="_blank">the Nextcloud development IRC channel</a> on freenode.net, also accessible via <a href="https://webchat.freenode.net/?channels=nextcloud-dev" target="_blank">webchat</a>. We are also very active <a href="https://help.nextcloud.com" target="_blank">on our forums</a>.');?> <a href="<?php echo home_url('contribute') ?>"><?php echo $l->t('Get involved!!</a>');?></p>
+ </div>
<div class="col-md-6 col-md-offset-3">
<h1><?php echo $l->t('Contact us');?></h1>
- <p><?php echo $l->t('If you have any questions or comments on the website or have a business question, complete the form below and we\'ll get back to you!<br/><strong>If you need technical help, please do not use this form.</strong> If you are a customer, <a href="https://portal.nextcloud.com">use our support portal</a> and if not <a href="/support">see here for support options.</a>');?></p>
+ <p><?php echo $l->t('If you have any questions or comments on the website or have a business question, complete the form below and we\'ll get back to you!<br/><strong>If you need technical help, please do not use this form.</strong> If you are a customer, <a href="https://portal.nextcloud.com">use our support portal</a> and if not');?> <a href="<?php echo home_url('support') ?>"><?php echo $l->t('see here for support options.</a>');?></p>
<p><?php echo $l->t('Support requests using this form <strong>will be ignored!</strong>');?></p>
</div>
<div class="col-md-6 col-md-offset-3">
@@ -56,11 +50,11 @@
// echo('<tr><td style="padding:5px;">');
// if(empty($data['picture_50'])) { $data['picture_50'] = 'blogger_50.png'; }
//
-// echo('<span class="contribook_microbloguserpicture"><a href="/user/?user='.$user.'"><img src="'.CONTRIBOOK_PHOTO_URL.$data['picture_50'].'" border="0" /></a></span>');
+// echo('<span class="contribook_microbloguserpicture"><a href="<?php echo home_url('user/?user='.$user.'"><img src="'.CONTRIBOOK_PHOTO_URL.$data['picture_50'].'" border="0" /></a></span>');
//
// echo('');?></td><td style="padding:5px;">');
//
-// echo('<a href="/user/?user='.$user.'">'.$data['name'].'</a><br />');
+// echo('<a href="<?php echo home_url('user/?user='.$user.'">'.$data['name'].'</a><br />');
// echo($data['role']);
//
// echo('');?></td></tr>');
diff --git a/page-contribute.php b/page-contribute.php
index 757a90ea..5d94bf6d 100644
--- a/page-contribute.php
+++ b/page-contribute.php
@@ -44,7 +44,7 @@
<p class="section--paragraph"><?php echo $l->t('Help out with Nextcloud user interaction design or graphic design! Get involved on <a class="hyperlink" href="design/">the design page</a>!');?></p>
<h3 class="section--intro"><?php echo $l->t('Support Nextcloud development with bounties');?></h3>
<p class="section--paragraph"><?php echo $l->t('Support Nextcloud development by offering some money on features you would like to have! <a class="hyperlink" href="https://www.bountysource.com/teams/nextcloud" target="_blank">Check our Bountysource page</a>!');?>
- <p class="section--paragraph"><?php echo $l->t('Note that <a class="hyperlink" href="/jobs">we are hiring</a>. We look especially for people who want to turn their passion into their job! When possible, we hire people from our active community base or from the wider open source community.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Note that');?> <a class="hyperlink" href="<?php echo home_url('jobs') ?>"><?php echo $l->t('we are hiring</a>. We look especially for people who want to turn their passion into their job! When possible, we hire people from our active community base or from the wider open source community.');?></p>
</div>
</div>
</div>
@@ -52,5 +52,5 @@
<div class="calltoaction">
<h1 class="section--heading-2 section--text--center"><?php echo $l->t('Let\'s make Nextcloud Rock!');?></h1>
- <p class="section--paragraph section--text--center"><?php echo $l->t('If you have any questions, <a class="hyperlink" href="https://help.nextcloud.com">we are happy to help you</a>.');?></p>
+ <p class="section--paragraph section--text--center"><?php echo $l->t('If you have any questions, <a class="hyperlink" href="https://help.nextcloud.com">our community is happy to help you</a>.');?></p>
</div>
diff --git a/page-contributors.php b/page-contributors.php
index 22b186a5..e7b39610 100644
--- a/page-contributors.php
+++ b/page-contributors.php
@@ -15,7 +15,7 @@
<div class="container">
<blockquote class="text-center"><?php echo $l->t('An open source project is its contributors');?></blockquote>
<p class="section--paragraph"><?php echo $l->t('Over 1000 people have code in Nextcloud. About a 10th of those have direct access to the code in our repository, contributing regularly. Besides coders, there are designers, Nextcloud advocates, translators, forum admins and many others who are part of our community. Below you see a random selection of our awesome members.');?></p>
- <p class="section--paragraph"><?php echo $l->t('If you want to be listed just <a class="hyperlink" href="https://github.com/orgs/nextcloud/people">set yourself as public in our GitHub organization.</a> If you want to take part in our community, learn more about the different <a class="hyperlink" href="https://nextcloud.com/contribute/">ways to contribute,</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('If you want to be listed just <a class="hyperlink" href="https://github.com/orgs/nextcloud/people">set yourself as public in our GitHub organization.</a> If you want to take part in our community, learn more about the different');?> <a class="hyperlink" href="<?php echo home_url('contribute') ?>"><?php echo $l->t('ways to contribute.</a>');?></p>
<div class="row">
<div class="col-md-4">
<script type='text/javascript' src='https://www.openhub.net/p/nextcloud/widgets/project_factoids_stats?format=js'></script>
@@ -60,5 +60,5 @@
<div class="calltoaction">
<h1 class="section--heading-2 section--text--center"><?php echo $l->t('Let\'s make Nextcloud Rock!');?></h1>
- <p class="section--paragraph section--text--center"><?php echo $l->t('You can <a class="hyperlink" href="/contribute/">get involved, too</a>.');?></p>
+ <p class="section--paragraph section--text--center"><a class="hyperlink" href="<?php echo home_url('contribute') ?>"><?php echo $l->t('You can get involved, too.</a>');?></p>
</div>
diff --git a/page-design.php b/page-design.php
index ee49c10c..84ebe77c 100644
--- a/page-design.php
+++ b/page-design.php
@@ -107,7 +107,7 @@
<li><?php echo $l->t('Watch a short video on <a href="https://www.youtube.com/watch?v=5SAB0CY-iZ0" target="_blank">our design principles and how to get involved</a>.');?></li>
<li><?php echo $l->t('Learn more about design &amp; usability, read <a href="http://jancborchardt.net/usability-in-free-software" target="_blank">Usability in Free Software</a>.');?></li>
<li><?php echo $l->t('Many of our designers are active in the broader <a href="http://opensourcedesign.net" target="_blank">Open Source Design</a> community.');?></li>
- <li><?php echo $l->t('If you just want to read about what’s new in Nextcloud design, check out the <a href="https://nextcloud.com/news">Nextcloud blog roll</a> as we talk frequently about design.');?></li>
+ <li><?php echo $l->t('If you just want to read about what’s new in Nextcloud design, check out the');?> <a href="<?php echo home_url('news') ?>"><?php echo $l->t('Nextcloud blog roll</a> as we talk frequently about design.');?></li>
</ul>
</div>
</div>
diff --git a/page-devices.php b/page-devices.php
index 1682f774..b749569e 100644
--- a/page-devices.php
+++ b/page-devices.php
@@ -24,26 +24,26 @@ require(["require.config"], function() {
<div class="container">
<div class="row revealOnScroll feature--block">
<div class="col-md-5">
- <a href="/box"><img src="<?php bloginfo('template_directory'); ?>/assets/img/box/box-perspective.png" class="img-responsive featureimg" /></a>
+ <a href="<?php echo home_url('box') ?>"><img src="<?php bloginfo('template_directory'); ?>/assets/img/box/box-perspective.png" class="img-responsive featureimg" /></a>
</div>
<div class="col-md-7">
<p class="section--paragraph__tittle"><?php echo $l->t('Nextcloud Box');?></p>
<p class="section--paragraph"><?php echo $l->t('The Nextcloud Box comes preinstalled with Nextcloud, running on Ubuntu Core (based on the new super-secure, remotely upgradeable Linux app packages known as snaps) as the OS.');?></p>
<p class="section--paragraph"><?php echo $l->t('The box consists of a 1 TB USB3 hard drive from WDLabs, a Nextcloud case with room for the drive and a compute board, a microUSB charger, cables and adapters, a screw driver and screws');?></p>
<p class="section--paragraph"><?php echo $l->t('The Box is compatible with the Raspberry Pi 2 (not included!). Support for other boards (e.g. Raspberry Pi 3) is coming soon.');?></p>
- <a href="/box" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
+ <a href="<?php echo home_url('box') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
</div>
</div>
<div class="row revealOnScroll feature--block">
<div class="col-md-5">
- <a href="/spreedbox"><img src="<?php bloginfo('template_directory'); ?>/assets/img/spreedbox/spreedbox.png" class="img-responsive featureimg" /></a>
+ <a href="<?php echo home_url('spreedbox') ?>"><img src="<?php bloginfo('template_directory'); ?>/assets/img/spreedbox/spreedbox.png" class="img-responsive featureimg" /></a>
</div>
<div class="col-md-7">
<p class="section--paragraph__tittle"><?php echo $l->t('Spreedbox');?></p>
<p class="section--paragraph"><?php echo $l->t('Behind the award-winning designed device by struktur AG operates a secure video chat and file exchange solution for small enterprise usage.');?></p>
<p class="section--paragraph"><?php echo $l->t('It offers Strong end-to-end encrypted audio and video chat, a Nextcloud based file sync and share solution and advanced security features with a silicon hardware key generator.');?></p>
<p class="section--paragraph"><?php echo $l->t('The Spreedbox offers an optional SIP gateway, enabling web conferencing participants to dial in through a traditional telephone connection.');?></p>
- <a href="/spreedbox" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
+ <a href="<?php echo home_url('spreedbox') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
</div>
</div>
<div class="row revealOnScroll feature--block">
@@ -61,5 +61,5 @@ require(["require.config"], function() {
</section>
<div class="calltoaction">
<h1 class="section--heading-2 section--text--center"><?php echo $l->t('Interested in building Nextcloud Devices?');?></h1>
- <p class="section--paragraph section--text--center"><?php echo $l->t('You can <a class="hyperlink" href="/contact/">get in touch</a> with us, and we will help you with individual offerings and get your devices listed on this page.');?></p>
+ <p class="section--paragraph section--text--center"><?php echo $l->t('You can');?> <a class="hyperlink" href="<?php echo home_url('contact') ?>"><?php echo $l->t('get in touch</a> with us, and we will help you with individual offerings and get your devices listed on this page.');?></p>
</div>
diff --git a/page-education.php b/page-education.php
index 82ccf02a..eef5a951 100644
--- a/page-education.php
+++ b/page-education.php
@@ -113,7 +113,7 @@ require(["require.config"], function() {
<div class="row">
<div class="col-md-4 col-md-offset-4">
<p class="section--paragraph text-center revealOnScroll"><?php echo $l->t('<a class="hyperlink" href="https://nextcloud.com/blog/nextcloud-moodle-and-4-other-partners-announce-education-edition">Learn more about the Education Edition in the announcement.</a> <br />Special GEÁNT pricing is available for research and educational organizations.');?></p>
- <p class="section--paragraph text-center revealOnScroll"><a href="/enterprise/buy" class="button button--blue button--arrow button--large"><?php echo $l->t('Contact Sales');?></a></p>
+ <p class="section--paragraph text-center revealOnScroll"><a href="<?php echo home_url('enterprise/buy') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Contact Sales');?></a></p>
</div>
</div>
</div>
@@ -211,7 +211,7 @@ require(["require.config"], function() {
<div class="row">
<div class="col-md-8 col-md-offset-2 revealOnScroll">
<p class="section--paragraph text-center"><?php echo $l->t('<span class="avoidwrap">Nextcloud Global Scale delivers a true globally scalable solution</span> <span class="avoidwrap">for deployments with hundreds of millions of users<span>, <span class="avoidwrap">giving unprecedented control over the locality of data</span> <span class="avoidwrap">and delivering dramatic cost reduction</span>');?></p>
- <p class="section--paragraph text-center"><a href="/globalscale" class="button button--blue button--arrow button--large"><?php echo $l->t('Global Scale');?></a></p>
+ <p class="section--paragraph text-center"><a href="<?php echo home_url('globalscale') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Global Scale');?></a></p>
</div>
</div>
</div>
@@ -221,7 +221,7 @@ require(["require.config"], function() {
<div class="col-md-8 col-md-offset-2 revealOnScroll">
<p class="section--paragraph text-center"><?php echo $l->t('Your users are not confined to your Nextcloud server.<br/> Federation allows them to collaborate with users on other Nextcloud, Pydio or ownCloud servers!');?></p>
<div class="text-center morebuttondiv">
- <a href="/sharing/#federation" class="button button--large button--arrow"><?php echo $l->t('Federation');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('sharing/#federation') ?>" class="button button--large button--arrow"><?php echo $l->t('Federation');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
@@ -287,7 +287,7 @@ require(["require.config"], function() {
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('File Access Control');?></p>
<p class="section--paragraph"><?php echo $l->t('The File Access Control feature of Nextcloud enables IT to codify legal and policy requirements, blocking students and others from uploading or downloading data following defined rules. Criteria include IP address ranges, group membership, file type, time and more. Data retention can be controlled as well, enabling universities to limit the lifetime of certain files.');?></p>
- <a href="/workflow" class="button button--blue button--arrow button--large"><?php echo $l->t('File Access Control');?></a>
+ <a href="<?php echo home_url('workflow') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('File Access Control');?></a>
</div>
</div>
<div class="row">
@@ -297,7 +297,7 @@ require(["require.config"], function() {
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Monitoring');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud offers powerful monitoring capabilities built in, enabling institutions to ensure smooth performance. Systems can be monitored using the web interface or through monitoring and systems intelligence tools like OpenNMS, Splunk, Nagios or others.');?></p>
- <a href="/monitoring" class="button button--blue button--arrow button--large"><?php echo $l->t('Monitoring');?></a>
+ <a href="<?php echo home_url('monitoring') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Monitoring');?></a>
</div>
</div>
<div class="row claim--container">
@@ -314,7 +314,7 @@ require(["require.config"], function() {
<div class="row">
<div class="col-md-10 col-md-offset-1 revealOnScroll feature--block">
<p class="section--paragraph revealOnScroll"><?php echo $l->t('Nextcloud offers first-in-class, third-party verified security backed by a USD 5000 Security Bug Bounty program protecting against unauthorized access. Data is protected through industry standard TLS when transported and as an extra layer of security, whole-disk encryption or built in, server-side encryption with support for external key management can be employed.');?></p>
- <a href="/secure" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn about security');?></a>
+ <a href="<?php echo home_url('secure') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn about security');?></a>
</div>
</div>
</div>
@@ -326,7 +326,7 @@ require(["require.config"], function() {
<div class="col-md-8 col-md-offset-2 revealOnScroll">
<p class="section--paragraph text-center"><?php echo $l->t('Choose the best platform for efficient, secure and easy collaboration.<br/> Contact sales today!');?></p>
<div class="text-center morebuttondiv">
- <a href="/enterprise/buy/" class="button button--large button--arrow"><?php echo $l->t('Contact Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('enterprise/buy/') ?>" class="button button--large button--arrow"><?php echo $l->t('Contact Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
@@ -406,7 +406,7 @@ require(["require.config"], function() {
<!-- <i class="fa-copy fa"></i>-->
</div>
<div class="col-md-3 featureblock">
- <p class=""><?php echo $l->t('<br />... see how we <a class="hyperlink" href="/compare">compare to other solutions!</a>');?></p>
+ <p class=""><a class="hyperlink" href="<?php echo home_url('compare') ?>"><?php echo $l->t('<br />... see how we compare to other solutions!</a>');?></p>
</div>
<div class="col-md-1 featureblock">
</div>
diff --git a/page-endtoend.php b/page-endtoend.php
index ecda0ccd..b5e552b2 100644
--- a/page-endtoend.php
+++ b/page-endtoend.php
@@ -162,7 +162,7 @@
<?php echo $l->t('Users can access data on a FTP drive shared with another company; while data stored on an external S3 compatible object storage could be encrypted using server-side encryption so the storage provider has no way to compromise their security.');?>
</p>
<p class="section--paragraph revealOnScroll">
- <?php echo $l->t('Meanwhile, using the <a class="hyperlink" href="/workflow">Nextcloud File Access Control capability,</a> files from the HR department can always be enforced to be end-to-end encrypted on their clients, protecting their data from even the worst case of a full server breach. Similarly, sensitive research, customer information or strategic documents can be guaranteed to be kept even from server administrators.');?>
+ <?php echo $l->t('And with the');?> <a class="hyperlink" href="<?php echo home_url('workflow') ?>"><?php echo $l->t('Nextcloud File Access Control feature,</a> files from the HR department can always be enforced to be end-to-end encrypted on their clients, protecting their data from even the worst case of a full server breach. Similarly, sensitive research, customer information or strategic documents can be guaranteed to be kept even from server administrators.');?>
</p>
</div>
</div>
diff --git a/page-enterprise.php b/page-enterprise.php
index 0463c8ca..16ad2fe1 100644
--- a/page-enterprise.php
+++ b/page-enterprise.php
@@ -30,9 +30,9 @@
<a href="#security"><?php echo $l->t('security');?></a>
<a href="#lifecycle"><?php echo $l->t('lifecycle');?></a>
<a href="#capabilities"><?php echo $l->t('capabilities');?></a>
- <a class="btn btn-primary" href="/enterprise/order"><?php echo $l->t('order online');?></a>
- <a class="btn btn-primary" href="/buy"><?php echo $l->t('get a quote');?></a>
- <a class="btn btn-primary" href="/pricing"><?php echo $l->t('pricing plans');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('enterprise/order') ?>"><?php echo $l->t('order online');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('buy') ?>"><?php echo $l->t('get a quote');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('pricing') ?>"><?php echo $l->t('pricing plans');?></a>
</div>
</div>
</section>
@@ -55,7 +55,7 @@
</div>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('We are dedicated to your success as Nextcloud customer. An analysis of your needs, a pilot customized for your architecture and remote installation support ensures a smooth introduction of Nextcloud in your organization and we will help you scale up to meet growing demand in your organization.');?></p>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('Nextcloud GmbH employs <a class="hyperlink" href="https://nextcloud.com/blog/nextcloud-the-most-active-open-source-file-sync-and-share-project/">9 of the top-ten developers in the Nextcloud Server codebase</a>, making our engineering team by far the most qualified to help you get the most out of your Enterprise File Sync and Share solution.');?></p>
- <p class="section--intro text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="/team"><?php echo $l->t('Our team');?></a></p>
+ <p class="section--intro text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="<?php echo home_url('team') ?>"><?php echo $l->t('Our team');?></a></p>
</div>
</section>
@@ -71,7 +71,7 @@
</div>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('Nextcloud develops its software with a rigorous focus on security through the entire life cycle of the product. Our active and passive security measures are backed by the some of the highest security bug bounties in the open source industry.');?></p>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('As customer you get direct access to our security expertise, with hardening advice and ahead-of-release security issue mitigation and fixes.');?></p>
- <p class="section--intro text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="/secure"><?php echo $l->t('Learn about security');?></a></p>
+ <p class="section--intro text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="<?php echo home_url('secure') ?>"><?php echo $l->t('Learn about security');?></a></p>
</div>
</section>
@@ -87,7 +87,7 @@
</div>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('A Nextcloud support subscription gives you access to enterprise-ready software, updates, and information and support services that span your entire OS and application infrastructure life cycle and architecture. You can count on receiving the latest product versions with the stability and security you need.');?></p>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('Working with data is essential for your business and being forced on the upgrade threadmill is disruptive to your organization. With access to up to 15 years security and stability updates to Nextcloud, we match the lifecycle of your operating system so you can schedule upgrades when it works for you and secure the investments you did in your existing platform.');?></p>
- <p class="section--intro text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="/pricing"><?php echo $l->t('See pricing');?></a></p>
+ <p class="section--intro text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="<?php echo home_url('pricing') ?>"><?php echo $l->t('See pricing');?></a></p>
</div>
</section>
@@ -103,7 +103,7 @@
</div>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('Our unique Nextcloud Global Scale architecture delivers a true globally scalable solution for deployments with hundreds of millions of users, giving unprecedented control over the locality of data and delivering dramatic cost reduction.');?></p>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('Nextcloud Global Scale was designed to lift enterprise collaboration to a new level, overcoming limitations in building large scale file storage, sync & share solutions. Nextcloud Global Scale works by decentralizing data to independent nodes, using several new components to manage the interactions between servers.');?></p>
- <p class="section--intro text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="/globalscale"><?php echo $l->t('Learn more');?></a></p>
+ <p class="section--intro text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="<?php echo home_url('globalscale') ?>"><?php echo $l->t('Learn more');?></a></p>
</div>
</section>
@@ -187,7 +187,7 @@
<a href="http://my.engineering.queensu.ca/"><img class="" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/queens.png" /></a>
</div>
</div>
- <div class="text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="/education">Learn more</a></div>
+ <div class="text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="<?php echo home_url('education') ?>">Learn more</a></div>
</div>
</div>
</section>
@@ -214,32 +214,30 @@
<div class="right-text-grey" data-slide="1">
<h5 class="textTrigger" id="feature-1"><?php echo $l->t('Monitoring and compliance');?></h5>
<p><?php echo $l->t('Nextcloud offers extensive monitoring and compliance capabilities ready for enterprises in sensitive businesses. Data locality, retention and access can be controled and logged for audit.');?></p>
- <a class="button button--blue button--arrow button--large" href="/features" role="button"><?php echo $l->t('Learn more about features');?></a>
+ <a class="button button--blue button--arrow button--large" href="<?php echo home_url('monitoring') ?>" role="button"><?php echo $l->t('Learn more about monitoring');?></a>
</p>
</div>
<div class="right-text-grey" data-slide="2">
<h5 class="textTrigger" id="feature-2"><?php echo $l->t('Security features keep your data safe');?></h5>
<p><?php echo $l->t('Nextcloud supports two-factor authentication and Server Side Encryption, has brute force protection and features industry-standard security measures like CSP, SSC and password and session management.');?></p>
- <a class="button button--blue button--arrow button--large" href="/secure" role="button"><?php echo $l->t('Learn more about security');?></a>
+ <a class="button button--blue button--arrow button--large" href="<?php echo home_url('secure') ?>" role="button"><?php echo $l->t('Learn more about security');?></a>
</p>
</div>
<div class="right-text-grey" data-slide="3">
<h5 class="textTrigger" id="feature-3"><?php echo $l->t('IT stays in control');?></h5>
<p><?php echo $l->t('Our File Access Control app enables administrators to defining data access rules or triggering actions based on location, group membership, file type, tags and other properties.');?></p>
- <a class="button button--blue button--arrow button--large" href="/workflow/" role="button"><?php echo $l->t('Learn more about Workflow');?></a>
+ <a class="button button--blue button--arrow button--large" href="<?php echo home_url('workflow') ?>" role="button"><?php echo $l->t('Learn more about Workflow');?></a>
</p>
</div>
<div class="right-text-grey" data-slide="4">
<h5 class="textTrigger" id="feature-4"><?php echo $l->t('Easy access for users');?></h5>
<p><?php echo $l->t('Users can access and share their data on Nextcloud through sync clients for Windows, Linux and Mac as well as Android and IOS, providing a smooth experience no matter where data is located.');?></p>
- <a class="button button--blue button--arrow button--large" href="/features" role="button"><?php echo $l->t('Learn more about features');?></a>
+ <a class="button button--blue button--arrow button--large" href="<?php echo home_url('clients') ?>" role="button"><?php echo $l->t('Learn more about clients');?></a>
</p>
</div>
-
-
</div>
</div>
</section>
@@ -247,6 +245,6 @@
<div class="calltoaction revealOnScroll">
<h1 class="section--heading-2 section--text--center"><?php echo $l->t('See how we stack up');?></h1>
<p class="section--paragraph section--text--center">
- <a href="/compare" class="button button--blue button--arrow button--large"><?php echo $l->t('Compare Nextcloud to other solutions');?></a></p>
+ <a href="<?php echo home_url('compare') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Compare Nextcloud to other solutions');?></a></p>
</div>
</section>
diff --git a/page-events.php b/page-events.php
index 571ee5c9..1891bda0 100644
--- a/page-events.php
+++ b/page-events.php
@@ -14,9 +14,9 @@
</div>
<div class="container">
<div class="sub-nav">
- <a href="/events/meetups">Meetups</a>&nbsp;&nbsp;
- |&nbsp;&nbsp;<a href="/events/conference-program">Events Program</a>
- <!-- |&nbsp;&nbsp;<a href="/events/contactform">Contact</a> -->
+ <a href="<?php echo home_url('events/meetups') ?>">Meetups</a>&nbsp;&nbsp;
+ |&nbsp;&nbsp;<a href="<?php echo home_url('events/conference-program') ?>">Events Program</a>
+ <!-- |&nbsp;&nbsp;<a href="<?php echo home_url('events/contactform') ?>">Contact</a> -->
</div>
</div>
@@ -24,7 +24,7 @@
<div class="container">
<div class="row">
<div class="col-md-12">
- <p class="section--paragraph">Are you interested in meeting fellow Nextcloud users and contributors (<a class="hyperlink" href="/contributors">Nextclouders</a>, as we lovingly call ourselves)? You&#39;ve come to the right place! The Nextcloud community organizes and participates in many events around the globe and here you can find details on where you can meet us and how to organise your own event and become a member of the most active file sync and share open source community!</p>
+ <p class="section--paragraph">Are you interested in meeting fellow Nextcloud users and contributors (<a class="hyperlink" href="<?php echo home_url('contributors') ?>">Nextclouders</a>, as we lovingly call ourselves)? You&#39;ve come to the right place! The Nextcloud community organizes and participates in many events around the globe and here you can find details on where you can meet us and how to organise your own event and become a member of the most active file sync and share open source community!</p>
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/events/hackathon.jpg" style="width: 400px" title="" alt="" class="img-thumbnail alignright">
<h2>Meetups</h2>
<p class="section--paragraph">Nextcloud community members get together in meetups to learn, share ideas and work on Nextcloud. Meetups are informal meetings which are typically held in the evening and can be focused on development, user or business topics. You can take part as a speaker, participant or promoter. Meetups are typically held once a month and are open to anyone. Below is a list of local meetup groups.</p>
@@ -33,7 +33,7 @@
<div class="row" style="text-align: center">
<p class="section--paragraph"><a target="_blank" href="https://nextcloud.meetup.com/" class="btn btn-lg btn-default">
<i class="icon-group"></i> Join a Meetup!</a>
- <a target="_blank" href="/events/meetups" class="btn btn-lg btn-default">
+ <a target="_blank" href="<?php echo home_url('events/meetups') ?>" class="btn btn-lg btn-default">
<i class="icon-lightbulb-o"></i> Organize a Meetup!</a></p>
</div>
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/conference/grouppic2017.jpg" style="width: 400px" title="" alt="" class="img-thumbnail alignright">
@@ -41,7 +41,7 @@
<p class="section--paragraph">The most exciting event on the yearly calendar for Nextcloud is of course our very own Nextcloud Conference! Over 150 Nextcloud community members get together for a full week. During week days, we write and discuss code while on the weekend we have an exciting, educational and inspirational program with keynotes, lightning talks and workshops around private, self-hosted cloud technologies.</p>
<p class="section--paragraph">You can read a report of our last conference <a class="hyperlink" href="https://nextcloud.com/blog/significant-growth-at-nextcloud-conference-brought-150-customers-colleagues-and-friends-together/">in this blog</a> and if you'd like to join in 2018 - mark these dates in your calendar:</p>
<h3>Augustus 23-30 2018 at the TU Berlin, Germany</h3>
- <a href="/conf" class="button button--blue button--large button--arrow">Learn more about the Nextcloud Conference</a>
+ <a href="<?php echo home_url('conf') ?>" class="button button--blue button--large button--arrow">Learn more about the Nextcloud Conference</a>
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/events/booth.jpg" style="width: 400px" title="" alt="" class="img-thumbnail alignright">
<h2>Events 2018</h2>
<p class="section--paragraph">Nextcloud is participating in trade shows and conferences to present our community and technology to visitors.<br/>
diff --git a/page-faq.php b/page-faq.php
index 279fbf7c..e92d2082 100644
--- a/page-faq.php
+++ b/page-faq.php
@@ -68,7 +68,7 @@ See also the <a href="https://nextcloud.com/faq" target="_blank">Nextcloud Enter
<p>But you might wonder: "<em>Where is this data? Who has access to it?</em>"</p>
<p>These questions have become more pressing since <a href="http://arstechnica.com/series/nsa-leaks/" target="_blank">the revelations that our own government is spying on us, and collecting and snooping into virtually all of our online communications.</a>. We know that foreign and our own governments have access. Criminals and large corporations, too. This knowledge about us can be used and abused in many ways, for financial gain, for control, for harmless and harmful fun.</p>
<p>Many people prefer to have more control over who gets to see the photos they send to their spouse or friends, who gets to read their bank account statements or determine their political allegiance. Or know where they are - as mobile phones track your location pretty much continuously...</p>
-<p>This is where Nextcloud and similar technologies come in. Nextcloud offers you the option to take back your data. Once you install it on a server (or let somebody do that for you! <a href="https://nextcloud.org/blog/dont-be-caught-naked-in-the-cloud-decentralization-protects-our-data/" target="_blank">Decentralization is an important tool to protect privacy</a>) you can access your private data in an easy to use web interface or synchronize it with your devices like Android and iPhones. You can store your contacts and calendar as well as files on Nextcloud and, through the many Nextcloud apps, use it to store passwords, play music and movies and so on. It also allows you to securely share with other people and collaborate on documents. Learn more <a href="/features">about Nextcloud features here</a>.</p>
+<p>This is where Nextcloud and similar technologies come in. Nextcloud offers you the option to take back your data. Once you install it on a server (or let somebody do that for you! Decentralization is an important tool to protect privacy) you can access your private data in an easy to use web interface or synchronize it with your devices like Android and iPhones. You can store your contacts and calendar as well as files on Nextcloud and, through the many Nextcloud apps, use it to store passwords, play music and movies and so on. It also allows you to securely share with other people and collaborate on documents. Learn more <a href="/athome">about Nextcloud features for home users here</a>.</p>
<p>All this is free, as Nextcloud is available under an '<em>open source license</em>', which gives you the right to examine, share <strong>and</strong> modify it. Nextcloud is developed by an <a href="/contact">international community</a> of both paid and volunteer contributors and <a href="/contribute">you can get involved, too</a>.</p>
<h3>Things Nextcloud does not do</h3>
<p>Note that Nextcloud is NOT a backup tool: the desktop client, for example, will synchronize the contents of a local folder with the server. That works for file modifications and additions, but also deletions. If you delete a file on the server, it gets deleted on all devices that you installed the client on! And if you delete a file on the client, it gets deleted on the server and then deleted on other clients that were syncing that file. Nextcloud does have a <strong>trash</strong> for deleted files and retains older <strong>versions of files</strong>, which means deleted or modified files can be brought back. But this functionality can be disabled by the system administrator and depending on the space usage settings, deleted or older versions of files get deleted over time. You should always backup your Nextcloud server!</p>
diff --git a/page-file-drop.php b/page-file-drop.php
index 878261ef..2017e337 100644
--- a/page-file-drop.php
+++ b/page-file-drop.php
@@ -135,7 +135,7 @@
</div>
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Unique links for each customer');?></p>
- <p class="section--paragraph"><?php echo $l->t('Rather than creating a single upload link, you can also have customized links by entering a customer email address and then enabling File Drop (upload only). Your client receives an email with instructions on where to securely upload their files and if you chose to add one, the password in a separate email. You can have both a shared link and multiple, unique email links with each their own password, expiration date and access rights. The password email can be disabled in the admin sharing settings for even more security-sensitive data where a secure second channel (like a <a class="hyperlink" href="/webrtc">secure video call</a>) has to be used for the password.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Rather than creating a single upload link, you can also have customized links by entering a customer email address and then enabling File Drop (upload only). Your client receives an email with instructions on where to securely upload their files and if you chose to add one, the password in a separate email. You can have both a shared link and multiple, unique email links with each their own password, expiration date and access rights. The password email can be disabled in the admin sharing settings for even more security-sensitive data where a secure second channel (like a');?> <a class="hyperlink" href="<?php echo home_url('webrtc') ?>"><?php echo $l->t('secure video call</a>) has to be used for the password.');?></p>
</div>
</div>
<div class="row">
@@ -144,8 +144,8 @@
</div>
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('IT stays in control');?></p>
- <p class="section--paragraph"><?php echo $l->t('The system administrator can rest assured that all interactions follow the rules and requirements set by the company with regards to passwords, expiration dates and of course the limitations enforced by the <a class="hyperlink" href="/workflow">Nextcloud File Access Control feature</a>.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Data remains, at all times, on-premise, under full authority of IT. File Drop supports a wide range of storage technologies including NFS, SMB and Windows Network Drive, Sharepoint, Object Storage and many more. <a class="hyperlink" href="/storage">Learn more about External Storage here</a>.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('The system administrator can rest assured that all interactions follow the rules and requirements set by the company with regards to passwords, expiration dates and of course the limitations enforced by the');?> <a class="hyperlink" href="<?php echo home_url('workflow') ?>"><?php echo $l->t('Nextcloud File Access Control feature</a>.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Data remains, at all times, on-premise, under full authority of IT. File Drop supports a wide range of storage technologies including NFS, SMB and Windows Network Drive, Sharepoint, Object Storage and many more.');?> <a class="hyperlink" href="<?php echo home_url('storage') ?>"><?php echo $l->t('Learn more about External Storage here</a>.');?></p>
</div>
</div>
</div>
@@ -157,7 +157,7 @@
<div class="col-md-8 col-md-offset-2 revealOnScroll">
<p class="section--paragraph text-center"><?php echo $l->t('Secure your file exchange with clients right now.');?></p>
<div class="text-center morebuttondiv">
- <a href="/pricing" class="button button--large button--arrow"><?php echo $l->t('Pricing');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('pricing') ?>" class="button button--large button--arrow"><?php echo $l->t('Pricing');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
diff --git a/page-files.php b/page-files.php
index cf795a2a..6cc8511a 100644
--- a/page-files.php
+++ b/page-files.php
@@ -41,7 +41,7 @@
<p class="section--paragraph__tittle"><?php echo $l->t('An Enterprise File Sync and Share solution that keeps data under control.');?></p>
<p class="section--paragraph"><?php echo $l->t('Your employees need to have easy access to their files, photos and documents to work and share with team members, customers and partners. And IT needs to know nobody besides those they shared with has access to those files.');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud Files is an on-premise, open source file sync and share solution designed to be easy-to-use and highly secure.');?></p>
- <a href="/pricing" class="button button--blue button--arrow button--large"><?php echo $l->t('Pricing');?></a>
+ <a href="<?php echo home_url('pricing') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Pricing');?></a>
</div>
</div>
</section>
@@ -178,7 +178,7 @@
<h3 class="text-center revealOnScroll"><?php echo $l->t('Learn more');?></h3>
<div class="col-sm-6 revealOnScroll">
<div class="featureblock">
- <a class="hyperlink" href="/healthcare"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/tools.svg" /></div>
+ <a class="hyperlink" href="<?php echo home_url('healthcare') ?>"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/tools.svg" /></div>
<p class="section--paragraph text-center"><?php echo $l->t('Healthcare and HIPAA');?></p></a>
</div>
</div>
@@ -190,13 +190,13 @@
</div>
<div class="col-sm-6 revealOnScroll">
<div class="featureblock">
- <a class="hyperlink" href="/monitoring"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/ldap.svg" /></div>
+ <a class="hyperlink" href="<?php echo home_url('monitoring') ?>"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/ldap.svg" /></div>
<p class="section--paragraph text-center"><?php echo $l->t('Auditing capabilities');?></p></a>
</div>
</div>
<div class="col-sm-6 revealOnScroll">
<div class="featureblock">
- <a class="hyperlink" href="/workflow"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/firewall.svg" /></div>
+ <a class="hyperlink" href="<?php echo home_url('workflow') ?>"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/firewall.svg" /></div>
<p class="section--paragraph text-center"><?php echo $l->t('File Access Control');?></p></a>
</div>
</div>
@@ -226,7 +226,7 @@
<p class="section--paragraph"><?php echo $l->t('');?></p>
<p class="section--paragraph"><?php echo $l->t('<i class="fa-key fa"></i> we integrate unique in-transit, server-side and client-side end-to-end encryption technologies.');?></p>
<p class="section--paragraph"><?php echo $l->t('');?></p>
- <a href="/secure" class="button button--blue button--arrow button--large"><?php echo $l->t('Security in Nextcloud');?></a>
+ <a href="<?php echo home_url('secure') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Security in Nextcloud');?></a>
</div>
</div>
</section>
@@ -239,7 +239,7 @@
<h2 class="section--paragraph__tittle"><?php echo $l->t('Secure file exchange');?></h2>
<p class="section--paragraph"><?php echo $l->t('Nextcloud Files enables hospitals, banks, notaries and government agencies to securely send files to and receive files from customers, patients, clients or partners.');?></p>
<p class="section--paragraph"><?php echo $l->t('The easy web and mobile interfaces of Nextcloud Files allow users to share files with other users on the server, to create and send password-protected public links, to let others upload files to the private cloud and to get notifications on phone and desktop when a user on another cloud server shares files.');?></p>
- <a href="/file-drop" class="button button--blue button--arrow button--large"><?php echo $l->t('Secure file exchange');?></a><br>
+ <a href="<?php echo home_url('file-drop') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Secure file exchange');?></a><br>
</div>
<div class="col-md-6">
<div data-type="youtube" data-video-id="AhFnbB-a7ik"></div>
@@ -258,7 +258,7 @@
<p class="section--paragraph"><?php echo $l->t('Nextcloud enables admins to monitor the health and performance of a Nextcloud system with a graphical UI and an API endpoint for monitoring apps. Fully audit-ready logs of user activity are generated.');?></p>
<p class="section--paragraph__tittle"><?php echo $l->t('Tracking changes to user files');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud Files lets users track file modifications, downloads of shares and changes to comments or tags, providing an overview in the browser, clients or via email notifications and an RSS feed.');?></p>
- <a href="/monitoring" class="button button--blue button--arrow button--large"><?php echo $l->t('Monitoring and compliance');?></a>
+ <a href="<?php echo home_url('monitoring') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Monitoring and compliance');?></a>
</div>
</div>
</section>
@@ -273,8 +273,8 @@
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Mobile and desktop clients');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud Files clients for Android, iOS and desktop systems allow users to sync and share files, in a fully secure way through an encrypted connection. The mobile clients feature automatic upload of pictures and videos users take and they can synchronize selected files and folders. The clients can handle multiple accounts, show all activity happening on the server and notify users of new events such as the availability of new shares.');?></p>
- <p class="section--paragraph"><?php echo $l->t('The Nextcloud clients support <a class="hyperlink" href="/endtoend">End-to-end Encryption</a> for ultimate security of enterprise data.');?></p>
- <a href="/clients" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
+ <p class="section--paragraph"><?php echo $l->t('The Nextcloud clients support');?> <a class="hyperlink" href="<?php echo home_url('endtoend') ?>"><?php echo $l->t('End-to-end Encryption</a> for ultimate security of enterprise data.');?></p>
+ <a href="<?php echo home_url('clients') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
</div>
</div>
</section>
@@ -308,7 +308,7 @@
<p class="section--paragraph__tittle"><?php echo $l->t('Workflow management');?></p>
<p class="section--paragraph"><?php echo $l->t('With Nextcloud, system administrators can control and direct the flow of data between users on or between servers. Rule-based file tagging and responding to these tags as well as other triggers like physical location, user group, file properties and request type enables administrators to specifically deny access to, convert, delete or retain data following business or legal requirements.');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud puts IT in control of user data and keeps it safe.');?></p>
- <a href="/workflow" class="button button--blue button--arrow button--large"><?php echo $l->t('Workflow handling');?></a>
+ <a href="<?php echo home_url('workflow') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Workflow handling');?></a>
</div>
</div>
</section>
@@ -322,7 +322,7 @@
<p class="section--paragraph__tittle"><?php echo $l->t('External storage, securely encrypted');?></p>
<p class="section--paragraph"><?php echo $l->t('The external storage feature of Nextcloud gives users access to their data wherever it is. Nextcloud Files can access data stored with a wide variety of popular cloud service providers such as Amazon, Google and Dropbox, but can also access file storage solutions using standard protocols such as NFS, (S)FTP, WebDAV and more.');?></p>
<p class="section--paragraph"><?php echo $l->t('The Encryption App can encrypt data at rest for both local and remote storage, protecting data stored on networks outside of user infrastructure. Keys can be handled by an external key management server or stored locally, on the server.');?></p>
- <a href="/storage" class="button button--blue button--arrow button--large"><?php echo $l->t('External storage');?></a>
+ <a href="<?php echo home_url('storage') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('External storage');?></a>
</div>
</div>
</section>
@@ -334,7 +334,7 @@
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Integrated account management');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud features built-in account management with optional two-factor authentication as well as Single-sign-on support and integration with external user directories like LDAP or IMAP, SMB, FTP and more.');?></p>
- <a href="/usermanagement" class="button button--blue button--arrow button--large"><?php echo $l->t('User management');?></a>
+ <a href="<?php echo home_url('usermanagement') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('User management');?></a>
</div>
</div>
</section>
@@ -362,7 +362,7 @@
</div>
<div class="col-md-6">
<p class="section--paragraph"><?php echo $l->t('The Nextcloud Secure Sharing Outlook Add-in enables Nextcloud users to easily and securely send files, folders or upload links to others from within Microsoft Outlook. The Add-in can replace attachments, automatically uploading files to Nextcloud and inserting a secure link in the email. It also makes it easy for users to provide others with a secure file upload link.');?></p>
- <p><a href="/outlook" class="button button--arrow button--blue button--large"><?php echo $l->t('Secure Sharing Outlook Add-in');?></a></p>
+ <p><a href="<?php echo home_url('outlook') ?>" class="button button--arrow button--blue button--large"><?php echo $l->t('Secure Sharing Outlook Add-in');?></a></p>
</div>
</div>
</div>
@@ -391,7 +391,7 @@
<p class="section--paragraph"><?php echo $l->t('Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing that works in all modern browsers.');?></p>
<p class="section--paragraph"><?php echo $l->t('Collabora Online supports editing documents in real-time with multiple other editors, showing high fidelity, WYSIWYG rendering and preserving the layout and formatting of documents.');?></p>
<p class="section--paragraph"><?php echo $l->t('Collabora Online supports dozens of document formats including <strong>DOC, DOCX, PPT, PPTX, XLS, XLSX + ODF, Import/View Visio, Publisher</strong> and many more...');?></p>
- <a href="/collaboraonline" class="button button--blue button--arrow button--large"><?php echo $l->t('Collabora Online Office');?></a>
+ <a href="<?php echo home_url('collaboraonline') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Collabora Online Office');?></a>
</div>
</div>
</section>
@@ -413,7 +413,7 @@
<div class="row text-center"><p class="section--paragraph__tittle"><?php echo $l->t('Nextcloud Talk');?></p>
<p class="section--paragraph text-center"><?php echo $l->t('secure online meetings, chat and web conferencing');?></p></div>
<div class="text-center morebuttondiv">
- <a href="/talk" class="button button--blue button--large button--arrow"><?php echo $l->t('Learn more');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('talk') ?>" class="button button--blue button--large button--arrow"><?php echo $l->t('Learn more');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
<div class="col-md-5 revealOnScroll">
@@ -421,7 +421,7 @@
<div class="row text-center"><p class="section--paragraph__tittle"><?php echo $l->t('Nextcloud Groupware');?></p>
<p class="section--paragraph text-center"><?php echo $l->t('Team planning and email made easy');?></p></div>
<div class="text-center morebuttondiv">
- <a href="/groupware" class="button button--blue button--large button--arrow"><?php echo $l->t('Learn more');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('groupware') ?>" class="button button--blue button--large button--arrow"><?php echo $l->t('Learn more');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
@@ -521,7 +521,7 @@
<!-- <i class="fa-copy fa"></i>-->
</div>
<div class="col-md-3 featureblock">
- <p class=""><?php echo $l->t('<br />... see how we <a class="hyperlink" href="/compare">compare to other solutions!</a>');?></p>
+ <p class=""><br /><a class="hyperlink" href="<?php echo home_url('compare') ?>"><?php echo $l->t('... see how we compare to other solutions!</a>');?></p>
</div>
<div class="col-md-1 featureblock">
</div>
@@ -539,8 +539,8 @@
<div class="row">
<div class="col-md-12 featureblock revealOnScroll">
<div class="row text-center">
- <a href="/install" class="button button--arrow button--large"><?php echo $l->t('Try Nextcloud Files');?></a>
- <a href="/buy" class="button button--arrow button--large"><?php echo $l->t('Contact sales');?></a>
+ <a href="<?php echo home_url('install') ?>" class="button button--arrow button--large"><?php echo $l->t('Try Nextcloud Files');?></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button--arrow button--large"><?php echo $l->t('Contact sales');?></a>
</div>
</div>
</div>
diff --git a/page-globalscale.php b/page-globalscale.php
index 2d8453e9..da2337ef 100644
--- a/page-globalscale.php
+++ b/page-globalscale.php
@@ -138,7 +138,7 @@ require(["require.config"], function() {
<div class="text-center revealOnScroll">
<p class="section--paragraph"><?php echo $l->t('Achieve a new level in scalability, flexibility and cost efficiency. Contact sales today!');?></p>
<div class="text-center morebuttondiv">
- <a href="/enterprise/buy/" class="button button--large button--arrow"><?php echo $l->t('Contact Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('enterprise/buy/') ?>" class="button button--large button--arrow"><?php echo $l->t('Contact Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
diff --git a/page-groupware.php b/page-groupware.php
index 25974433..d17c5298 100644
--- a/page-groupware.php
+++ b/page-groupware.php
@@ -125,15 +125,15 @@
<div class="col-sm-4">
<p class="section--paragraph__tittle"><?php echo $l->t('Security');?></p>
<p class="section--paragraph"><?php echo $l->t('
- Nextcloud Groupware is engineered from the ground up to be secure with the latest web protections and secure login technologies like Brute Force Protection and 2-factor authentication.<br>
- <a class="hyperlink" href="/secure">Learn more about security</a>
+ Nextcloud Groupware is engineered from the ground up to be secure with the latest web protections and secure login technologies like Brute Force Protection and 2-factor authentication.') ?><br>
+ <a class="hyperlink" href="<?php echo home_url('secure') ?>"><?php echo $l->t('Learn more about security</a>
');?></p>
</div>
<div class="col-sm-4">
<p class="section--paragraph__tittle"><?php echo $l->t('Control');?></p>
<p class="section--paragraph"><?php echo $l->t('
- Nextcloud Groupware is built to host yourself and work with existing SMTP and IMAP/POP3 servers. This simplifies compliance by putting you in control. Nextcloud supports you with excellent monitoring and audit-ready logging functionality.<br>
- <a class="hyperlink" href="/monitoring">Learn more about monitoring and logging</a>
+ Nextcloud Groupware is built to host yourself and work with existing SMTP and IMAP/POP3 servers. This simplifies compliance by putting you in control. Nextcloud supports you with excellent monitoring and audit-ready logging functionality.') ?><br>
+ <a class="hyperlink" href="<?php echo home_url('monitoring') ?>"><?php echo $l->t('Learn more about monitoring and logging</a>
');?></p>
</div>
</div>
@@ -231,7 +231,7 @@
');?></p>
</div>
<div class="text-center morebuttondiv">
- <a href="/buy" class="button button-button--large button--arrow"><?php echo $l->t('Contact sales for a quote');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button-button--large button--arrow"><?php echo $l->t('Contact sales for a quote');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
diff --git a/page-healthcare.php b/page-healthcare.php
index 298e18a5..e9a8ef57 100644
--- a/page-healthcare.php
+++ b/page-healthcare.php
@@ -165,7 +165,7 @@ require(["require.config"], function() {
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('File Access Control');?></p>
<p class="section--paragraph"><?php echo $l->t('The File Access Control feature of Nextcloud enables IT to codify legal and policy requirements, blocking unauthorized users uploading or downloading data following defined rules. Criteria include IP address ranges, group membership, file type and size, time and more. Data retention can be controlled as well, enabling administrators to limit the lifetime of certain files.');?></p>
- <a href="/workflow" class="button button--blue button--arrow button--large"><?php echo $l->t('File Access Control');?></a>
+ <a href="<?php echo home_url('workflow') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('File Access Control');?></a>
</div>
</div>
<div class="row">
@@ -175,7 +175,7 @@ require(["require.config"], function() {
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Monitoring and auditing logs');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud offers built-in powerful monitoring capabilities, enabling institutions to ensure smooth performance. Systems can be monitored using the web interface or through monitoring and systems intelligence tools like OpenNMS, Splunk, Nagios or others. A full auditing system logs all user actions, enabling fully compliant usage of file sync and share.');?></p>
- <a href="/monitoring" class="button button--blue button--arrow button--large"><?php echo $l->t('Monitoring and auditing');?></a>
+ <a href="<?php echo home_url('monitoring') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Monitoring and auditing');?></a>
</div>
</div>
@@ -186,7 +186,7 @@ require(["require.config"], function() {
<div class="col-md-6">
<p class="section--paragraph__tittle revealOnScroll"><?php echo $l->t('Encryption');?></p>
<p class="section--paragraph revealOnScroll">
- <?php echo $l->t('Nextcloud uses industry-standard SSL/TLS encryption for data in transfer. Data at rest in storage can be encrypted using a default military grade AES-256 encryption with server-based or custom key management. Optionally and on a per-folder base data can be <a class="hyperlink" href="/endtoend">end-to-end encrypted</a> on the client with the server assisting in sharing and key management using a Zero-Knowledge model.');?>
+ <?php echo $l->t('Nextcloud uses industry-standard SSL/TLS encryption for data in transfer. Data at rest in storage can be encrypted using a default military grade AES-256 encryption with server-based or custom key management. Optionally and on a per-folder base data can be');?> <a class="hyperlink" href="<?php echo home_url('endtoend') ?>"><?php echo $l->t('end-to-end encrypted</a> on the client with the server assisting in sharing and key management using a Zero-Knowledge model.');?>
</p>
<p class="section--paragraph revealOnScroll">
<?php echo $l->t('Seamless integration and ease of use with key features like offline recovery keys, auditing and HSM support make Nextcloud Encryption capabilities leading in the industry.');?>
@@ -207,7 +207,7 @@ require(["require.config"], function() {
<div class="row">
<div class="col-md-10 col-md-offset-1 revealOnScroll feature--block">
<p class="section--paragraph revealOnScroll"><?php echo $l->t('Nextcloud offers first-in-class, third-party verified security backed by a USD 5000 Security Bug Bounty program protecting against unauthorized access.');?></p>
- <a href="/secure" class="button button--blue button--arrow button--large"><?php echo $l->t('security in Nextcloud');?></a>
+ <a href="<?php echo home_url('secure') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('security in Nextcloud');?></a>
</div>
</div>
</div>
@@ -323,7 +323,7 @@ require(["require.config"], function() {
</div>
<div class="row revealOnScroll">
<div class="col-md-8 col-md-offset-2 featureblock">
- <p class="text-center"><?php echo $l->t('<a class="hyperlink" href="/buy">First class enterprise support with custom integration and security consulting available</a>.');?></p>
+ <p class="text-center"><a class="hyperlink" href="<?php echo home_url('buy') ?>"><?php echo $l->t('First class enterprise support with custom integration and security consulting available.');?></a></p>
</div>
</div>
</div>
@@ -356,7 +356,7 @@ require(["require.config"], function() {
<p class="section--paragraph"><?php echo $l->t('The self-hosted nature of Nextcloud ensures Nextcloud usage does not change existing compliance of infrastructure, provided features and capabilities are employed as required by HIPAA and other legislation. Nextcloud can advice in implementing a HIPAA compliant setup.');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud services are designed not to require that our employees gain access to any customer data. In case this is required for specific support cases, confidentiality agreements are signed with all employees and extensive security processes are in place to log, investigate and report any breaches.');?></p>
<p class="section--paragraph"><?php echo $l->t('We understand that keeping your client’s information safe is of the utmost importance and Nextcloud GmbH will continue to provide its software and services in accordance with the relevant requirements of all state and federal laws and regulations, including, as applicable, HIPAA.');?></p>
- <p class="section--paragraph"><?php echo $l->t('For additional information regarding Nextcloud’s privacy practices as they relate to this website, please see our <a class="hyperlink" href="/privacy">Privacy Statement</a>.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('For additional information regarding Nextcloud’s privacy practices as they relate to this website, please see our');?> <a class="hyperlink" href="<?php echo home_url('privacy') ?>"><?php echo $l->t('Privacy Statement</a>.');?></p>
</div>
</div>
<div class="row">
diff --git a/page-homepage.php b/page-homepage.php
index df2f4058..7a524174 100644
--- a/page-homepage.php
+++ b/page-homepage.php
@@ -65,7 +65,7 @@
<h3 class="text-center revealOnScroll"><?php echo $l->t('Learn more');?></h3>
<div class="col-sm-6 revealOnScroll">
<div class="featureblock">
- <a class="hyperlink" href="/healthcare"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/tools.svg" /></div>
+ <a class="hyperlink" href="<?php echo home_url('healthcare') ?>"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/tools.svg" /></div>
<p class="section--paragraph text-center"><?php echo $l->t('Healthcare and HIPAA');?></p></a>
</div>
</div>
@@ -77,13 +77,13 @@
</div>
<div class="col-sm-6 revealOnScroll">
<div class="featureblock">
- <a class="hyperlink" href="/monitoring"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/ldap.svg" /></div>
+ <a class="hyperlink" href="<?php echo home_url('monitoring') ?>"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/ldap.svg" /></div>
<p class="section--paragraph text-center"><?php echo $l->t('Auditing capabilities');?></p></a>
</div>
</div>
<div class="col-sm-6 revealOnScroll">
<div class="featureblock">
- <a class="hyperlink" href="/workflow"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/firewall.svg" /></div>
+ <a class="hyperlink" href="<?php echo home_url('workflow') ?>"><div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/firewall.svg" /></div>
<p class="section--paragraph text-center"><?php echo $l->t('File Access Control');?></p></a>
</div>
</div>
@@ -229,7 +229,7 @@
<p class="section--paragraph"><?php echo $l->t('Our Video calls app is the most secure way to to discuss with others, share your screen to show or demonstrate something and get work done. We also introduced push notifications, security improvements like Rate Limiting and enhanced Brute Force protection, admin apps like Impersonate, Quota Warning, Download Activity, App bundles, JSLoader and much more.');?></p>
<br/>
<p>
- <a class="btn-primary" href="/webrtc" role="button"><?php echo $l->t('Learn more');?></a>
+ <a class="btn-primary" href="<?php echo home_url('webrtc') ?>" role="button"><?php echo $l->t('Learn more');?></a>
</p>
</div>
@@ -249,7 +249,7 @@
<div class="calltoaction revealOnScroll">
<h1 class="section--heading-2 section--text--center"><?php echo $l->t('See how we stack up');?></h1>
<p class="section--paragraph section--text--center">
- <a href="/compare" class="button button--blue button--arrow button--large"><?php echo $l->t('Compare Nextcloud to other solutions');?></a></p>
+ <a href="<?php echo home_url('compare') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Compare Nextcloud to other solutions');?></a></p>
</div>
</section>
diff --git a/page-install.php b/page-install.php
index 614984a3..9ed0d546 100644
--- a/page-install.php
+++ b/page-install.php
@@ -12,8 +12,8 @@
<p><?php echo $l->t('There are several ways to get your own Nextcloud for you and your data:');?></p>
<div class="btn-group">
<a class="btn btn-primary btn-large" href="#instructions-server">Download</a>
- <a class="btn btn-default btn-large" href="/devices">Devices</a>
- <a class="btn btn-default btn-large" href="/providers">Providers</a>
+ <a class="btn btn-default btn-large" href="<?php echo home_url('devices') ?>">Devices</a>
+ <a class="btn btn-default btn-large" href="<?php echo home_url('providers') ?>">Providers</a>
</div>
</div>
<div class="col-md-4">
@@ -71,7 +71,7 @@
<li><?php echo $l->t('<a href="irc://#nextcloud@freenode.net" target="_blank" rel="tooltip" title="The Nextcloud IRC Channel">IRC Channel</a> (<a href="http://webchat.freenode.net/?channels=nextcloud" target="_blank" rel="tooltip" title="Web interface to the Nextcloud IRC Channel">Webchat</a>)');?></li>
</ul>
<p><?php echo $l->t('These consist of users helping each other. Consider helping out others, too!');?><br />
- <?php echo $l->t('<a href="/enterprise">Need enterprise support?</a>');?></p>
+ <a href="<?php echo home_url('enterprise') ?>"><?php echo $l->t('Need enterprise support?</a>');?></p>
</div>
<a name="testing"></a>
<div class="col-md-4">
@@ -103,7 +103,7 @@
<a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_LINUX; ?>" class="btn btn-default btn-large"><i class="icon-linux"></i> Linux</a>
<a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_SOURCES; ?>" class="btn btn-default btn-large"><i class="icon-archive"></i> Sources</a>
<?php } ?></p>
- <p><?php echo $l->t('<a href="/contribute" target="_blank" rel="tooltip" title="The Nextcloud Contribute Page">See more ways to get involved</a>!');?></p>
+ <p><a href="<?php echo home_url('contribute') ?>" target="_blank" rel="tooltip" title="<?php echo $l->t('The Nextcloud Contribute Page">See more ways to get involved</a>!');?></p>
</div>
</div>
diff --git a/page-meetups.php b/page-meetups.php
index bf4a4198..40e35410 100644
--- a/page-meetups.php
+++ b/page-meetups.php
@@ -3,7 +3,7 @@
</div>
<div class="sub-nav">
Meetups&nbsp;&nbsp;
- |&nbsp;&nbsp;<a href="/events/conference-program">Conference Program</a>&nbsp;&nbsp;
+ |&nbsp;&nbsp;<a href="<?php echo home_url('/events/conference-program') ?>">Conference Program</a>&nbsp;&nbsp;
<!-- |&nbsp;&nbsp;<a href="/events/contactform">Contact</a> -->
</div>
<div class="row">
@@ -24,7 +24,7 @@
<h3>Where and when?</h3>
<p>You can often get a room at work, university, community center, local hacker space, hacker café or a public library.</p>
- <p>We do many Nextcloud Meetups around 19:00 on week days, but if that does not work for you, try a weekend! And of course: just ask the participants
+ <p>We do many Nextcloud Meetups around 19:00 on week days, but if that does not work for you, try a weekend! And of course: just ask the participants
if another time would work better.</p>
<h3>Tell everybody!</h3>
@@ -32,11 +32,11 @@
organizing one, let us know and we can get you going. Here is an <a href="http://www.meetup.com/nextcloud-berlin/">example page</a>.</p>
<p>Next up is to share it over social media - set up an event page on Facebook and Google plus, ask people to share the news. Don't feel bad if your first
- meeting attracts just 5 visitors and don't freak out if 30 RSVP. A small group means you each have time to really work together; and a big group
+ meeting attracts just 5 visitors and don't freak out if 30 RSVP. A small group means you each have time to really work together; and a big group
means everybody will talk to everybody so you don't have to worry about keeping everybody busy!</p>
<h3>What to do at the event?</h3>
- <p>Now you have a place and some participants, but what to do? It is easiest to separate two kinds of Meetups: the one where (potential) Nextcloud
+ <p>Now you have a place and some participants, but what to do? It is easiest to separate two kinds of Meetups: the one where (potential) Nextcloud
contributors come together; and one where users meet up.</p>
<p><strong>Development Meetups</strong> need very little: room, wifi, people with laptops. Keep it simple: Nextclouders will get along just fine. Open by doing
a round of introductions, ask everybody to share what they would like to do. You can use one or more of our <a href="http://github.com/nextcloud/promo">ready-made workshop presentations to get started</a> but if everybody just wants to get hacking: that's great!</p>
@@ -61,7 +61,7 @@
<!-- <img src="<?php echo get_template_directory_uri(); ?>/assets/img/events/materials.jpg" style="width: 400px" -->
<!-- title="You can order these materials!" alt="You can order these materials!" class="img-thumbnail alignright"> -->
<h2>Contact/questions/support</h2>
- For setting up the meetup page, sharing the news on the upcoming event or a report from the previous one or any other questions, <a href="/events/contactform">just ask via the contact form</a>.
+ For setting up the meetup page, sharing the news on the upcoming event or a report from the previous one or any other questions, <a href="<?php echo home_url('/contact') ?>">just ask via the contact form</a>.
<p>Use the <a href="https://help.nextcloud.com/c/conference">events category</a> to discuss events with other Nextclouders.</p>
<h3>Nextcloud swag?</h3>
<p>If you organize a meetup, we'd be happy to send you an envelope with some informative Nextcloud flyers, Nextcloud stickers, posters and other things.</p>
diff --git a/page-migration.php b/page-migration.php
index 3f62b168..1c2f8ec3 100644
--- a/page-migration.php
+++ b/page-migration.php
@@ -6,7 +6,7 @@
});
</script>
</head>
-
+
<div class="background migration-background">
<div class="container">
<div class="row">
@@ -28,7 +28,7 @@
<div class="carousel-inner" role="listbox">
<div class="item active">
<h3><?php echo $l->t('We require a <span class="big">truly scalable</span> and 100% open source enterprise solution from a <span class="big">reliable partner</span> so we decided to <span class="big">migrate from ownCloud to Nextcloud</span>');?></h3>
- <h2><a href="/pr20160929"><?php echo $l->t('– Martin Bech, Head of NREN at DeIC');?></a></h2>
+ <h2><a href="<?php echo home_url('pr20160929') ?>"><?php echo $l->t('– Martin Bech, Head of NREN at DeIC');?></a></h2>
</div>
<div class="item">
@@ -66,10 +66,10 @@
<div class="container">
<div class="col-md-8 col-md-offset-2">
<h2 class="section--heading-1"><?php echo $l->t('Why migrate: ownCloud vs Nextcloud');?></h2>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud offers significant <a class="hyperlink" href="https://nextcloud.com/?p=1373">scalability</a>, <a class="hyperlink" href="https://nextcloud.com/?p=1334">security</a> and <a class="hyperlink" href="https://nextcloud.com/?p=1332">feature improvements</a> over ownCloud (<a class="hyperlink" href="/compare">see a full comparison here</a>) and our experienced support team has already helped several dozen customers with <a class="hyperlink" href="https://nextcloud.com/blog/9-german-educational-and-research-institutions-move-to-nextcloud-as-part-of-tu-berlin-migration-more-coming/">sometimes tens of thousands of users</a> migrate successfully. Our customers appreciate expert help from a German, employee-owned company set up to provide a long term relationship between customers and business. Last but not least, Nextcloud has by far the strongest expertise in large scale deployments, as is evident in our work on <a class="hyperlink" href="https://nextcloud.com/globalscale">Global Scale.</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud offers significant <a class="hyperlink" href="https://nextcloud.com/?p=1373">scalability</a>, <a class="hyperlink" href="https://nextcloud.com/?p=1334">security</a> and <a class="hyperlink" href="https://nextcloud.com/?p=1332">feature improvements</a> over ownCloud');?> (<a class="hyperlink" href="<?php echo home_url('compare') ?>"><?php echo $l->t('see a full comparison here</a>) and our experienced support team has already helped several dozen customers with <a class="hyperlink" href="https://nextcloud.com/blog/9-german-educational-and-research-institutions-move-to-nextcloud-as-part-of-tu-berlin-migration-more-coming/">sometimes tens of thousands of users</a> migrate successfully. Our customers appreciate expert help from a German, employee-owned company set up to provide a long term relationship between customers and business. Last but not least, Nextcloud has by far the strongest expertise in large scale deployments, as is evident in our work on <a class="hyperlink" href="https://nextcloud.com/globalscale">Global Scale.</a>');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud is fully licensed under the AGPL, giving you <a class="hyperlink" href="https://nextcloud.com/blog/why-the-agpl-is-great-for-business-users/">all the benefits of open source</a> and avoiding any risk of mixing a proprietary enterprise edition with open source components.');?></p>
<p class="section--paragraph"><?php echo $l->t('First rate support as well as <a class="hyperlink" href="https://nextcloud.com/?p=1222">healthy development</a> happening in public are key to our offering. Employing over a dozen former ownCloud engineers as well as many other experienced software developers, we are in the best position to support you in keeping your data secure and easily accessible to your employees.');?></p>
- <p class="section--paragraph"><?php echo $l->t('We can help you <a class="hyperlink" href="/enterprise">with a support subscription</a> but you can also look for <a class="hyperlink" href="/partners">support from one of our partners</a> and of course get <a class="hyperlink" href="https://help.nextcloud.com">community support on our forums.</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('We can help you');?> <a class="hyperlink" href="<?php echo home_url('enterprise') ?>"><?php echo $l->t('with a support subscription</a> but you can also look for');?> <a class="hyperlink" href="<?php echo home_url('partners') ?>"><?php echo $l->t('support from one of our partners</a> and of course get <a class="hyperlink" href="https://help.nextcloud.com">community support on our forums.</a>');?></p>
<h2 class="section--paragraph__tittle"><?php echo $l->t('The Nextcloud migration tool');?></h2>
<p class="section--paragraph"><?php echo $l->t('The easiest way to migrate is using our migration tool. This tool supports ownCloud 8.2 to ownCloud 10, migrating to the appropriate Nextcloud release automatically.');?></p>
@@ -116,7 +116,7 @@
</ul>
<p class="section--paragraph"><?php echo $l->t('This essentially means you can treat Nextcloud 9.0.x as an upgrade to ownCloud 9.0.x and Nextcloud 10.0.x as an upgrade to ownCloud 9.1.x');?></p>
<p class="section--paragraph"><?php echo $l->t('Note that ownCloud 9.1.6 breaks easy upgrading to Nextcloud 10.0.5. We fixed this in 10.0.6! Similar, ownCloud 10.0.2 and 10.0.3 can only be upgraded from Nextcloud 12.0.4. We make sure we properly test the upgrade paths!');?></p>
- <p class="section--paragraph"><?php echo $l->t('These are some examples of an upgrade path. The minor release (.x below) should always be the latest bugfix release. You can find these on the changelog pages, <a class="hyperlink" href="/changelog">here for Nextcloud.</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('These are some examples of an upgrade path. The minor release (.x below) should always be the latest bugfix release. You can find these on the changelog pages,');?> <a class="hyperlink" href="<?php echo home_url('changelog') ?>"><?php echo $l->t('here for Nextcloud.</a>');?></p>
<ul>
<li class="section--paragraph"><?php echo $l->t('ownCloud 8.0.x -> ownCloud 8.1.x -> ownCloud 8.2.x -> Nextcloud 9.0.x -> Nextcloud 10.0.x');?></li>
<li class="section--paragraph"><?php echo $l->t('ownCloud 8.2.x -> Nextcloud 9.0.x -> Nextcloud 10.0.x');?></li>
diff --git a/page-monitoring.php b/page-monitoring.php
index 73818958..526ec56d 100644
--- a/page-monitoring.php
+++ b/page-monitoring.php
@@ -102,7 +102,7 @@
</div>
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Integration in tools');?></p>
- <p class="section--paragraph"><?php echo $l->t('Monitoring and systems intelligence tools <a href="http://opennms.org/" target="_blank">openNMS</a> and <a href="https://splunkbase.splunk.com/apps/#/search/nextcloud/">Splunk</a> already have support for monitoring Nextcloud 10+ systems and <a href="https://github.com/opennms-config-modules/nextcloud" target="_blank">the openNMS configuration module</a> can be easily modified for other tools like Nagios.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Monitoring and systems intelligence tools <a class="hyperlink" href="http://opennms.org/" target="_blank">openNMS</a> and <a class="hyperlink" ref="https://splunkbase.splunk.com/apps/#/search/nextcloud/">Splunk</a> already have support for monitoring Nextcloud 10+ systems and <a class="hyperlink" href="https://github.com/opennms-config-modules/nextcloud" target="_blank">the openNMS configuration module</a> can be easily modified for other tools like Nagios.');?></p>
</div>
</div>
<div class="row">
diff --git a/page-order.php b/page-order.php
index 3c3e9173..21dabd6c 100644
--- a/page-order.php
+++ b/page-order.php
@@ -23,9 +23,9 @@
</div>
<div class="container-fluid menu" id="menuAnchor">
<div class="container buttons">
- <a class="btn btn-primary" href="/buy"><?php echo $l->t('get a quote');?></a>
- <a class="btn btn-primary" href="/pricing"><?php echo $l->t('pricing plans');?></a>
- <a class="btn btn-primary" href="/enterprise"><?php echo $l->t('enterprise offering');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('buy') ?>"><?php echo $l->t('get a quote');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('pricing') ?>"><?php echo $l->t('pricing plans');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('enterprise') ?>"><?php echo $l->t('enterprise offering');?></a>
</div>
</div>
</section>
@@ -33,8 +33,8 @@
<div class="container">
<h2><?php echo $l->t('Nextcloud helps you be successful');?></h2>
<p><?php echo $l->t('You run your own Nextcloud server, keeping your data in-house and under control. A support subscription from Nextcloud makes sure it works.');?></p>
- <?php echo $l->t('You will be able to contact our support team for a speedy answer to questions and fixes for problems you encounter; you can use our <a class="hyperlink" href="https://nextcloud.com/migration">migration support</a> or add additional capabilities with our <a class="hyperlink" href="/outlook">Outlook add-in</a> or <a class="hyperlink" href="/collabora">Online Office</a>. Learn about <a class="hyperlink" href="/enterprise">what our Enterprise Subscription offers here</a> and see answers in our <a class="hyperlink" href="pricing/#FAQ">Frequently Asked Questions</a>');?></p>
- <p><?php echo $l->t('Using this form, you can order a Basic or Standard Support Subscription for up to 250 users. If you need more users, other options like branding or a Premium Support Subscription, <a class="hyperlink" href="/enterprise/buy">please contact sales for a quote.</a>');?></p>
+ <?php echo $l->t('You will be able to contact our support team for a speedy answer to questions and fixes for problems you encounter; you can use our');?> <a class="hyperlink" href="<?php echo home_url('migration') ?>"><?php echo $l->t('migration support</a> or add additional capabilities with our');?> <a class="hyperlink" href="<?php echo home_url('outlook') ?>">Outlook add-in</a> <?php echo $l->t('or');?> <a class="hyperlink" href="<?php echo home_url('collabora') ?>">Online Office</a>. <?php echo $l->t('Learn about');?> <a class="hyperlink" href="<?php echo home_url('enterprise') ?>"><?php echo $l->t('what our Enterprise Subscription offers here</a> and see answers in our');?> <a class="hyperlink" href="<?php echo home_url('pricing/#FAQ') ?>"><?php echo $l->t('Frequently Asked Questions</a>');?></p>
+ <p><?php echo $l->t('Using this form, you can order a Basic or Standard Support Subscription for up to 250 users. If you need more users, other options like branding or a Premium Support Subscription,');?> <a class="hyperlink" href="<?php echo home_url('enterprise/buy') ?>"><?php echo $l->t('please contact sales for a quote.</a>');?></p>
<div class="contact">
<h3><?php echo $l->t('Fill in the form below to receive a contract and invoice from us and get started!');?></h3>
<hr>
@@ -77,7 +77,7 @@
<option value="standard">Standard</option>
<!-- <option value="premium">Premium</option> -->
</select></label>
- <!--<div class="getenterprisequote" id="getenterprisequote" style="display:none;">--><p><a class="hyperlink" href="/pricing" target="_blank"><?php echo $l->t('See details on pricing ');?><i class="fa fa-external-link" aria-hidden="true"></i></a> <?php echo $l->t('or ask');?> <a class="hyperlink" href="/buy"><?php echo $l->t('a quote from our sales team ');?><i class="fa fa-external-link" aria-hidden="true"></i></a> <?php echo $l->t('for the premium subscription.');?></p><!--</div>-->
+ <!--<div class="getenterprisequote" id="getenterprisequote" style="display:none;">--><p><a class="hyperlink" href="<?php echo home_url('pricing') ?>" target="_blank"><?php echo $l->t('See details on pricing ');?><i class="fa fa-external-link" aria-hidden="true"></i></a> <?php echo $l->t('or ask');?> <a class="hyperlink" href="<?php echo home_url('buy') ?>"><?php echo $l->t('a quote from our sales team ');?><i class="fa fa-external-link" aria-hidden="true"></i></a> <?php echo $l->t('for the premium subscription.');?></p><!--</div>-->
</p>
<p><label for="duration"><?php echo $l->t('Length of contract (paid in advance)');?><br>
<select name="duration" onChange="doCalculation()">
@@ -93,9 +93,9 @@
<option value="charity"><?php echo $l->t('Charitable');?></option>
</select></label>
<p><h3><?php echo $l->t('Optional features:');?></h3></p>
- <input disabled type="checkbox" name="outlook" value="outlook" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include <a class="hyperlink" href="/outlook" target="_blank">our Outlook add-in <i class="fa fa-external-link" aria-hidden="true"></i></a> (€ 5/user)');?></span><br/>
+ <input disabled type="checkbox" name="outlook" value="outlook" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include');?> <a class="hyperlink" href="<?php echo home_url('outlook') ?>" target="_blank"><?php echo $l->t('our Outlook add-in <i class="fa fa-external-link" aria-hidden="true"></i></a> (€ 5/user)');?></span><br/>
<p><h4><?php echo $l->t('Only with a Standard Subscription:');?></h4></p>
- <input disabled id="collaboraCheck" type="checkbox" name="collaboraCheck" value="collaboraCheck" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include <a class="hyperlink" href="/collabora" target="_blank">Collabora Online <i class="fa fa-external-link" aria-hidden="true"></i></a> (€ 17/user for the first 100, € 16/user after that)');?></span><br/>
+ <input disabled id="collaboraCheck" type="checkbox" name="collaboraCheck" value="collaboraCheck" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include');?> <a class="hyperlink" href="<?php echo home_url('collabora') ?>" target="_blank">Collabora Online <i class="fa fa-external-link" aria-hidden="true"></i></a> <?php echo $l->t('(€ 17/user for the first 100, € 16/user after that)');?></span><br/>
<!-- Only show below when input above is enabled -->
<!--<div class="collaboraUserNumberChoiceDiv" id="collaboraUserNumberChoiceDiv" style="display:none;">
<p><?php echo $l->t('Select how many users need access to Collabora: ');?><br>
@@ -114,7 +114,7 @@
<span id="maxUsers"><?php echo $l->t('You can not have more Collabora seats than Nextcloud seats');?></span>
</small></p>
</div>-->
- <!--<input disabled type="checkbox" name="spreed" value="spreed" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include <a class="hyperlink" href="/webrtc" target="_blank">Spreed audio/video chat</a> (Eur 5/user)');?></span><br/>-->
+ <!--<input disabled type="checkbox" name="spreed" value="spreed" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include');?> <a class="hyperlink" href="<?php echo home_url('webrtc') ?>" target="_blank">Spreed audio/video chat</a> (Eur 5/user)');?></span><br/>-->
<input disabled type="checkbox" name="remoteinstall" value="remoteinstall" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include one day remote installation/integration support (mail, telephone, video call) (€ 990)');?></span><br/>
<!--<input disabled type="checkbox" name="branding" value="branding" onChange="doCalculation()"> <span class="optional"><?php echo $l->t(' Include branded clients (Eur 6000)');?></span><br/>-->
</p>
diff --git a/page-outlook.php b/page-outlook.php
index 0e77fec4..c5fcc767 100644
--- a/page-outlook.php
+++ b/page-outlook.php
@@ -146,7 +146,7 @@
<div class="col-md-8 col-md-offset-2 featureblock revealOnScroll">
<p class="text-center"><?php echo $l->t('Pricing for the Nextcloud Secure Sharing Outlook Add-in starts at USD 5 per user per year with discounts for larger user numbers.');?></p>
<div class="text-center">
- <a href="/buy" class="button button--large button--arrow"><?php echo $l->t('Request a quote');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button--large button--arrow"><?php echo $l->t('Request a quote');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
diff --git a/page-press.php b/page-press.php
index d113e2c6..02921f6d 100644
--- a/page-press.php
+++ b/page-press.php
@@ -4,38 +4,38 @@
<!-- <a href="/nine" class="btn btn-lg btn-default">Overview of new features</a> -->
<h2>Press releases</h2>
<ul>
- <li><a href="/press/pr20180123">January 23, 2018: Nextcloud secure file sync and share now available via GEANT and NRENs to educational market</a></li>
- <li><a href="/press/pr20180111-2">January 11, 2018: Nextcloud achieves stellar growth in 2017 amid increasing awareness of compliance, control and data security among businesses</a></li>
- <li><a href="/press/pr20180111">January 11, 2018: Nextcloud Talk provides fully self-hosted, complete audio/video and text communication platform</a></li>
- <li><a href="/press/pr20180108">January 8, 2018: 100K app downloads in 2017 shows strong growth of self-hosted online office market</a></li>
- <li><a href="/press/pr20171018/">October 18, 2017: Nextcloud and Purism Partner to Build and Include End-to-End Encrypted Storage Products and Services</a></li>
- <li><a href="/press/pr20170927/">September 27, 2017: Nextcloud Launches First Native Integrated End-to-end Encryption in Enterprise File Sync and Share Solution</a></li>
- <li><a href="/press/pr20170824/">August 24, 2017: Nextcloud iOS app Free for Download on App Store</a></li>
- <li><a href="/press/pr20170807/">August 7, 2017: Nextcloud and Partners Announce Education Edition With Moodle, Zenodo and other integration features</a></li>
- <li><a href="/press/pr20170522/">May 22, 2017: Nextcloud announces Global Scale architecture as part of Nextcloud 12</a></li>
- <li><a href="/press/pr20170508/">May 8, 2017: Nextcloud and Adfinis SyGroup sign strategic partnership</a></li>
- <li><a href="/press/pr20170502/">May 2, 2017: Nextcloud 12 Beta Introduces the Next Generation of Secure Collaboration</a></li>
- <li><a href="/press/pr20170307/">March 7, 2017: DASEQ and Nextcloud announce partnership</a></li>
- <li><a href="/press/pr20161213/">December 13, 2016: Nextcloud 11 sets new standard for security and scalability</a></li>
- <li><a href="/press/pr20161027/">October 27, 2016: Nextcloud GmbH continues growth path with addition of Head of Sales</a></li>
- <li><a href="/press/pr20160929/">Semptember 29, 2016: Danish research and education network moves from ownCloud to Nextcloud</a></li>
- <li><a href="/press/pr20160916/">Semptember 16, 2016: Nextcloud Box – a private cloud and IoT solution for home users – from Nextcloud, Canonical and WDLabs</a></li>
- <li><a href="/press/pr20160901/">Semptember 1st, 2016: Nextcloud Conference to Feature Launch Event, Keynote Speakers: Jane Silber, CEO of Canonical and Karen Sandler, Executive Director at the Software Freedom Conservancy</a></li>
- <li><a href="/press/pr20160825/">August 25th, 2016: Nextcloud 10 Delivers Secure, Fine Grained Control over Data Access and Workflows</a></li>
- <li><a href="/press/pr20160812/">August 12th, 2016: Press event at IFA 2016: Using everyday technology to make a positive impact</a></li>
- <li><a href="/press/pr20160721/">July 21th, 2016: Beta of Nextcloud 10 with Brute Force Protection, Two-Factor Authentication, Improved Federation and more</a></li>
- <li><a href="/press/pr20160719/">July 19th, 2016: Nextcloud and Collabora Partner to Offer Community and Enterprise Solution for Online Office</a></li>
- <li><a href="/press/pr20160705/">July 5th, 2016: Nextcloud delivers secure enterprise functionality backed by expert support and with partner-provided iOS client</a></li>
- <li><a href="/press/pr20160614">June 14, 2016: Nextcloud 9 Released Ahead of Promised Date and Fully Committed to Open Source</a></li>
- <li><a href="/press/pr20160602">June 2nd, 2016: Core Contributors Fork Into Nextcloud</a></li>
+ <li><a href="<?php echo home_url('press/pr20180123') ?>">January 23, 2018: Nextcloud secure file sync and share now available via GEANT and NRENs to educational market</a></li>
+ <li><a href="<?php echo home_url('press/pr20180111-2') ?>">January 11, 2018: Nextcloud achieves stellar growth in 2017 amid increasing awareness of compliance, control and data security among businesses</a></li>
+ <li><a href="<?php echo home_url('press/pr20180111') ?>">January 11, 2018: Nextcloud Talk provides fully self-hosted, complete audio/video and text communication platform</a></li>
+ <li><a href="<?php echo home_url('press/pr20180108') ?>">January 8, 2018: 100K app downloads in 2017 shows strong growth of self-hosted online office market</a></li>
+ <li><a href="<?php echo home_url('press/pr20171018/') ?>">October 18, 2017: Nextcloud and Purism Partner to Build and Include End-to-End Encrypted Storage Products and Services</a></li>
+ <li><a href="<?php echo home_url('press/pr20170927/') ?>">September 27, 2017: Nextcloud Launches First Native Integrated End-to-end Encryption in Enterprise File Sync and Share Solution</a></li>
+ <li><a href="<?php echo home_url('press/pr20170824/') ?>">August 24, 2017: Nextcloud iOS app Free for Download on App Store</a></li>
+ <li><a href="<?php echo home_url('press/pr20170807/') ?>">August 7, 2017: Nextcloud and Partners Announce Education Edition With Moodle, Zenodo and other integration features</a></li>
+ <li><a href="<?php echo home_url('press/pr20170522/') ?>">May 22, 2017: Nextcloud announces Global Scale architecture as part of Nextcloud 12</a></li>
+ <li><a href="<?php echo home_url('press/pr20170508/') ?>">May 8, 2017: Nextcloud and Adfinis SyGroup sign strategic partnership</a></li>
+ <li><a href="<?php echo home_url('press/pr20170502/') ?>">May 2, 2017: Nextcloud 12 Beta Introduces the Next Generation of Secure Collaboration</a></li>
+ <li><a href="<?php echo home_url('press/pr20170307/') ?>">March 7, 2017: DASEQ and Nextcloud announce partnership</a></li>
+ <li><a href="<?php echo home_url('press/pr20161213/') ?>">December 13, 2016: Nextcloud 11 sets new standard for security and scalability</a></li>
+ <li><a href="<?php echo home_url('press/pr20161027/') ?>">October 27, 2016: Nextcloud GmbH continues growth path with addition of Head of Sales</a></li>
+ <li><a href="<?php echo home_url('press/pr20160929/') ?>">Semptember 29, 2016: Danish research and education network moves from ownCloud to Nextcloud</a></li>
+ <li><a href="<?php echo home_url('press/pr20160916/') ?>">Semptember 16, 2016: Nextcloud Box – a private cloud and IoT solution for home users – from Nextcloud, Canonical and WDLabs</a></li>
+ <li><a href="<?php echo home_url('press/pr20160901/') ?>">Semptember 1st, 2016: Nextcloud Conference to Feature Launch Event, Keynote Speakers: Jane Silber, CEO of Canonical and Karen Sandler, Executive Director at the Software Freedom Conservancy</a></li>
+ <li><a href="<?php echo home_url('press/pr20160825/') ?>">August 25th, 2016: Nextcloud 10 Delivers Secure, Fine Grained Control over Data Access and Workflows</a></li>
+ <li><a href="<?php echo home_url('press/pr20160812/') ?>">August 12th, 2016: Press event at IFA 2016: Using everyday technology to make a positive impact</a></li>
+ <li><a href="<?php echo home_url('press/pr20160721/') ?>">July 21th, 2016: Beta of Nextcloud 10 with Brute Force Protection, Two-Factor Authentication, Improved Federation and more</a></li>
+ <li><a href="<?php echo home_url('press/pr20160719/') ?>">July 19th, 2016: Nextcloud and Collabora Partner to Offer Community and Enterprise Solution for Online Office</a></li>
+ <li><a href="<?php echo home_url('press/pr20160705/') ?>">July 5th, 2016: Nextcloud delivers secure enterprise functionality backed by expert support and with partner-provided iOS client</a></li>
+ <li><a href="<?php echo home_url('press/pr20160614') ?>">June 14, 2016: Nextcloud 9 Released Ahead of Promised Date and Fully Committed to Open Source</a></li>
+ <li><a href="<?php echo home_url('press/pr20160602') ?>">June 2nd, 2016: Core Contributors Fork Into Nextcloud</a></li>
</ul>
<h2>Latest News and Annoucements</h2>
<?php wp_get_archives( array( 'type' => 'postbypost', 'limit' => 5, 'format' => 'html' ) ); ?>
<h2>Nextcloud Resources</h2>
<!-- <p>Find an overview of Nextcloud history <a href="/history">on our history page</a> and an overview with <a href="/faq">frequently asked questions in our FAQ</a>.</p> -->
-<a href="/features" class="btn btn-lg btn-default">Key Features of Nextcloud</a>
-<a href="/install" class="btn btn-lg btn-default">Download Nextcloud Server <?php echo $VERSIONS_SERVER_MAJOR_STABLE; ?></a>
+<a href="<?php echo home_url('features') ?>" class="btn btn-lg btn-default">Key Features of Nextcloud</a>
+<a href="<?php echo home_url('install') ?>" class="btn btn-lg btn-default">Download Nextcloud Server <?php echo $VERSIONS_SERVER_MAJOR_STABLE; ?></a>
<div class="row">
<div class="col-md-3"><a href="<?php echo get_template_directory_uri(); ?>/assets/files/screenshots.zip"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/screenshots.png" style="width: 100%" alt="Download a zip file with screenshots" class="img-thumbnail"></a></div>
<div class="col-md-3"><a href="<?php echo get_template_directory_uri(); ?>/assets/files/Logo_files.zip"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/logofiles.png" style="width: 100%" alt="Download a zip file with logo files" class="img-thumbnail"></a></div>
@@ -43,7 +43,7 @@
<!-- <div class="col-md-3"><a href="/nine"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/newfeatures.png" style="width: 100%" alt="See what is new in Nextcloud Server <?php echo $VERSIONS_SERVER_MAJOR_STABLE; ?>" class="img-thumbnail"></a></div> -->
</div>
<h2>Branding and Trademark Guidelines</h2>
-<p>Our general Trademark guidelines <a href="/trademarks">can be found here</a>.
+<p>Our general Trademark guidelines <a href="<?php echo home_url('trademarks') ?>">can be found here</a>.
<!-- Find graphics like posters, stickers, flyers, release banners and other designs in our <a href="https://github.com/nextcloud/promo">promo github account</a>.</p>-->
<h2>Inquiries</h2>
diff --git a/page-pricing.php b/page-pricing.php
index 2c2a4ca2..b26afcd2 100644
--- a/page-pricing.php
+++ b/page-pricing.php
@@ -25,9 +25,9 @@
<a href="#options"><?php echo $l->t('options');?></a>
<a href="#discounts"><?php echo $l->t('discounts');?></a>
<a href="#faq"><?php echo $l->t('FAQ');?></a>
- <a class="btn btn-primary" href="/enterprise/order"><?php echo $l->t('Order online');?></a>
- <a class="btn btn-primary" href="/buy"><?php echo $l->t('get a quote');?></a>
- <a class="btn btn-primary" href="/enterprise"><?php echo $l->t('enterprise offering');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('enterprise/order') ?>"><?php echo $l->t('Order online');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('buy') ?>"><?php echo $l->t('get a quote');?></a>
+ <a class="btn btn-primary" href="<?php echo home_url('enterprise') ?>"><?php echo $l->t('enterprise offering');?></a>
</div>
</div>
</section>
@@ -62,7 +62,7 @@
<li class="check" title="<?php echo $l->t('If you need the certainty that you can remain on your stable, proven Nextcloud release for a long time.');?>" rel="tooltip"><?php echo $l->t('Maintenance life cycle: 1 year');?></li>
<li class="check" title="<?php echo $l->t('Questions and issues are generally dealt with in this time, depending on the severity of the issue.');?>" rel="tooltip"><?php echo $l->t('Reaction time: 3 business days');?></li>
<li class="check" title="<?php echo $l->t('Our Nextcloud Knowledge Portal helps you find answers to your questions or contact our professional support team.');?>" rel="tooltip"><?php echo $l->t('<a class="hyperlink" href="https://portal.nextcloud.com">Portal support</a>');?></li>
- <li class="check" title="<?php echo $l->t('Some migrations are included, others will require an extra fee.');?>" rel="tooltip"><?php echo $l->t('<a class="hyperlink" href="/migration">Migration support</a>');?></li>
+ <li class="check" title="<?php echo $l->t('Some migrations are included, others will require an extra fee.');?>" rel="tooltip"><a class="hyperlink" href="<?php echo home_url('migration') ?>"><?php echo $l->t('Migration support</a>');?></li>
<li class="check" title="<?php echo $l->t('You can contact our capable and responsive support team by email and expect a quick response time.');?>" rel="tooltip"><?php echo $l->t('Email support');?></li>
<li class="nocheck" title="<?php echo $l->t('You can contact our support engineers by phone in these times.');?>" rel="tooltip"><?php echo $l->t('Phone support');?></li>
<li class="nocheck" title="<?php echo $l->t('If you need access to experienced engineers to built custom solutions for your unique needs.');?>" rel="tooltip"><?php echo $l->t('Custom consulting');?></li>
@@ -77,7 +77,7 @@
<li class="price" title="<?php echo $l->t('Contact us for a quote relevant for your specific market.');?>" rel="tooltip"><?php echo $l->t('Additional pricing tiers are available up to 10 million users');?></li>
<li class="price" title="<?php echo $l->t('Contact us for a quote relevant for your specific market.');?>" rel="tooltip"><?php echo $l->t('Framework agreements available');?></li>
</div>
- <a class="btn btn-primary btn-lg btn-absolute-icon" href="/enterprise/buy" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
+ <a class="btn btn-primary btn-lg btn-absolute-icon" href="<?php echo home_url('enterprise/buy') ?>" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
</div>
</div>
<div class="col-md-4 table-column">
@@ -100,7 +100,7 @@
<li class="check" title="<?php echo $l->t('If you need the certainty that you can remain on your stable, proven Nextcloud release for a long time.');?>" rel="tooltip"><?php echo $l->t('Maintenance life cycle: 3 years');?></li>
<li class="check" title="<?php echo $l->t('Questions and issues are generally dealt with in this time, depending on the severity of the issue.');?>" rel="tooltip"><?php echo $l->t('Reaction time: 2 business days');?></li>
<li class="check" title="<?php echo $l->t('Our Nextcloud Knowledge Portal helps you find answers to your questions or contact our professional support team.');?>" rel="tooltip"><?php echo $l->t('<a class="hyperlink" href="https://portal.nextcloud.com">Portal support</a>');?></li>
- <li class="check" title="<?php echo $l->t('Some migrations are included, others will require an extra fee. Ask sales for details! ');?>" rel="tooltip"><?php echo $l->t('<a class="hyperlink" href="/migration">Migration support</a>');?></li>
+ <li class="check" title="<?php echo $l->t('Some migrations are included, others will require an extra fee. Ask sales for details! ');?>" rel="tooltip"><a class="hyperlink" href="<?php echo home_url('migration') ?>"><?php echo $l->t('Migration support</a>');?></li>
<li class="check" title="<?php echo $l->t('You can contact our capable and responsive support team by email and expect a quick response time.');?>" rel="tooltip"><?php echo $l->t('Email support: business hours');?></li>
<li class="check" title="<?php echo $l->t('You can contact our support engineers by phone in these times.');?>" rel="tooltip"><?php echo $l->t('Phone support: business hours');?></li>
<li class="check" title="<?php echo $l->t('If you need access to experienced engineers to built custom solutions for your unique needs.');?>" rel="tooltip"><?php echo $l->t('Custom consulting');?></li>
@@ -115,7 +115,7 @@
<li class="price" title="<?php echo $l->t('Contact us for a quote relevant for your specific market.');?>" rel="tooltip"><?php echo $l->t('Additional pricing tiers are available up to 10 million users');?></li>
<li class="price" title="<?php echo $l->t('Contact us for a quote relevant for your specific market.');?>" rel="tooltip"><?php echo $l->t('Framework agreements available');?></li>
</div>
- <a class="btn btn-primary btn-lg btn-absolute-icon" href="/enterprise/buy" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
+ <a class="btn btn-primary btn-lg btn-absolute-icon" href="<?php echo home_url('enterprise/buy') ?>" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
</div>
</div>
<div class="col-md-4 table-column highlight">
@@ -138,7 +138,7 @@
<li class="check" title="<?php echo $l->t('If you need the certainty that you can remain on your stable, proven Nextcloud release for a long time.');?>" rel="tooltip"><?php echo $l->t('Maintenance life cycle: 5+5 years');?></li>
<li class="check" title="<?php echo $l->t('Questions and issues are generally dealt with in this time, depending on the severity of the issue.');?>" rel="tooltip"><?php echo $l->t('Reaction time: 24h or as agreed');?></li>
<li class="check" title="<?php echo $l->t('Our Nextcloud Knowledge Portal helps you find answers to your questions or contact our professional support team.');?>" rel="tooltip"><?php echo $l->t('<a class="hyperlink" href="https://portal.nextcloud.com">Portal support</a>');?></li>
- <li class="check" title="<?php echo $l->t('Some migrations are included, others will require an extra fee. Ask sales for details! ');?>" rel="tooltip"><?php echo $l->t('<a class="hyperlink" href="/migration">Migration support</a>');?></li>
+ <li class="check" title="<?php echo $l->t('Some migrations are included, others will require an extra fee. Ask sales for details! ');?>" rel="tooltip"><a class="hyperlink" href="<?php echo home_url('migration') ?>"><?php echo $l->t('Migration support</a>');?></li>
<li class="check" title="<?php echo $l->t('You can contact our capable and responsive support team by email and expect a quick response time.');?>" rel="tooltip"><?php echo $l->t('Email support: up to 24/7');?></li>
<li class="check" title="<?php echo $l->t('You can contact our support engineers by phone in these times.');?>" rel="tooltip"><?php echo $l->t('Phone support: up to 24/7');?></li>
<li class="check" title="<?php echo $l->t('If you need access to experienced engineers to built custom solutions for your unique needs.');?>" rel="tooltip"><?php echo $l->t('Custom consulting');?></li>
@@ -154,7 +154,7 @@
<li class="price" title="<?php echo $l->t('Contact us for a quote relevant for your specific market.');?>" rel="tooltip"><?php echo $l->t('Framework agreements available');?></li>
</div>
<a name="extracosts" id="extracosts"></a> <!--has to be here due to header-->
- <a class="btn btn-primary btn-lg btn-absolute-icon" href="/enterprise/buy" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
+ <a class="btn btn-primary btn-lg btn-absolute-icon" href="<?php echo home_url('enterprise/buy') ?>" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
</div>
</div>
</div>
@@ -174,21 +174,11 @@
<p class="section--paragraph section--text--center revealOnScroll"><?php echo $l->t('On top of the benefits of a Nextcloud Support Subscription you can add several optional support and feature packages.');?></p>
</div>
<div class="row revealOnScroll">
-<!-- <div class="col-md-4">
- <div class="featureblock">
- <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/spreed-two-nw.png">
- <p class="section--paragraph__tittle"><?php echo $l->t('Audio/video calls');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud integrates <a class="hyperlink" href="/webrtc">private audio and video chat</a>, enabling users to easily discuss documents or conduct secure business calls with colleagues, clients and partners. Audio/video calls can be supported on your Nextcloud server with the Standard or Enterprise subscription as an optional package. A SIP gateway is optionally also available, enabling dialing out and in through the global telephone network.');?></p>
- <p class="section--paragraph price-big"><?php echo $l->t('starting at € 12/user/year');?></p>
- <p class="section--paragraph price-small"><?php echo $l->t('(subject to further volume and other discounts)');?></p>
- </div>
- </div>-->
<div class="col-md-offset-2 col-md-4">
<div class="featureblock">
-<!-- <i class="fa-file-text fa"></i> -->
<img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/collabora-nw.png">
<p class="section--paragraph__tittle"><?php echo $l->t('Collabora Online Office');?></p>
- <p class="section--paragraph"><?php echo $l->t('With <a class="hyperlink" href="/collaboraonline">Collabora Online Office</a> Nextcloud features an enterprise ready integrated online office enabling users to collaboratively edit docx, pptx and other office documents with colleagues, clients or partners. Collabora Online is available with the Standard or Enterprise subscription.');?></p>
+ <p class="section--paragraph"><a class="hyperlink" href="<?php echo home_url('collaboraonline') ?>"><?php echo $l->t('With Collabora Online Office</a> Nextcloud features an enterprise ready integrated online office enabling users to collaboratively edit docx, pptx and other office documents with colleagues, clients or partners. Collabora Online is available with the Standard or Enterprise subscription.');?></p>
<p class="section--paragraph price-big"><?php echo $l->t('starting at € 17/user/year');?></p>
<p class="section--paragraph price-small"><?php echo $l->t('(subject to further volume and other discounts)');?></p>
</div>
@@ -198,7 +188,7 @@
<!-- <i class="fa-envelope fa"></i> -->
<img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/outlook-nw.png">
<p class="section--paragraph__tittle"><?php echo $l->t('Outlook Secure Sharing Add-in');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud optionally provides an <a class="hyperlink" href="/outlook">Outlook Secure Sharing Add-in</a> enabling users to share and receive files in a secure way directly from Microsoft Outlook. The Outlook Secure Sharing Add-in can be added to a Basic, Standard or Enterprise subscription.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud optionally provides an');?> <a class="hyperlink" href="<?php echo home_url('outlook') ?>"><?php echo $l->t('Outlook Secure Sharing Add-in</a> enabling users to share and receive files in a secure way directly from Microsoft Outlook. The Outlook Secure Sharing Add-in can be added to a Basic, Standard or Enterprise subscription.');?></p>
<p class="section--paragraph price-big"><?php echo $l->t('starting at € 5/user/year');?></p>
<p class="section--paragraph price-small"><?php echo $l->t('(subject to further volume and other discounts)');?></p>
</div>
@@ -246,7 +236,7 @@
<div class="row text-center"><p class="section--paragraph__tittle"><?php echo $l->t('Nextcloud Talk');?></p>
<p class="section--paragraph text-center"><?php echo $l->t('secure online meetings, chat and web conferencing');?></p></div>
<div class="text-center morebuttondiv">
- <a href="/talk" class="button button--blue button--large button--arrow"><?php echo $l->t('Learn more');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('talk') ?>" class="button button--blue button--large button--arrow"><?php echo $l->t('Learn more');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
<div class="col-md-5 revealOnScroll">
@@ -254,7 +244,7 @@
<div class="row text-center"><p class="section--paragraph__tittle"><?php echo $l->t('Nextcloud Groupware');?></p>
<p class="section--paragraph text-center"><?php echo $l->t('Team planning and email made easy');?></p></div>
<div class="text-center morebuttondiv">
- <a href="/groupware" class="button button--blue button--large button--arrow"><?php echo $l->t('Learn more');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('groupware') ?>" class="button button--blue button--large button--arrow"><?php echo $l->t('Learn more');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
@@ -269,13 +259,13 @@
<?php echo file_get_contents(get_template_directory_uri().'/assets/img/enterprise/publicsector.svg'); ?>
<p class="section--paragraph__tittle text-center"><?php echo $l->t('Public Sector');?></p>
<p class="section--paragraph text-center"><?php echo $l->t('We provide interesting discount options to organizations in the public sector.');?></p>
- <p class="section--paragraph text-center"><a class="hyperlink" href="/enterprise/buy"><?php echo $l->t('Contact us');?></a></p>
+ <p class="section--paragraph text-center"><a class="hyperlink" href="<?php echo home_url('enterprise/buy') ?>"><?php echo $l->t('Contact us');?></a></p>
</div>
<div class="col-md-5 col-md-offset-2 box revealOnScroll">
<?php echo file_get_contents(get_template_directory_uri().'/assets/img/enterprise/education.svg'); ?>
<p class="section--paragraph__tittle text-center"><?php echo $l->t('Education');?></p>
<p class="section--paragraph text-center"><?php echo $l->t('Organizations in the educational sector receive a significant discount on all subscriptions');?></p>
- <p class="section--paragraph text-center"><a class="hyperlink" href="/enterprise/buy"><?php echo $l->t('Contact us');?></a></p>
+ <p class="section--paragraph text-center"><a class="hyperlink" href="<?php echo home_url('enterprise/buy') ?>"><?php echo $l->t('Contact us');?></a></p>
</div>
</div>
</div>
@@ -333,17 +323,17 @@
<div class="line revealOnScroll"></div>
<div class="downarrow revealOnScroll"><a href="#migration" data-toggle="collapse"><h3><?php echo $l->t('How difficult is migration from ownCloud?<span class="icon-arrow-down">');?></h3></a></div>
<div id="migration" class="collapse">
- <p><?php echo $l->t('Migration from ownCloud to Nextcloud is easy. Our support team has already migrated dozens of customers, including some with tens of thousands of users. We will help you move to Nextcloud and optimally benefit from the added scalability, features, stability, performance and security. See <a class="hyperlink" href="/migration">our migration page</a> for more details on migration.');?></p>
+ <p><?php echo $l->t('Migration from ownCloud to Nextcloud is easy. Our support team has already migrated dozens of customers, including some with tens of thousands of users. We will help you move to Nextcloud and optimally benefit from the added scalability, features, stability, performance and security.');?> <a class="hyperlink" href="<?php echo home_url('migration') ?>"><?php echo $l->t('See our migration page</a> for more details on migration.');?></p>
</div>
<div class="line revealOnScroll"></div>
<div class="downarrow revealOnScroll"><a href="#howbuy" data-toggle="collapse"><h3><?php echo $l->t('How do I buy Nextcloud subscriptions?<span class="icon-arrow-down">');?></h3></a></div>
<div id="howbuy" class="collapse">
- <p><?php echo $l->t('Just <a class="hyperlink" href="/buy">contact us</a> or one of our partners. Our partners will help you set up Nextcloud and they act as your first point of contact.');?></p>
+ <p><a class="hyperlink" href="<?php echo home_url('buy') ?>"><?php echo $l->t('Just contact us</a> or one of our partners. Our partners will help you set up Nextcloud and they act as your first point of contact.');?></p>
</div>
<div class="line revealOnScroll"></div>
<div class="downarrow revealOnScroll"><a href="#partner" data-toggle="collapse"><h3><?php echo $l->t('How do I become a Nextcloud partner?<span class="icon-arrow-down">');?></h3></a></div>
<div id="partner" class="collapse">
- <p><?php echo $l->t('We are always looking for competent partners who share our passion for making customers happy! You can join our ecosystem, <a class="hyperlink" href="/contact">contact us for more information</a>.');?></p>
+ <p><?php echo $l->t('We are always looking for competent partners who share our passion for making customers happy! You can join our ecosystem,');?> <a class="hyperlink" href="<?php echo home_url('contact') ?>"><?php echo $l->t('contact us for more information</a>.');?></p>
</div>
<div class="line revealOnScroll"></div>
<div class="downarrow revealOnScroll"><a href="#gpl" data-toggle="collapse"><h3><?php echo $l->t('What does the Open Source License mean?<span class="icon-arrow-down">');?></h3></a></div>
diff --git a/page-privacy.php b/page-privacy.php
index 0c1d3ae2..b91c384e 100644
--- a/page-privacy.php
+++ b/page-privacy.php
@@ -5,7 +5,7 @@
</div>
<p>We recognize that privacy is extremely important to all visitors to our website. We do not share any individual information with anybody without your permission.</p>
<p>We use <a href="http://piwik.org/">Piwik</a> to get information on how our website is used and use <a href="https://www.phplist.com/">phplist</a> to handle our newsletters. From neither will we hand over individual data to anybody else. Any privacy breaches we will disclose as soon as possible. Our <a href="https://scan.nextcloud.com">security scanner</a> is strictly based on publicly available information, that is the list of known vulnerabilities relevant for ownCloud/Nextcloud releases as well as any applied hardenings/settings we can scan without having access to the server.</p>
- <p>Please note that <a href="/news">nextcloud.com/news</a> aggregates community blogs and we can not be held responsible for their opinions or content.</p>
+ <p>Please note that <a href="<?php echo home_url('news') ?>">nextcloud.com/news</a> aggregates community blogs and we can not be held responsible for their opinions or content.</p>
<p>Our software, be it the Nextcloud server or the Android or iOS apps, do not sent any user data to us. The optional Usage Survey app can sent usage statistics like installed apps to us to help us improve our service. The Updater app, if enabled, sents Nextcloud version, PHP version and the channel it wants to the Nextcloud updater server to receive update information.</p>
<p>If you see any problems, please report it to <a href="mailto:abuse@nextcloud.com">abuse@nextcloud.com</a>.</p>
<p>You can find details in our full privacy policy below.</p>
@@ -95,7 +95,7 @@ Kronenstraße 22A<br/>
70173 Stuttgart Germany<br/>
HRB 227086 (AG München)<br/>
T +49 711 89 66 56 0<br/>
-<a href="/contact">contact form</a><br/>
+<a href="<?php echo home_url('contact') ?>">contact form</a><br/>
</p>
<p>
Managing Directors:<br/>
diff --git a/page-promote.php b/page-promote.php
index 71d885fd..dba04a2e 100644
--- a/page-promote.php
+++ b/page-promote.php
@@ -39,7 +39,7 @@
<div class="row">
<div class="col-md-6">
<!-- Constant Contact Email List Form Button -->
- <a href="http://visitor.r20.constantcontact.com/d.jsp?llr=ixens9uab&amp;p=oi&amp;m=1121878184680&amp;sit=mf4qye7jb&amp;f=cc4cd13f-acdf-45d3-b132-75252542c37d" class="btn btn-block btn-primary btn-lg join-button">Subscribe to our<br />monthly newsletter!</a><br />
+ <a href="https://newsletter.nextcloud.com" class="btn btn-block btn-primary btn-lg join-button">Subscribe to our<br />monthly newsletter!</a><br />
</div>
</div>
</div>
diff --git a/page-providers.php b/page-providers.php
index 6263811c..82dec2c7 100644
--- a/page-providers.php
+++ b/page-providers.php
@@ -4,13 +4,14 @@
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h1><?php echo $l->t('Nextcloud providers');?></h1>
- <p><?php echo $l->t('Nextcloud is a private cloud solution you can host wherever you want. On your own hardware, a <a class="hyperlink" href="/devices">device you bought</a> or at a provider!');?><p>
+ <p><?php echo $l->t('Nextcloud is a private cloud solution you can host wherever you want. On your own hardware,');?> <a class="hyperlink" href="<?php echo home_url('devices') ?>"><?php echo $l->t('a device you bought</a> or at a provider!');?><p>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
- <p><?php echo $l->t('We have over 50 different providers who offer anything from a Virtual Machine with Nextcloud you have to manage yourself to a fully handled Nextcloud account where you just have to log in, maintained by your provider. Some providers offer (limited) free tiers, some focus on home users and others on business; some aim for low prices while others offer extensive backups, downtime prevention and great support. Pick what you need!');?><p>
- <p><?php echo $l->t('You can leave comments on your experiences with the providers or ask questions <a class="hyperlink" href="https://help.nextcloud.com/c/hosting">in our hosting category on the forums.</a> Feedback is VERY much welcomed as it helps others to choose their ideal provider!');?><p>
+ <p><?php echo $l->t('We have over 50 different providers who offer anything from a Virtual Machine with Nextcloud you have to manage yourself to a fully handled Nextcloud account where you just have to log in, maintained by your provider. Some providers offer (limited) free tiers, some focus on home users and others on business; some aim for low prices while others offer extensive backups, downtime prevention and great support. Pick what you need!');?></p>
+ <p><?php echo $l->t('Please note that we have no formal relationship with any of these providers and take no responsibility for their services or quality. If you want to be sure to get quality service with the backing of Nextcloud engineers,');?> <a class="hyperlink" href="<?php echo home_url('contact') ?>"><?php echo $l->t('get in contact with us</a>');?> <a class="hyperlink" href="<?php echo home_url('partners') ?>"><?php echo $l->t('or one of our partners.</a>');?></p>
+ <p><?php echo $l->t('You can leave comments on your experiences with the providers or ask questions <a class="hyperlink" href="https://help.nextcloud.com/c/hosting">in our hosting category on the forums.</a> Feedback is VERY much welcomed as it helps others to choose their ideal provider!');?></p>
</div>
</div>
<div class="row">
@@ -35,7 +36,7 @@
<div id="providers" class="row">
</div>
-<div class="alert alert-info"><p><?php echo $l->t('If you offer Nextcloud Server account hosting, you can be <a href="/providers/apply">listed on this page</a>. If you want to report an abuse by one of the providers listed above, you can send us an email to abuse@nextcloud.com.');?></p></div>
+<div class="alert alert-info"><p><?php echo $l->t('If you offer Nextcloud Server account hosting, you can be <a class="hyperlink" href="/providers/apply">listed on this page</a>. If you want to report an abuse by one of the providers listed above, you can send us an email to abuse@nextcloud.com.');?></p></div>
<script type="text/javascript">
// $( "#hostingboth" ).prop( "checked", true );
diff --git a/page-release-channels.php b/page-release-channels.php
index 4274d52e..856e8ae7 100644
--- a/page-release-channels.php
+++ b/page-release-channels.php
@@ -20,8 +20,8 @@
<section class="section--intro">
<div class="container">
<div class="row">
- <div class="col-md-8 col-md-offset-2 text-center">
- <p class="section--paragraph"><?php echo $l->t('With millions of Nextcloud users, there are a wide variety of needs and requirements for a private cloud server. Release Channels allow you to pick a versioning strategy that fits you.');?></p>
+ <div class="col-md-8 col-md-offset-2">
+ <p class="section--paragraph text-center"><?php echo $l->t('With millions of Nextcloud users, there are a wide variety of needs and requirements for a private cloud server. Release Channels allow you to pick a versioning strategy that fits you.');?></p>
</div>
</div>
</div>
@@ -31,12 +31,10 @@
<div class="container">
<div class="row">
<div class="col-md-6 revealOnScroll">
- <p>You can choose a channel of your preference in the Administrator settings in your Nextcloud instance if you have installed Nextcloud from an archive. Learn more about the release channels below.</p>
- <p>NOTE that you can <strong>only upgrade to a newer version</strong>. <em>Skipping major versions</em> when upgrading and <em>downgrading</em> to older versions is not supported by Nextcloud. If you went via 'beta' to 14.0.0rc4 and stable is on 13.0.5, you have to wait until 14.0.0 or later is in stable until a new update will become available.</p>
- <p>Nextcloud makes new versions incrementally available to user installations in the stable and production channels. When a major new version comes out, we wait about one week and only when no problems are found we start the roll out in steps of about 20% of our user base per week. In practice this means a new release is typically only available in the stable channel after the first minor release. Users can always upgrade sooner by choosing the beta channel, which typically tracks stable releases immediately after publishing.</p>
+ <p><?php echo $l->t('You can choose a channel of your preference in the Administrator settings in your Nextcloud instance if you have installed Nextcloud from an archive. Learn more about the release channels below.');?></p>
+ <p><?php echo $l->t('NOTE that you can <strong>only upgrade to a newer version</strong>. <em>Skipping major versions</em> when upgrading and <em>downgrading</em> to older versions is not supported by Nextcloud. If you went via \'beta\' to 14.0.0rc4 and stable is on 13.0.5, you have to wait until 14.0.0 or later is in stable until a new update will become available.');?></p>
+ <p><?php echo $l->t('Nextcloud makes new versions incrementally available to user installations in the stable and production channels. When a major new version comes out, we wait about one week and only when no problems are found we start the roll out in steps of about 20% of our user base per week. In practice this means a new release is typically only available in the stable channel after the first minor release. Users can always upgrade sooner by choosing the beta channel, which typically tracks stable releases immediately after publishing.');?></p>
</div>
-<!-- <div class="col-md-6"> -->
- <!-- <iframe width="100%" height="360" src="https://www.youtube.com/embed/RtNAx-PcZd8?rel=0" frameborder="0" allowfullscreen></iframe> -->
<div class="col-md-6">
<iframe width="100%" height="300" src="https://www.youtube.com/embed/3hsQNPlQOSE" frameborder="0" allowfullscreen></iframe>
</div>
@@ -49,32 +47,32 @@
<div class="container">
<table class="table table-striped">
<tr>
- <td class="" style="min-width:250px; max-widt:250px"><i class="fa-sitemap"></i>&nbsp;&nbsp;Release channel</td>
- <td class="" style="min-width:300px"><i class="fa-briefcase"></i>&nbsp;&nbsp;Use case</td>
- <td class="" style="min-width:300px"><i class="fa-archive"></i>&nbsp;&nbsp;Get it here</td>
+ <td class="" style="min-width:250px; max-widt:250px"><i class="fa-sitemap"></i>&nbsp;&nbsp;<?php echo $l->t('Release channel');?></td>
+ <td class="" style="min-width:300px"><i class="fa-briefcase"></i>&nbsp;&nbsp;<?php echo $l->t('Use case');?></td>
+ <td class="" style="min-width:300px"><i class="fa-archive"></i>&nbsp;&nbsp;<?php echo $l->t('Get it here');?></td>
</tr>
<tr>
<td class=""><h3>Production</h3></td>
- <td class="">This channel delivers the latest fully tested release of Nextcloud.</br>
- That does not imply that these releases are bug free. The issues are known and can be worked around. The downside of this channel is that the releases are behind in terms of features and performance.</td>
- <td class="">Older archives are available from our <a class="hyperlink" href="/changelog">changelog page.</a>
+ <td class=""><?php echo $l->t('This channel delivers the latest fully tested release of Nextcloud.</br>
+ That does not imply that these releases are bug free. The issues are known and can be worked around. The downside of this channel is that the releases are behind in terms of features and performance.');?></td>
+ <td class=""><?php echo $l->t('Older archives are available from our');?> <a class="hyperlink" href="<?php echo home_url('changelog') ?>"><?php echo $l->t('changelog page.');?></a>
</td>
</tr>
<tr>
<td class=""><h3>Stable</h3></td>
- <td class="">This channel delivers the latest feature releases ready for most users at minimal risk.<br/>
- Note that Nextcloud does staged rollouts, making releases incrementally available to the user base over time.</td>
- <td class="">You can get the latest stable version from our installation page.<br /><a href="/install" class="btn btn-lg btn-default">Install</a></td>
+ <td class=""><?php echo $l->t('This channel delivers the latest feature releases ready for most users at minimal risk.');?><br/>
+ <?php echo $l->t('Note that Nextcloud does staged rollouts, making releases incrementally available to the user base over time.');?></td>
+ <td class=""><?php echo $l->t('You can get the latest stable version from our installation page.');?><br /><a href="<?php echo home_url('install') ?>" class="btn btn-lg btn-default">Install</a></td>
</tr>
<tr>
<td class=""><h3>Beta</h3></td>
- <td class="">Betas and release candidates are the versions of choice for testers in preparation for an Nextcloud release. They provide a short-term-stable point to report bugs against. Grab these to make sure the upcoming release works well on your infrastructure.</td>
- <td class="">Automatically generated <a class="hyperlink" href="/install/#testing-development">snapshot tarballs and betas</a> track daily Nextcloud development. These are suitable to check if bugs are fixed but can break any time.
+ <td class=""><?php echo $l->t('Betas and release candidates are the versions of choice for testers in preparation for an Nextcloud release. They provide a short-term-stable point to report bugs against. Grab these to make sure the upcoming release works well on your infrastructure.');?></td>
+ <td class=""><?php echo $l->t('Automatically generated');?> <a class="hyperlink" href="<?php echo home_url('install/#testing-development') ?>"><?php echo $l->t('snapshot tarballs and betas</a> track daily Nextcloud development. These are suitable to check if bugs are fixed but can break any time.');?>
</td>
</tr>
<tr>
<td class=""><h3>Daily</h3></td>
- <td class="">Daily builds are meant to reproduce bugs as well as to enable testers to follow the development of the next major version.</td>
+ <td class=""><?php echo $l->t('Daily builds are meant to reproduce bugs as well as to enable testers to follow the development of the next major version.');?></td>
<td class=""><a href="<?php echo $DOWNLOAD_SERVER_DAILY_TAR; ?>" class="btn btn-lg btn-default"><i class="icon-archive"></i> Archive File</a> (<a class="hyperlink" href="<?php echo $DOWNLOAD_SERVER_DAILY_TAR_MD5; ?>">MD5</a>)<br />
</tr>
</table>
@@ -83,12 +81,12 @@
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
- <p>If you are looking to grab an archive of a specific version you can find links to them in our <a class="hyperlink" href="/changelog">changelog</a>.</p>
- <p>Note that releases don't show up in the updater app right away. We usually stagger releases out to watch the impact and hold off in case very serious problems pop up. In practice, most bugfix releases are available within a week, major releases to a proportion of the users on release day in the Stable channel; we'll increase that percentage usually to 100% after the first bugfix release. We start the incremental rollout to the Production channel after the first bugfix release (for example, 12.0.1). Packages for the Release channels might be available in distributions, this is up to the packagers.</p>
+ <p><?php echo $l->t('If you are looking to grab an archive of a specific version you can find links to them in our');?> <a class="hyperlink" href="<?php echo home_url('changelog') ?>">changelog</a>.</p>
+ <p><?php echo $l->t('Note that releases don\'t show up in the updater app right away. We usually stagger releases out to watch the impact and hold off in case very serious problems pop up. In practice, most bugfix releases are available within a week, major releases to a proportion of the users on release day in the Stable channel; we will increase that percentage usually to 100% after the first bugfix release. We start the incremental rollout to the Production channel after the first bugfix release (for example, 12.0.1). Packages for the Release channels might be available in distributions, this is up to the packagers.');?></p>
<!--<p><strong>Security note:</strong></br>
To receive information about updates and security issues, we recommend a subscription to our low-traffic <a href="http://mailman.nextcloud.org/mailman/listinfo/announcements">announcement mailing list</a>.</p>-->
<a name=""></a>
- <p>To <em>upgrade in the safest way possible</em>, always update to the latest minor release before upgrading to a new version. As an extreme example, to upgrade from 9 all the way to 12, upgrade 9.0.x to 9.0.6, then upgrade to 10.0.4, 11.0.3, then 12.0.1.</p>
+ <p><?php echo $l->t('To <em>upgrade in the safest way possible</em>, always update to the latest minor release before upgrading to a new version. As an extreme example, to upgrade from 9 all the way to 12.0.5, upgrade 9.0.x to 9.0.6, then upgrade to 10.0.6, 11.0.7, then 12.0.5.');?></p>
</div>
<!-- <div class="col-lg-3 col-md-4 col-sm-6 col-xs-10">
<a href="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/eight-one/update-channels.png" title="Update Channel selection in Updater app" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/eight-one/update-channels-wee.png" style="width: 100%" alt="..." class="img-thumbnail"></a>
diff --git a/page-secure.php b/page-secure.php
index 09bf1ec3..589aa941 100644
--- a/page-secure.php
+++ b/page-secure.php
@@ -156,7 +156,7 @@
<div class="col-md-4">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/icons/monitoring.svg"); ?>
<p class="section--paragraph__tittle"><?php echo $l->t('Logging and monitoring');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud has built in <a class="hyperlink" href="/monitoring">monitoring and logging tools</a>, compatible with industry standard tools like Splunk, Nagios and OpenNMS. It also offers a full, compliance-ready activity log for reporting and auditing purposes.');?></p>
+ <p class="section--paragraph"><a class="hyperlink" href="<?php echo home_url('monitoring') ?>"><?php echo $l->t('Nextcloud has built in monitoring and logging tools</a>, compatible with industry standard tools like Splunk, Nagios and OpenNMS. It also offers a full, compliance-ready activity log for reporting and auditing purposes.');?></p>
</div>
<div class="col-md-4">
@@ -168,7 +168,7 @@
<div class="col-md-4">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/icons/firewall.svg"); ?>
<p class="section--paragraph__tittle"><?php echo $l->t('Finegrained File Access Control');?></p>
- <p class="section--paragraph"><?php echo $l->t('The powerful');?> <a class="hyperlink" href="/workflow/"><?php echo $l->t('workflow tools</a> in Nextcloud enable administrators to limit access to data in accordance to business and legal requirements and perform automatic actions like file conversion. Describe restrictions like "XLSX files from the HR department are not to be accessible outside company IP ranges" or "employees in the US shouldn\'t access customer data from European data centers" for Nextcloud to enforce.');?></p>
+ <p class="section--paragraph"> <a class="hyperlink" href="<?php echo home_url('workflow/') ?>"><?php echo $l->t('The powerful workflow tools</a> in Nextcloud enable administrators to limit access to data in accordance to business and legal requirements and perform automatic actions like file conversion. Describe restrictions like "XLSX files from the HR department are not to be accessible outside company IP ranges" or "employees in the US shouldn\'t access customer data from European data centers" for Nextcloud to enforce.');?></p>
</div>
</div>
@@ -176,7 +176,7 @@
<div class="col-md-4">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/icons/encryption.svg"); ?>
<p class="section--paragraph__tittle"><?php echo $l->t('Encryption');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud uses industry-standard SSL/TLS encryption for data in transfer. Additionally, data at rest in storage can be encrypted using a default military grade AES-256 encryption with server-based or custom key management. Also optionally and on a per-folder base data can be <a class="hyperlink" href="/endtoend">end-to-end encrypted</a> on the client with the server assisting in sharing and key management using a Zero-Knowledge model.');?>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud uses industry-standard SSL/TLS encryption for data in transfer. Additionally, data at rest in storage can be encrypted using a default military grade AES-256 encryption with server-based or custom key management. Also optionally and on a per-folder base data can be');?> <a class="hyperlink" href="<?php echo home_url('endtoend') ?>"><?php echo $l->t('end-to-end encrypted</a> on the client with the server assisting in sharing and key management using a Zero-Knowledge model.');?>
</p>
</div>
@@ -236,7 +236,7 @@
<h3><?php echo $l->t('Requirements');?></h3>
<ul>
<li><?php echo $l->t('Privacy and security risks are analyzed and requirements are established');?></li>
- <li><?php echo $l->t('We employ advanced <a class="hyperlink" href="/security/threat-model/">threat modelling / attack surface analysis</a>');?></li>
+ <li><a class="hyperlink" href="<?php echo home_url('security/threat-model/') ?>"><?php echo $l->t('We employ advanced threat modelling / attack surface analysis</a>');?></li>
<li><?php echo $l->t('Designs are reviewed for security implications');?></li>
</ul>
</div>
@@ -294,7 +294,7 @@
<div class="col-md-6">
<h3><?php echo $l->t('Response');?></h3>
<ul>
- <li><?php echo $l->t('We follow industry best practices in disclosing security issues fixed in a release: 2 weeks after the release ');?><a class="hyperlink" href="/security/advisories"><?php echo $l->t('advisories with CVE identifiers are published');?></a></li>
+ <li><?php echo $l->t('We follow industry best practices in disclosing security issues fixed in a release: 2 weeks after the release ');?><a class="hyperlink" href="<?php echo home_url('security/advisories') ?>"><?php echo $l->t('advisories with CVE identifiers are published');?></a></li>
<li><?php echo $l->t('We run a <a class="hyperlink" href="https://hackerone.com/nextcloud">successful bug bounty program with high payouts</a>, up to $5000');?></li>
<li><?php echo $l->t('Statistics show a massive decrease of valid external security reports');?></li>
</ul>
@@ -410,7 +410,7 @@
<p class="section--paragraph"><?php echo $l->t('Server Side Encryption can also be used on local storage. However, inherent to the concept of server side encryption, encryption keys will be present in memory of the Nextcloud server during the time a user is logged in and could be retrieved by a determined attacker. We take care to ensure keys are not stored unencrypted on permanent storage and at rest keys are encrypted using a strong cipher.');?></p>
<img class="icon" src="<?php echo get_template_directory_uri(); ?>/assets/img/icons/securitypolicies.svg">
<p class="section--paragraph__tittle"><?php echo $l->t('Encrypt from client to client');?></p>
- <p class="section--paragraph"><?php echo $l->t('End-to-end Encryption client-side is available from Nextcloud 13 and newer as a folder-level option to keep extremely sensitive data fully secure even in case of a full server breach. The server facilitates key exchange for syncing between devices and sharing but has Zero Knowledge, that is, never has access to any of the data or keys in unencrypted form. <a class="hyperlink" href="/endtoend">Learn more here.</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('End-to-end Encryption client-side is available from Nextcloud 13 and newer as a folder-level option to keep extremely sensitive data fully secure even in case of a full server breach. The server facilitates key exchange for syncing between devices and sharing but has Zero Knowledge, that is, never has access to any of the data or keys in unencrypted form.');?> <a class="hyperlink" href="<?php echo home_url('endtoend') ?>"><?php echo $l->t('Learn more here.</a>');?></p>
</div>
</div>
</div>
@@ -441,7 +441,7 @@
<p class="section--paragraph"><?php echo $l->t('Nextcloud features an enterprise-grade, seamlessly integrated solution for end-to-end encryption. It enables users to pick one or more folders on their desktop or mobile client for end-to-end encryption. Folders can be shared with other users and synced between devices but are never readable by the server.');?></p>
<p class="section--paragraph"><?php echo $l->t('This solution is easy to use yet extremely secure thanks to its Zero-Knowledge server design and Cryptographic Identity Protection. It does not compromise security by using a browser to encrypt or decrypt files with code coming from the server and is not an all-or-nothing affair: any number of folders can be end-to-end encrypted. Sharing is secure without a need to exchange passwords and files don\'t need to be re-encrypted and re-uploaded when access rights for other users are changed.');?></p>
<p class="section--paragraph"><?php echo $l->t('Our solution is enterprise ready with support for a Hardware Security Module for issuing certificates, giving access to a full audit log and optionally allowing administrators to create an offline master recovery key.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Learn about End-to-end Encryption in our clients ');?> <a class="hyperlink" href="/endtoend" target="_blank" rel="tooltip" title="Client Side End-to-end Encryption"><?php echo $l->t('on this page.</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Learn about End-to-end Encryption in our clients ');?> <a class="hyperlink" href="<?php echo home_url('endtoend') ?>" target="_blank" rel="tooltip" title="Client Side End-to-end Encryption"><?php echo $l->t('on this page.</a>');?></p>
</div>
</div>
</div>
diff --git a/page-securesharing.php b/page-securesharing.php
index 0922ae16..c95169cf 100644
--- a/page-securesharing.php
+++ b/page-securesharing.php
@@ -39,13 +39,13 @@
<h3>Current 'solution': email</h3>
<p class="section--paragraph">Over half of the teams managed by respondents is reported to use public, consumer grade file sharing services and email to share code, patches and other intellectual property within the organization as well as with customers. Forrester notes that these solutions neither protect intellectual property and competitive advantage but also offer little control or rights management, nor audit and tracking controls.
<h2>Real solutions</h2>
- <p class="section--paragraph">By providing businesses an <a class="hyperlink" href="https://nextcloud.com/blog/8-ways-businesses-benefit-from-purchasing-open-source/">open source</a>, <a class="hyperlink" href="https://nextcloud.com/?p=1886">self hosted</a> file access, sync and share solution with powerful integration in existing infrastructure and storage solutions, Nextcloud makes data available to users wherever it is. Its familiar, easy to use interface allow users to work efficiently and be confident everybody has access to the same, latest version of data. Its enterprise capabilities ensure IT maintains <a class="hyperlink" href="/workflow">full control</a> over sharing, retention and availability of data within and across the boundaries of the organization. Learn more about <a class="hyperlink" href="/features">Nextcloud's features here.</a></p>
+ <p class="section--paragraph">By providing businesses an <a class="hyperlink" href="https://nextcloud.com/blog/8-ways-businesses-benefit-from-purchasing-open-source/">open source</a>, <a class="hyperlink" href="https://nextcloud.com/?p=1886">self hosted</a> file access, sync and share solution with powerful integration in existing infrastructure and storage solutions, Nextcloud makes data available to users wherever it is. Its familiar, easy to use interface allow users to work efficiently and be confident everybody has access to the same, latest version of data. Its enterprise capabilities ensure IT maintains <a class="hyperlink" href="<?php echo home_url('workflow') ?>">full control</a> over sharing, retention and availability of data within and across the boundaries of the organization. Learn more about <a class="hyperlink" href="<?php echo home_url('files') ?>">Nextcloud file sync and share capabilities here.</a></p>
<h3>Wherever it is</h3>
- <p class="section--paragraph">Modern organizations have data in a wide variety of silos like Sharepoint, Windows Network Drives, FTP sites and (often without knowledge of management) Dropbox or Google Drive. Nextcloud acts as a <a class="hyperlink" href="/storage">single file access, sync and share layer</a> across all these storage systems, integrating with enterprise native account handling like LDAP or SAML.</p>
+ <p class="section--paragraph">Modern organizations have data in a wide variety of silos like Sharepoint, Windows Network Drives, FTP sites and (often without knowledge of management) Dropbox or Google Drive. Nextcloud acts as a <a class="hyperlink" href="<?php echo home_url('storage') ?>">single file access, sync and share layer</a> across all these storage systems, integrating with enterprise native account handling like LDAP or SAML.</p>
<h3>Under IT's control</h3>
- <p class="section--paragraph">No matter the storage solution used, Nextcloud can <a class="hyperlink" href="/workflow">ensure corporate policies are followed.</a> Sharing can be restricted through the file firewall, filtering on user properties like location or group, or file properties like (automatically or manually) assigned tags, file type and more. With storage transparent to users, generic data can remain where it is while IT can make sure that business critical or compliance-relevant information is stored on internal infrastructure and does not leave the company. Use our secure <a href="/secure-drop">File Drop</a> to let customers upload files to you in a easy and secure way!</p>
+ <p class="section--paragraph">No matter the storage solution used, Nextcloud can <a class="hyperlink" href="<?php echo home_url('workflow') ?>">ensure corporate policies are followed.</a> Sharing can be restricted through the file firewall, filtering on user properties like location or group, or file properties like (automatically or manually) assigned tags, file type and more. With storage transparent to users, generic data can remain where it is while IT can make sure that business critical or compliance-relevant information is stored on internal infrastructure and does not leave the company. Use our secure <a class="hyperlink" href="<?php echo home_url('secure-drop') ?>">File Drop</a> to let customers upload files to you in a easy and secure way!</p>
<h3>With uniquely layered encryption</h3>
- <p class="section--paragraph">Nextcloud offers a supremely easy to use, well integrated file sync and share solution with an uniquely layered approach to security. Together with the support for nearly any storage technology, it features server-side encryption and offers the ability to employ <a href="/endtoend">end-to-end, client side encryption</a> for a subset of user files. Rather than making it an either-or choice, your business can rely on utmost security where it is needed but keep collaborative online document editing and full-text search on the server over the rest of the stored data.</p>
+ <p class="section--paragraph">Nextcloud offers a supremely easy to use, well integrated file sync and share solution with an uniquely layered approach to security. Together with the support for nearly any storage technology, it features server-side encryption and offers the ability to employ <a class="hyperlink" href="<?php echo home_url('endtoend') ?>">end-to-end, client side encryption</a> for a subset of user files. Rather than making it an either-or choice, your business can rely on utmost security where it is needed but keep collaborative online document editing and full-text search on the server over the rest of the stored data.</p>
<p class="section--paragraph">Users can access data on a FTP drive shared with another company; while data stored on an external object storage could be encrypted using server-side encryption so the storage provider has no way to compromise their security.</p>
@@ -61,7 +61,7 @@
<div class="col-md-8 col-md-offset-2 featureblock revealOnScroll">
<p class="text-center"><?php echo $l->t('Contact us to learn how we can help you secure corporate data.');?></p>
<div class="text-center morebuttondiv">
- <a href="/buy" class="button button--large button--arrow"><?php echo $l->t('Contact us');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button--large button--arrow"><?php echo $l->t('Contact us');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
diff --git a/page-security.php b/page-security.php
index 32da394c..2e9f5483 100644
--- a/page-security.php
+++ b/page-security.php
@@ -1,23 +1,23 @@
<?php get_template_part('templates/parts/title'); ?>
-<div class="sub-nav"><a href="/security/advisories"><?php echo $l->t('Security Advisories');?></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/security/threat-model"><?php echo $l->t('Threat Model');?></a>
+<div class="sub-nav"><a href="<?php echo home_url('security/advisories') ?>"><?php echo $l->t('Security Advisories');?></a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="<?php echo home_url('security/threat-model') ?>"><?php echo $l->t('Threat Model');?></a>
</div>
<h2><?php echo $l->t('Security information');?></h2>
-<p><?php echo $l->t('This page hosts our security policies and information with regards to reporting security flaws. Learn more about how Nextcloud offers the <a href="/secure">best security in the open source file sync and share industry here</a>. You can');?> <a href="<?php echo get_template_directory_uri(); ?>/advisories/advisories.rss"><?php echo $l->t('follow our advisories via RSS</a>.');?></p>
-<p><?php echo $l->t('For server owners, our documentation has a section with');?> <a href="<?php echo $DOCUMENTATION_ADMIN; ?><?php echo $l->t('configuration_server/harden_server.html" target="_blank">best practices and tips on securing a Nextcloud server</a>.');?></p>
+<p><?php echo $l->t('This page hosts our security policies and information with regards to reporting security flaws. Learn more about how Nextcloud offers the');?> <a href="<?php echo home_url('secure') ?>"><?php echo $l->t('best security in the open source file sync and share industry here</a>. You can');?> <a href="<?php echo get_template_directory_uri(); ?>/advisories/advisories.rss"><?php echo $l->t('follow our advisories via RSS</a>.');?></p>
+<p><?php echo $l->t('For server owners, our documentation has a section with');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?><?php echo $l->t('configuration_server/harden_server.html" target="_blank">best practices and tips on securing a Nextcloud server</a>.');?></p>
<div class="row">
<div class="span12">
- <p><?php echo $l->t('If you have discovered a security issue with Nextcloud, please read our responsible disclosure guidelines and contact us at <a href="https://hackerone.com/nextcloud"><strong>hackerone.com/nextcloud</strong></a>. Your report should include:');?></p>
+ <p><?php echo $l->t('If you have discovered a security issue with Nextcloud, please read our responsible disclosure guidelines and contact us at <a class="hyperlink" href="https://hackerone.com/nextcloud"><strong>hackerone.com/nextcloud</strong></a>. Your report should include:');?></p>
<ul>
<li><?php echo $l->t('Product version');?></li>
<li><?php echo $l->t('A vulnerability description');?></li>
<li><?php echo $l->t('Reproduction steps');?></li>
</ul>
- <p><?php echo $l->t('A member of the security team will confirm the vulnerability, determine its impact, and develop a fix. The fix will be applied to the master branch, tested, and packaged in the next security release. The vulnerability will be publicly announced after the release. Finally, your name will be added to the <a href="https://hackerone.com/nextcloud/thanks">hall of fame</a> as a thank you from the entire Nextcloud community. Note our <a href="/security/threat-model">threat model</a> to know what is expected behavior.');?></p>
+ <p><?php echo $l->t('A member of the security team will confirm the vulnerability, determine its impact, and develop a fix. The fix will be applied to the master branch, tested, and packaged in the next security release. The vulnerability will be publicly announced after the release. Finally, your name will be added to the <a href="https://hackerone.com/nextcloud/thanks">hall of fame</a> as a thank you from the entire Nextcloud community. Note our');?> <a class="hyperlink" href="<?php echo home_url('security/threat-model') ?>"><?php echo $l->t('threat model</a> to know what is expected behavior.');?></p>
<h3><?php echo $l->t('PGP Key for Submissions');?></h3>
- <p><?php echo $l->t('In order to facilitate secure submission of security issues, we provide the <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0xD75899B9A724937A">following PGP key</a> for confidential submission:');?></p>
+ <p><?php echo $l->t('In order to facilitate secure submission of security issues, we provide the <a class="hyperlink" href="https://pgp.mit.edu/pks/lookup?op=get&search=0xD75899B9A724937A">following PGP key</a> for confidential submission:');?></p>
<ul>
<li><?php echo $l->t('Key ID: <code>A724937A</code>
');?></li>
@@ -44,9 +44,9 @@
<li><?php echo $l->t('Latest 11.x release');?></li>
</ul>
- <p><?php echo $l->t('You will find our Maintenance and Release Schedule <a href="https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule">on GitHub</a>. Please have a close look into the End of Life-section.');?></p>
+ <p><?php echo $l->t('You will find our Maintenance and Release Schedule <a class="hyperlink" href="https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule">on GitHub</a>. Please have a close look into the End of Life-section.');?></p>
- <p><?php echo $l->t('If you want to continue to use versions, which reached their End of Life, please <a href="https://nextcloud.com/enterprise/buy/">contact Nextcloud sales</a> to get access to our Long Term Support offering.');?></p>
+ <p><?php echo $l->t('If you want to continue to use versions, which reached their End of Life, please');?> <a class="hyperlink" href="<?php echo home_url('enterprise/buy/') ?>"><?php echo $l->t('contact Nextcloud sales</a> to get access to our Long Term Support offering.');?></p>
<p><?php echo $l->t('Nextcloud Android Client:');?></p>
<ul></p>
diff --git a/page-sharing.php b/page-sharing.php
index e50d0eb0..786d6dfc 100644
--- a/page-sharing.php
+++ b/page-sharing.php
@@ -34,7 +34,7 @@ require(["require.config"], function() {
<div class="col-md-6">
<h2 class="section--paragraph__tittle"><?php echo $l->t('Work, share, collaborate, enjoy');?></h2>
<p class="section--paragraph"><?php echo $l->t('Share images, documents or music with colleagues on your server, send password protected public links to friends and get notifications on your phone when a user on another Nextcloud server shares files directly with you. Use File Drop to let customers upload files to you in a easy and secure way!');?></p>
- <a href="/file-drop" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn about File Drop');?></a>
+ <a href="<?php echo home_url('file-drop') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn about File Drop');?></a>
<p class="section--paragraph"><?php echo $l->t('You can trust that when you share, Nextcloud makes sure you stay in control over your data. You can easily see a list of shares, remove or change permissions and restore older versions of files.');?></p>
</div>
@@ -48,8 +48,8 @@ require(["require.config"], function() {
</div>
<div class="col-md-7">
<p class="section--paragraph__tittle"><?php echo $l->t('Work with others');?></p>
- <p class="section--paragraph"><?php echo $l->t('You can comment on files and discuss options. Through <a class="hyperlink" href="/collaboraonline">our Collabora Online integration</a> you can work together in real time on presentations or word documents and our <a class="hyperlink" href="/webrtc">video Conferencing features</a> allow you to call and discuss in real time!');?></p>
- <p class="section--paragraph"><?php echo $l->t('You can find files using our full text search app or by giving them tags and searching for them. Admins can even use <a class="hyperlink" href="/workflow">our Workflow tools</a> to automatically tag files uploaded by specific users, groups or by filetype and execute actions like converting files based on these tags.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('You can comment on files and discuss options. Through');?> <a class="hyperlink" href="<?php echo home_url('collaboraonline') ?>"><?php echo $l->t('our Collabora Online integration</a> you can work together in real time on presentations or word documents and');?> <a class="hyperlink" href="<?php echo home_url('Talk') ?>">Nextcloud Talk</a> <?php echo $l->t('allow you to call and discuss in real time!');?></p>
+ <p class="section--paragraph"><?php echo $l->t('You can find files using our full text search app or by giving them tags and searching for them. Admins can even use');?> <a class="hyperlink" href="<?php echo home_url('workflow') ?>"><?php echo $l->t('our Workflow tools</a> to automatically tag files uploaded by specific users, groups or by filetype and execute actions like converting files based on these tags.');?></p>
</div>
</div>
<div class="row revealOnScroll feature--block">
diff --git a/page-speaking.php b/page-speaking.php
index 6834bd27..12220a41 100644
--- a/page-speaking.php
+++ b/page-speaking.php
@@ -1,9 +1,9 @@
<div class="page-header">
- <h1><a href="/events">Events</a> > <a href="/events/conference-program">Conference program</a> > Speaking</h1>
+ <h1><a href="<?php echo home_url('/events') ?>">Events</a> > <a href="<?php echo home_url('/events/conference-program') ?>">Conference program</a> > Speaking</h1>
</div>
<div class="sub-nav">
<a href="/events/Meetups">Meetups</a>&nbsp;&nbsp;
- |&nbsp;&nbsp;<a href="/events/meetups">Conference Program</a>&nbsp;&nbsp;
+ |&nbsp;&nbsp;<a href="<?php echo home_url('/events/meetups') ?>">Conference Program</a>&nbsp;&nbsp;
<!-- |&nbsp;&nbsp;<a href="/events/contactform">Contact</a> -->
</div>
<div class="row">
@@ -74,7 +74,6 @@
<h4>Final steps</h4>
<p>While making slides, keep in mind what your key messages are. Summarize frequently, repetition makes your audience remember! Summarize after each message section, mention what you discussed and what comes next.</p>
<p>Finally tell people where to find more information/get it/how to contact you, and add a slide where they can ask questions. Done!</p>
- <picture: practice.jpg by woodleywonderworks on flickr>
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/events/practice.jpg" style="width: 400px" title="picture from woodleywonderworks on flickr" alt="picture from woodleywonderworks on flickr" class="img-thumbnail alignright">
<h3>3. Study</h3>
<p>Now the slides are done, but you're not.</p>
@@ -90,7 +89,6 @@
<h4>Final preparation</h4>
<p>Take your improved and adjusted notes and try to condense them down to very few words; or use strategic bolding on the text to create a backup for yourself. In any case, put the end result, be it short or full text, on paper (printed) or in the notes section of the slides. If, at any point during the presentation, you get stuck, you can resort to reading for a few seconds!</p>
<p>Your practice will ensure it is unlikely you will get really stuck. Yes, you might go off track, but the notes will pull you back, no worries. Don't rely too much on them - they are a backup plan!</p>
- <picture: presentation.jpg by tomwsulcer on wikimedia>
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/events/presentation.jpg" style="width: 400px" title="picture from tomwsulcer on wikipedia" alt="picture from tomwsulcer on wikipedia" class="img-thumbnail alignright">
<h3>4. Speak</h3>
<p>Now it is time for the actual talk. Now first of all: <em>you will be nervous</em>. And that is a good thing: some healthy nerves will keep your performance top-notch! So do not worry about it, nobody will notice.</p>
diff --git a/page-storage.php b/page-storage.php
index ac48a51b..86d2ebd9 100644
--- a/page-storage.php
+++ b/page-storage.php
@@ -22,7 +22,7 @@
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Unlock your data');?></p>
<p class="section--paragraph"><?php echo $l->t('Avoid costly and disruptive migrations and retain your existing, compliant workflows and processes while enabling your employees to collaborate and work efficiently. Nextcloud unlocks corporate data silos, bringing together data from your existing storage systems in one seamless user interface.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Your IT stays in control of the data thanks to powerful <a class="hyperlink" href="/workflow">File Access Control</a> and <a class="hyperlink" href="/monitoring">logging</a> capabilities.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Your IT stays in control of the data thanks to powerful');?> <a class="hyperlink" href="<?php echo home_url('workflow') ?>"><?php echo $l->t('File Access Control</a> and');?> <a class="hyperlink" href="<?php echo home_url('monitoring') ?>"><?php echo $l->t('logging</a> capabilities.');?></p>
</div>
</div>
<div class="row">
@@ -78,7 +78,7 @@
<div class="col-md-8 col-md-offset-2 featureblock revealOnScroll">
<p class="section--paragraph text-center"><?php echo $l->t('Contact our sales team if you want to know about support for your enterprise storage technology and integration in Nextcloud.');?></p>
<div class="text-center morebuttondiv">
- <a href="/buy" class="button button--large button--arrow"><?php echo $l->t('Contact sales');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button--large button--arrow"><?php echo $l->t('Contact sales');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
@@ -94,7 +94,7 @@
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Data securely encrypted');?></p>
<p class="section--paragraph"><?php echo $l->t('Server side encryption can optionally be enabled on select external or primary storage to securely encrypt the data residing on them. Nextcloud supports external key management, a master recovery password and changing passwords by users. ');?></p>
- <p class="section--paragraph"><?php echo $l->t('Learn more about Nextcloud server side encryption ');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_files/encryption_configuration.html" target="_blank"><?php echo $l->t('in the documentation</a> and learn more about <a class="hyperlink" href="/secure">security in Nextcloud</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Learn more about Nextcloud server side encryption ');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_files/encryption_configuration.html" target="_blank"><?php echo $l->t('in the documentation</a> and learn more about');?> <a class="hyperlink" href="<?php echo home_url('secure') ?>"><?php echo $l->t('security in Nextcloud</a>');?></p>
</div>
</div>
</div>
diff --git a/page-support.php b/page-support.php
index 37c2bac1..137b4ddf 100644
--- a/page-support.php
+++ b/page-support.php
@@ -12,24 +12,24 @@
<div class="container">
<h2><?php echo $l->t('Documentation');?></h2>
- <p><?php echo $l->t('The Nextcloud documentation:');?></p>
+ <p><?php echo $l->t('The Nextcloud documentation for home users:');?></p>
<ul>
- <li><a href="<?php echo $DOCUMENTATION_ADMIN; ?>"><?php echo $l->t('Admin manual');?></a></li>
- <li><a href="<?php echo $DOCUMENTATION_USER; ?>"><?php echo $l->t('User manual');?></a></li>
- <li><a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>"><?php echo $l->t('Developer manual');?></a></li>
+ <li><a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>"><?php echo $l->t('Admin manual');?></a></li>
+ <li><a class="hyperlink" href="<?php echo $DOCUMENTATION_USER; ?>"><?php echo $l->t('User manual');?></a></li>
+ <li><a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>"><?php echo $l->t('Developer manual');?></a></li>
</ul>
- <p><?php echo $l->t('Use and enjoy the many apps from our built in app store, or find even more on <a href="https://apps.nextcloud.com" target="_blank">the web app store</a>. Find');?> <a href="<?php echo $DOCUMENTATION_ADMIN; ?>installation/apps_management_installation.html"><?php echo $l->t('documentation on handling Apps here</a>.');?></p>
+ <p><?php echo $l->t('Use and enjoy the more than 100 community developed apps from our built in app store, browse them on <a class="hyperlink" href="https://apps.nextcloud.com" target="_blank">online</a>. Find');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>installation/apps_management_installation.html"><?php echo $l->t('documentation on handling Apps here</a>.');?></p>
<h2><?php echo $l->t('Help from others');?></h2>
<p><?php echo $l->t('You can ask for help in our community support channels:');?></p>
<ul>
- <li><?php echo $l->t('<a href="https://help.nextcloud.com/categories" target="_blank">the Nextcloud Forums</a>');?></li>
- <li><?php echo $l->t('<a href="irc://#nextcloud@freenode.net" target="_blank">the Nextcloud IRC chat channel</a> on freenode.net, also accessible via <a href="https://webchat.freenode.net/?channels=nextcloud" target="_blank">webchat</a>');?></li>
- <li><?php echo $l->t('You can ask over our social media, including in the <a href="https://plus.google.com/u/0/communities/103772002345255844369" target="_blank">Nextcloud Google Plus community</a>, the <a href="https://www.facebook.com/Nextcloud-1032807203462807/" target="_blank">Facebook page</a> or on <a href="https://twitter.com/search?q=%23nextcloud&src=typd" target="_blank">Twitter</a>');?></li>
- <li><?php echo $l->t('Finally, you could report a issue at our <a href="https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md" target="_blank">bug trackers</a> if you think you found a bug in Nextcloud itself');?></li>
+ <li><?php echo $l->t('<a class="hyperlink" href="https://help.nextcloud.com/categories" target="_blank">the Nextcloud Forums</a>');?></li>
+ <li><?php echo $l->t('<a class="hyperlink" href="irc://#nextcloud@freenode.net" target="_blank">the Nextcloud IRC chat channel</a> on freenode.net, also accessible via <a class="hyperlink" href="https://webchat.freenode.net/?channels=nextcloud" target="_blank">webchat</a>');?></li>
+ <li><?php echo $l->t('You can ask over our social media, including in the <a class="hyperlink" href="https://plus.google.com/u/0/communities/103772002345255844369" target="_blank">Nextcloud Google Plus community</a>, the <a class="hyperlink" href="https://www.facebook.com/Nextcloud-1032807203462807/" target="_blank">Facebook page</a> or on <a class="hyperlink" href="https://twitter.com/search?q=%23nextcloud&src=typd" target="_blank">Twitter</a>');?></li>
+ <li><?php echo $l->t('Finally, you could report a issue at our <a class="hyperlink" href="https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md" target="_blank">bug trackers</a> if you think you found a bug in Nextcloud itself');?></li>
</ul>
<p><?php echo $l->t('Please understand that all these channels essentially consist of users like you helping each other out. Consider helping others out where you can, to contribute back for the help you get. This is the only way to keep a community like Nextcloud healthy and sustainable!');?></p>
<h2><?php echo $l->t('Enterprise support');?></h2>
- <p><?php echo $l->t('If you run Nextcloud in a mission critical environment with large numbers of users and big amounts of data and need the certainty of support from the experts behind the Nextcloud technology, a <a href="/enterprise/" target="_blank">Enterprise Subscription from Nextcloud</a> is available with email and phone support.');?></p>
+ <p><?php echo $l->t('If you run Nextcloud in a mission critical environment with large numbers of users and big amounts of data and need the certainty of support from the experts behind the Nextcloud technology, a');?> <a class="hyperlink" href="<?php echo home_url('enterprise') ?>" target="_blank"><?php echo $l->t('Enterprise Subscription from Nextcloud</a> is available with email and phone support.');?></p>
<div class="wrap pad-bottom">
<div class="row">
diff --git a/page-talk.php b/page-talk.php
index 0b34cd7b..c7c13e15 100644
--- a/page-talk.php
+++ b/page-talk.php
@@ -60,7 +60,7 @@
<li><?php echo $l->t('Easy screensharing');?></li>
<li><?php echo $l->t('Mobile apps for Android and iOS');?></li>
<li><?php echo $l->t('Mobile calls & chat push notifications');?></li>
- <li><?php echo $l->t('Integration with <a class="hyperlink" href="/files">Nextcloud Files</a> and <a class="hyperlink" href="/groupware">Groupware</a>');?></li>
+ <li><?php echo $l->t('Integration with');?> <a class="hyperlink" href="<?php echo home_url('files') ?>">Nextcloud Files</a> <?php echo $l->t('and');?> <a class="hyperlink" href="<?php echo home_url('groupware') ?>">Groupware</li>
</ul></p>
</div>
<div class="col-sm-4 revealOnScroll">
@@ -279,7 +279,7 @@
</div>
<div class="col-sm-6 revealOnScroll">
<div class="text-center morebuttondiv">
- <a href="/buy" class="button button-button--large button--arrow"><?php echo $l->t('Contact Sales for a quote');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button-button--large button--arrow"><?php echo $l->t('Contact Sales for a quote');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
diff --git a/page-threat-model.php b/page-threat-model.php
index 9709db28..b6e9a007 100644
--- a/page-threat-model.php
+++ b/page-threat-model.php
@@ -1,5 +1,5 @@
<?php get_template_part( 'templates/parts/title'); ?>
-<div class="sub-nav"><a href="/security">Security overview</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/security/advisories">Security Advisories</a>
+<div class="sub-nav"><a href="<?php echo home_url('/security') ?>">Security overview</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="<?php echo home_url('/security/advisories') ?>">Security Advisories</a>
</div>
<h2>Threat model & accepted risks</h2>
<p>This page is constantly evolving. So check back over time to see new additions.</p>
diff --git a/page-trademarks.php b/page-trademarks.php
index e4ef89e6..57a949ee 100644
--- a/page-trademarks.php
+++ b/page-trademarks.php
@@ -1,150 +1,150 @@
<div class="page-header">
- <h1><?php echo $l->t('Nextcloud Trademark Guidelines');?></h1>
+ <h1>Nextcloud Trademark Guidelines</h1>
</div>
-<p><?php echo $l->t('With these Guidelines, we wish to encourage widespread use of the Nextcloud trademarks by the Nextcloud community while managing that use to protect the distinctive value of the trademarks and avoid confusion on the part of Nextcloud users and the general public. The sections that follow describe the Nextcloud Marks covered by these Guidelines, as well as uses of these Marks that are allowed, uses that are not allowed, and uses that are only allowed with specific permission. See Contact Information below to request permission.');?></p>
+<p>With these Guidelines, we wish to encourage widespread use of the Nextcloud trademarks by the Nextcloud community while managing that use to protect the distinctive value of the trademarks and avoid confusion on the part of Nextcloud users and the general public. The sections that follow describe the Nextcloud Marks covered by these Guidelines, as well as uses of these Marks that are allowed, uses that are not allowed, and uses that are only allowed with specific permission. See Contact Information below to request permission.</p>
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/common/nextcloud-square-logo.png" style="width: 200px" title="Nextcloud logo governed by this document" alt="Nextcloud logo governed by this document" class="img-thumbnail alignright">
-<h2><?php echo $l->t('The Nextcloud Marks');?></h2>
-<p><?php echo $l->t('Nextcloud and the Nextcloud Logo is a registered trademark of <a href="http://nextcloud.com" target="_blank">Nextcloud GmbH.</a> in Germany and/or other countries..');?></p>
+<h2>The Nextcloud Marks</h2>
+<p>Nextcloud and the Nextcloud Logo is a registered trademark of <a href="http://nextcloud.com" target="_blank">Nextcloud GmbH.</a> in Germany and/or other countries.</p>
-<p><?php echo $l->t('These guidelines cover the following marks pertaining both to the product name and the logo: Nextcloud and the blue/white cloud logo with or without the word Nextcloud. This set of marks is collectively referred to as the "Nextcloud Marks."');?></p>
+<p>These guidelines cover the following marks pertaining both to the product name and the logo: Nextcloud and the blue/white cloud logo with or without the word Nextcloud. This set of marks is collectively referred to as the "Nextcloud Marks."</p>
-<h2><?php echo $l->t('General Guidelines for Using the Nextcloud Marks');?></h2>
+<h2>General Guidelines for Using the Nextcloud Marks</h2>
-<h3><?php echo $l->t('Product Quality');?></h3>
-<p><?php echo $l->t('It is fundamentally important to us that any permitted use you make of the Nextcloud Marks be of the highest quality and integrity and meet the highest standards. To ensure this is the case, we reserve the right to revoke your permission at any time.');?></p>
+<h3>Product Quality</h3>
+<p>It is fundamentally important to us that any permitted use you make of the Nextcloud Marks be of the highest quality and integrity and meet the highest standards. To ensure this is the case, we reserve the right to revoke your permission at any time.</p>
-<h3><?php echo $l->t('Fair Use');?></h3>
-<p><?php echo $l->t('We acknowledge and support your right to make <em>"fair use"</em> of the Nextcloud Marks, and do not mean to suggest with these guidelines that our permission is required in such cases. We cannot, however, tell you categorically what will and will not qualify as a "fair use."');?></p>
+<h3>Fair Use</h3>
+<p>We acknowledge and support your right to make <em>"fair use"</em> of the Nextcloud Marks, and do not mean to suggest with these guidelines that our permission is required in such cases. We cannot, however, tell you categorically what will and will not qualify as a "fair use."</p>
-<h3><?php echo $l->t('Applying our Logo');?></h3>
-<p><?php echo $l->t('For copies of the Nextcloud logo itself, please refer to the <a href="/press">Press page</a>.');?></p>
+<h3>Applying our Logo</h3>
+<p>For copies of the Nextcloud logo itself, please refer to the <a href="<?php echo home_url('press') ?>">Press page</a>.</p>
-<h3><?php echo $l->t('Logo Usage Requirements');?></h3>
-<p><?php echo $l->t('Do not alter the logo in any way or overlap it with additional logos or images.');?></p>
+<h3>Logo Usage Requirements</h3>
+<p>Do not alter the logo in any way or overlap it with additional logos or images.</p>
-<p><?php echo $l->t('The logo is light blue (#0082c9) with white text/image. It should not be used differently, especially not inverted. The name "Nextcloud" can be optionally left out though, we provide logos without the text.');?></p>
+<p>The logo is light blue (#0082c9) with white text/image. It should not be used differently, especially not inverted. The name "Nextcloud" can be optionally left out though, we provide logos without the text.</p>
-<p><?php echo $l->t('The typeface of the logo (or similar ones) should not be used anywhere else. Instead use <a href="https://en.wikipedia.org/wiki/Open_Sans" target="_blank">Open Sans</a>, in light weight. Use semibold sparingly and only for selected emphasis.');?></p>
+<p>The typeface of the logo (or similar ones) should not be used anywhere else. Instead use <a href="https://en.wikipedia.org/wiki/Open_Sans" target="_blank">Open Sans</a>, in light weight. Use semibold sparingly and only for selected emphasis.</p>
-<h3><?php echo $l->t('Branding Guidelines');?></h3>
-<p><?php echo $l->t('When referring to Nextcloud make sure that it is spelled correctly. Nextcloud is one word and should not be separated into two words.');?></p>
+<h3>Branding Guidelines</h3>
+<p>When referring to Nextcloud make sure that it is spelled correctly. Nextcloud is one word and should not be separated into two words.</p>
-<h3><?php echo $l->t('Contributing to Nextcloud');?></h3>
-<p><?php echo $l->t('We encourage everybody to contribute to Nextcloud and become part of the Nextcloud community.');?></p>
+<h3>Contributing to Nextcloud</h3>
+<p>We encourage everybody to contribute to Nextcloud and become part of the Nextcloud community.</p>
-<p><?php echo $l->t('If your contributions require trademark usage which is not permitted by these guidelines, please do not hesitate to contact us (see <a href="/contact">Contact us</a>).');?></p>
+<p>If your contributions require trademark usage which is not permitted by these guidelines, please do not hesitate to contact us (see <a href="<?php echo home_url('contact') ?>">Contact us</a>).</p>
-<h2><?php echo $l->t('Use Cases for the Nextcloud Marks');?></h2>
+<h2>Use Cases for the Nextcloud Marks</h2>
-<h3><?php echo $l->t('Running an Nextcloud Server installation');?></h3>
-<p><?php echo $l->t('You may use the Nextcloud Marks to identify your Nextcloud installation as long as you have not made any modifications to the Nextcloud Server core itself. Modifications to the Nextcloud Server here are defined as those which would would require you to provide them in source form to any user who asks under the <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">license of the AGPLv3</a>.');?></p>
+<h3>Running an Nextcloud Server installation</h3>
+<p>You may use the Nextcloud Marks to identify your Nextcloud installation as long as you have not made any modifications to the Nextcloud Server core itself. Modifications to the Nextcloud Server here are defined as those which would would require you to provide them in source form to any user who asks under the <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">license of the AGPLv3</a>.</p>
-<p><?php echo $l->t('Note that enabling Nextcloud apps and configuration of your server are not considered changes or modifications to Nextcloud.');?></p>
+<p>Note that enabling Nextcloud apps and configuration of your server are not considered changes or modifications to Nextcloud.</p>
-<h3><?php echo $l->t('Distributing Nextcloud Server without modification');?></h3>
-<p><?php echo $l->t('You can use the Nextcloud Marks to identify Nextcloud for Nextcloud Server downloads separately or as part of a Virtual Machine, docker image, installer, PHP server package or in another form as long as you have not made any modifications to Nextcloud Server itself. Modifications to the Nextcloud Server here are defined as those which would would require you to provide them in source form to any user who asks under the <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">license of the AGPLv3</a>.');?></p>
+<h3>Distributing Nextcloud Server without modification</h3>
+<p>You can use the Nextcloud Marks to identify Nextcloud for Nextcloud Server downloads separately or as part of a Virtual Machine, docker image, installer, PHP server package or in another form as long as you have not made any modifications to Nextcloud Server itself. Modifications to the Nextcloud Server here are defined as those which would would require you to provide them in source form to any user who asks under the <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">license of the AGPLv3</a>.</p>
-<p><?php echo $l->t('Note that pre-configuration and enabling or pre-installing certain Nextcloud apps are not considered changes or modifications to Nextcloud. A hosting provider can provide a configured Nextcloud installation to its users as long as those can see a copyright and download notice, ideally a link to nextcloud.com.');?></p>
+<p>Note that pre-configuration and enabling or pre-installing certain Nextcloud apps are not considered changes or modifications to Nextcloud. A hosting provider can provide a configured Nextcloud installation to its users as long as those can see a copyright and download notice, ideally a link to nextcloud.com.</p>
-<p><?php echo $l->t('Rather than offering Nextcloud Server unmodified, we suggest to link to our installation page to ensure users can always find the latest Nextcloud release. If you offer Nextcloud as part of a package, image or installer, please keep security issues in mind. Offering easy and convenient update capabilities will greatly benefit your users. Where possible, we suggest to make use of official Nextcloud packages or zip files and tarballs.');?></p>
+<p>Rather than offering Nextcloud Server unmodified, we suggest to link to our installation page to ensure users can always find the latest Nextcloud release. If you offer Nextcloud as part of a package, image or installer, please keep security issues in mind. Offering easy and convenient update capabilities will greatly benefit your users. Where possible, we suggest to make use of official Nextcloud packages or zip files and tarballs.</p>
-<h3><?php echo $l->t('Distributing Nextcloud Server With Modifications');?></h3>
-<p><?php echo $l->t('You may distribute or make available (for example as hosting provider) Nextcloud Server with modifications under the terms of the <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPLv3 license</a>. That means, generally speaking, that recipients of the code (including those who get remote access to a server running Nextcloud) should have an easy option to receive a full copy of the code, including those modifications, under the AGPLv3 licence. A download link usually suffices.');?></p>
+<h3>Distributing Nextcloud Server With Modifications</h3>
+<p>You may distribute or make available (for example as hosting provider) Nextcloud Server with modifications under the terms of the <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPLv3 license</a>. That means, generally speaking, that recipients of the code (including those who get remote access to a server running Nextcloud) should have an easy option to receive a full copy of the code, including those modifications, under the AGPLv3 licence. A download link usually suffices.</p>
-<p><?php echo $l->t('In making such a distribution you must remove all trademark uses of the Nextcloud Marks from the version of Nextcloud you are modifying. You may, if you wish, combine your own trademark with one of the following Nextcloud Mark tag-lines: "Based on Nextcloud," "Powered by Nextcloud," "Derived from Nextcloud," "Uses Nextcloud," "Built on Nextcloud," or "Built from Nextcloud."');?></p>
+<p>In making such a distribution you must remove all trademark uses of the Nextcloud Marks from the version of Nextcloud you are modifying. You may, if you wish, combine your own trademark with one of the following Nextcloud Mark tag-lines: "Based on Nextcloud," "Powered by Nextcloud," "Derived from Nextcloud," "Uses Nextcloud," "Built on Nextcloud," or "Built from Nextcloud."</p>
-<p><?php echo $l->t('You generally will not need to remove or modify package headers, notes, README files, Changelogs, or other files containing uses of the Nextcloud Marks that merely describe the Nextcloud project, as long as such uses do not imply that you are formally affiliated with the Nextcloud Community.');?></p>
+<p>You generally will not need to remove or modify package headers, notes, README files, Changelogs, or other files containing uses of the Nextcloud Marks that merely describe the Nextcloud project, as long as such uses do not imply that you are formally affiliated with the Nextcloud Community.</p>
-<h3><?php echo $l->t('Nextcloud mobile client');?></h3>
-<p><?php echo $l->t('The Nextcloud mobile clients are available on the Apple (iOS) and Google (Android) app stores. If you wish to distribute the iOS or Android client modified or unmodified on these stores you can not use ANY Nextcloud Mark other than what fair use allows and you must make sure that such stores are compatible with the respective Open Source license of such Nextcloud mobile app. This means you can NOT use the term \'Nextcloud\' in the name of your app. You MUST make clear that your app is NOT the official Nextcloud client and contains modifications from the original– if any. We reserve the right to demand you take down the Nextcloud client if you violate any of these provisions.');?></p>
+<h3>Nextcloud mobile client</h3>
+<p>The Nextcloud mobile clients are available on the Apple (iOS) and Google (Android) app stores. If you wish to distribute the iOS or Android client modified or unmodified on these stores you can not use ANY Nextcloud Mark other than what fair use allows and you must make sure that such stores are compatible with the respective Open Source license of such Nextcloud mobile app. This means you can NOT use the term \'Nextcloud\' in the name of your app. You MUST make clear that your app is NOT the official Nextcloud client and contains modifications from the original– if any. We reserve the right to demand you take down the Nextcloud client if you violate any of these provisions.</p>
-<p><?php echo $l->t('For distributing the Nextcloud mobile clients on any other app store, please contact us.');?></p>
+<p>For distributing the Nextcloud mobile clients on any other app store, please contact us.</p>
-<h3><?php echo $l->t('Nextcloud desktop client');?></h3>
-<p><?php echo $l->t('The Nextcloud desktop client is available for Linux, Windows and Mac OS X. If you wish to distribute the desktop client modified or unmodified you can not use ANY Nextcloud Mark other than what fair use allows. This means you can NOT use the term \'Nextcloud\' in the name of your client. You MUST make clear that your client is NOT the official Nextcloud client and contains modifications from the original. To obtain permission to distribute a modified or unmodified version of the Nextcloud desktop client with use of the Nextcloud Marks, please contact us.');?></p>
+<h3>Nextcloud desktop client</h3>
+<p>The Nextcloud desktop client is available for Linux, Windows and Mac OS X. If you wish to distribute the desktop client modified or unmodified you can not use ANY Nextcloud Mark other than what fair use allows. This means you can NOT use the term \'Nextcloud\' in the name of your client. You MUST make clear that your client is NOT the official Nextcloud client and contains modifications from the original. To obtain permission to distribute a modified or unmodified version of the Nextcloud desktop client with use of the Nextcloud Marks, please contact us.</p>
-<h3><?php echo $l->t('Linking to nextcloud.com');?></h3>
-<p><?php echo $l->t('You are permitted to link to nextcloud.com from your web site. We have provided several logo graphics for you to choose from. To use these logos you must agree that:');?></p>
+<h3>Linking to nextcloud.com</h3>
+<p>You are permitted to link to nextcloud.com from your web site. We have provided several logo graphics for you to choose from. To use these logos you must agree that:</p>
<ul>
- <li><?php echo $l->t('The logos will be used only on the Internet and only as a link to nextcloud.com, and not as a favicon (the little icon used in the location bar and tabs to identify a website);');?></li>
- <li><?php echo $l->t('You will not imply or state an endorsement by the Nextcloud Community or otherwise misrepresent your relationship with the Nextcloud Community;');?></li>
- <li><?php echo $l->t('You will not disparage the Nextcloud Community while using the logos;');?></li>
- <li><?php echo $l->t('Your use of the logos will not be deceptive or false in any regard;');?></li>
- <li><?php echo $l->t('You will not create a browser or border environment around Nextcloud Community content;');?></li>
- <li><?php echo $l->t('You may link to Nextcloud Community content or replicate content only after obtaining permission;');?></li>
- <li><?php echo $l->t('Your website will not contain content that could be construed as distasteful, offensive, or controversial, and will contain only content that is appropriate for all age groups; and');?></li>
- <li><?php echo $l->t('This permission may be rescinded at any time, in which case you will have to remove the Nextcloud marks from your web site within 24 hours.');?></li>
+ <li>The logos will be used only on the Internet and only as a link to nextcloud.com, and not as a favicon (the little icon used in the location bar and tabs to identify a website);</li>
+ <li>You will not imply or state an endorsement by the Nextcloud Community or otherwise misrepresent your relationship with the Nextcloud Community;</li>
+ <li>You will not disparage the Nextcloud Community while using the logos;</li>
+ <li>Your use of the logos will not be deceptive or false in any regard;</li>
+ <li>You will not create a browser or border environment around Nextcloud Community content;</li>
+ <li>You may link to Nextcloud Community content or replicate content only after obtaining permission;</li>
+ <li>Your website will not contain content that could be construed as distasteful, offensive, or controversial, and will contain only content that is appropriate for all age groups; and</li>
+ <li>This permission may be rescinded at any time, in which case you will have to remove the Nextcloud marks from your web site within 24 hours.</li>
</ul>
-<h3><?php echo $l->t('Merchandise');?></h3>
-<p><?php echo $l->t('You are welcome to make use of the Nextcloud Marks to produce merchandise such as t-shirts, hats, bags, jackets, sweatshirts, mugs, and desktop wallpapers and give them to your friends, family, community members, provided there is no commercial interest behind it. You are required to request permission if you want to commercially distribute articles using the Nextcloud Marks (see Contact Information below to request permission).');?></p>
+<h3>Merchandise</h3>
+<p>You are welcome to make use of the Nextcloud Marks to produce merchandise such as t-shirts, hats, bags, jackets, sweatshirts, mugs, and desktop wallpapers and give them to your friends, family, community members, provided there is no commercial interest behind it. You are required to request permission if you want to commercially distribute articles using the Nextcloud Marks (see Contact Information below to request permission).</p>
-<h3><?php echo $l->t('Domain Names');?></h3>
-<p><?php echo $l->t('If you want to include all or part of an Nextcloud Mark in a domain name, you should seek our permission (see Contact Information below to request permission). People naturally associate domain names with organizations whose names sound similar. Almost any use of an Nextcloud Mark in a domain name is likely to confuse someone, thus running afoul the overarching requirement that any use of an Nextcloud Mark not be confusing. By "domain name" we mean to refer to toplevel domains and second-level domains, but not sub-domains.');?></p>
+<h3>Domain Names</h3>
+<p>If you want to include all or part of an Nextcloud Mark in a domain name, you should seek our permission (see Contact Information below to request permission). People naturally associate domain names with organizations whose names sound similar. Almost any use of an Nextcloud Mark in a domain name is likely to confuse someone, thus running afoul the overarching requirement that any use of an Nextcloud Mark not be confusing. By "domain name" we mean to refer to toplevel domains and second-level domains, but not sub-domains.</p>
-<h3><?php echo $l->t('Advocacy Groups');?></h3>
-<p><?php echo $l->t('We welcome the use of the Nextcloud Marks in connection with user groups and other Nextcloud advocacy groups, but you may only do so in accordance with the following requirements:');?></p>
+<h3>Advocacy Groups</h3>
+<p>We welcome the use of the Nextcloud Marks in connection with user groups and other Nextcloud advocacy groups, but you may only do so in accordance with the following requirements:</p>
<ul>
- <li><?php echo $l->t('Your use is not commercial in nature;');?></li>
- <li><?php echo $l->t('In using an Nextcloud Mark, you are in fact referring to the thing that the Nextcloud Mark represents;');?></li>
- <li><?php echo $l->t('There is no suggestion (through words or appearance) that your group is approved by, sponsored by, or affiliated with the Nextcloud Community (or its related projects) unless it actually has been so approved, sponsored, or affiliated;');?></li>
- <li><?php echo $l->t('You do not incorporate other proprietary or commercial names in your group name; and');?></li>
- <li><?php echo $l->t('You do not claim any trademark rights in the name, attempt to register the name with a trademark office or as a trade name, business name, or domain name, or conduct any business under the name.');?></li>
+ <li>Your use is not commercial in nature;</li>
+ <li>In using an Nextcloud Mark, you are in fact referring to the thing that the Nextcloud Mark represents;</li>
+ <li>There is no suggestion (through words or appearance) that your group is approved by, sponsored by, or affiliated with the Nextcloud Community (or its related projects) unless it actually has been so approved, sponsored, or affiliated;</li>
+ <li>You do not incorporate other proprietary or commercial names in your group name; and</li>
+ <li>You do not claim any trademark rights in the name, attempt to register the name with a trademark office or as a trade name, business name, or domain name, or conduct any business under the name.</li>
</ul>
-<h3><?php echo $l->t('Events');?></h3>
-<p><?php echo $l->t('It is permissible to use the Nextcloud Marks to promote free and open source software events where individuals in the Nextcloud Community appear as advocates, demonstrating Nextcloud, giving talks, or otherwise represent the project, provided:');?></p>
+<h3>Events</h3>
+<p>It is permissible to use the Nextcloud Marks to promote free and open source software events where individuals in the Nextcloud Community appear as advocates, demonstrating Nextcloud, giving talks, or otherwise represent the project, provided:</p>
<ul>
- <li><?php echo $l->t('You do not misrepresent your relationship with the Nextcloud Community;');?></li>
- <li><?php echo $l->t('You do not disparage the Nextcloud Community using the Nextcloud Marks; and');?></li>
- <li><?php echo $l->t('Your use of the Nextcloud Marks is not deceptive or false in any regard.');?></li>
+ <li>You do not misrepresent your relationship with the Nextcloud Community;</li>
+ <li>You do not disparage the Nextcloud Community using the Nextcloud Marks; and</li>
+ <li>Your use of the Nextcloud Marks is not deceptive or false in any regard.</li>
</ul>
-<p><?php echo $l->t('Individuals can be Nextcloud contributors, members of the wider Nextcloud community, or Nextcloud users.');?></p>
+<p>Individuals can be Nextcloud contributors, members of the wider Nextcloud community, or Nextcloud users.</p>
-<h3><?php echo $l->t('Publications');?></h3>
-<p><?php echo $l->t('If you want to include all or part of an Nextcloud Mark in the name of a publication such as a book or magazine, you need our permission (see Contact Information below to request permission). But you can use the Nextcloud Mark in a title of review inside a magazine, for example, as long as you use the Marks to refer to the official Nextcloud community or products.');?></p>
+<h3>Publications</h3>
+<p>If you want to include all or part of an Nextcloud Mark in the name of a publication such as a book or magazine, you need our permission (see Contact Information below to request permission). But you can use the Nextcloud Mark in a title of review inside a magazine, for example, as long as you use the Marks to refer to the official Nextcloud community or products.</p>
-<h3><?php echo $l->t('Apps, Product and Service Names, and Compatibility References');?></h3>
-<p><?php echo $l->t('You should not include an Nextcloud Mark in the name of your application, product or service, regardless of whether it is commercial or non-commercial in nature. This includes online services, such as e-commerce, community, blog, informational, promotional, and personal home page sites as well as Nextcloud apps, client apps or third party apps which interact with Nextcloud.');?></p>
+<h3>Apps, Product and Service Names, and Compatibility References</h3>
+<p>You should not include an Nextcloud Mark in the name of your application, product or service, regardless of whether it is commercial or non-commercial in nature. This includes online services, such as e-commerce, community, blog, informational, promotional, and personal home page sites as well as Nextcloud apps, client apps or third party apps which interact with Nextcloud.</p>
-<p><?php echo $l->t('With that said, we consider it permissible to use an Nextcloud Mark in a file, folder, directory, or path name.');?></p>
+<p>With that said, we consider it permissible to use an Nextcloud Mark in a file, folder, directory, or path name.</p>
-<p><?php echo $l->t('We also recognize that the Nextcloud Community needs some way to identify projects, products, and services that are compatible with Nextcloud. Our concern is that users not be confused as to whether a compatible project, product, or service is official or not. To address that concern, we request that you indicate compatibility with Nextcloud using one of the following tag-lines:');?></p>
+<p>We also recognize that the Nextcloud Community needs some way to identify projects, products, and services that are compatible with Nextcloud. Our concern is that users not be confused as to whether a compatible project, product, or service is official or not. To address that concern, we request that you indicate compatibility with Nextcloud using one of the following tag-lines:</p>
<ul>
- <li><?php echo $l->t('"Works with Nextcloud"');?></li>
- <li><?php echo $l->t('"Uses Nextcloud,"');?></li>
- <li><?php echo $l->t('"Nextcloud App"');?></li>
- <li><?php echo $l->t('"Powered by Nextcloud"');?></li>
- <li><?php echo $l->t('"For use with Nextcloud"');?></li>
- <li><?php echo $l->t('"For Nextcloud" or');?></li>
- <li><?php echo $l->t('"Built on Nextcloud"');?></li>
+ <li>"Works with Nextcloud"</li>
+ <li>"Uses Nextcloud,"</li>
+ <li>"Nextcloud App"</li>
+ <li>"Powered by Nextcloud"</li>
+ <li>"For use with Nextcloud"</li>
+ <li>"For Nextcloud" or</li>
+ <li>"Built on Nextcloud"</li>
</ul>
-<h3><?php echo $l->t('Advertising and Marketing Materials, including Business Cards');?></h3>
-<p><?php echo $l->t('You may use the Nextcloud Marks in describing and advertising your Nextcloud-related product or service, or on business cards to identify your affiliation with the Nextcloud Community, so long as:');?></p>
+<h3>Advertising and Marketing Materials, including Business Cards</h3>
+<p>You may use the Nextcloud Marks in describing and advertising your Nextcloud-related product or service, or on business cards to identify your affiliation with the Nextcloud Community, so long as:</p>
<ul>
- <li><?php echo $l->t('You do not imply or state an endorsement by the Nextcloud Community or otherwise misrepresent your relationship with the Nextcloud Community;');?></li>
- <li><?php echo $l->t('You do not disparage the Nextcloud Community using the Nextcloud Marks;');?></li>
- <li><?php echo $l->t('Your use of the Nextcloud Marks is not deceptive or false in any regard;');?></li>
- <li><?php echo $l->t('Your description, advertising, or other use does not contain content that could be construed as distasteful, offensive, or controversial, and only does contain content that is appropriate for all age groups; and');?></li>
- <li><?php echo $l->t('Your use of the Nextcloud Marks does not include or imply any commitment by the Nextcloud Community to provide support, service, indemnification, or updates.');?></li>
+ <li>You do not imply or state an endorsement by the Nextcloud Community or otherwise misrepresent your relationship with the Nextcloud Community;</li>
+ <li>You do not disparage the Nextcloud Community using the Nextcloud Marks;</li>
+ <li>Your use of the Nextcloud Marks is not deceptive or false in any regard;</li>
+ <li>Your description, advertising, or other use does not contain content that could be construed as distasteful, offensive, or controversial, and only does contain content that is appropriate for all age groups; and</li>
+ <li>Your use of the Nextcloud Marks does not include or imply any commitment by the Nextcloud Community to provide support, service, indemnification, or updates.</li>
</ul>
-<h3><?php echo $l->t('Business Names');?></h3>
-<p><?php echo $l->t('You can not include an Nextcloud Mark in the name of your company or business.');?></p>
+<h3>Business Names</h3>
+<p>You can not include an Nextcloud Mark in the name of your company or business.</p>
-<h3><?php echo $l->t('Commentary');?></h3>
-<p><?php echo $l->t('We welcome comment and constructive criticism, and we try to have a good sense of humor. It is fine to use the Nextcloud Marks in your discussion, commentary, criticism, or parody, in ways that unequivocally do not imply endorsement. Please do not create mock or parody products with names based on the Nextcloud Marks. Also, please be aware that, in our opinion, it is not "fair use" to use the Nextcloud Marks in a manner that disparages Nextcloud technology or the Nextcloud Community.');?></p>
+<h3>Commentary</h3>
+<p>We welcome comment and constructive criticism, and we try to have a good sense of humor. It is fine to use the Nextcloud Marks in your discussion, commentary, criticism, or parody, in ways that unequivocally do not imply endorsement. Please do not create mock or parody products with names based on the Nextcloud Marks. Also, please be aware that, in our opinion, it is not "fair use" to use the Nextcloud Marks in a manner that disparages Nextcloud technology or the Nextcloud Community.</p>
-<h3><?php echo $l->t('All Other Uses');?></h3>
-<p><?php echo $l->t('All other uses of the Nextcloud Marks need to be reserved by us, but we are available to discuss terms for use.');?></p>
+<h3>All Other Uses</h3>
+<p>All other uses of the Nextcloud Marks need to be reserved by us, but we are available to discuss terms for use.</p>
-<h2><?php echo $l->t('Contact Information');?></h2>
-<p><?php echo $l->t('Please contact us if you need assistance regarding these Guidelines, e.g. for discussing your case or requesting permission, by using our <a href="/contact">contact form</a>.');?></p>
+<h2>Contact Information</h2>
+<p>Please contact us if you need assistance regarding these Guidelines, e.g. for discussing your case or requesting permission, by using our <a href="/contact">contact form</a>.</p>
-<h2><?php echo $l->t('License for these Guidelines');?></h2>
-<p><?php echo $l->t('These Guidelines are published under Version 3 of the Creative Commons Attribution Share-Alike License, and are derived in part from the openSUSE Trademark Guidelines (April 20, 2015), which in turn is derived in part from the OpenSolaris Trademark Policy 1.0 (May 5, 2008), the Ubuntu and Mozilla Trademark guidelines.');?></p>
+<h2>License for these Guidelines</h2>
+<p>These Guidelines are published under Version 3 of the Creative Commons Attribution Share-Alike License, and are derived in part from the openSUSE Trademark Guidelines (April 20, 2015), which in turn is derived in part from the OpenSolaris Trademark Policy 1.0 (May 5, 2008), the Ubuntu and Mozilla Trademark guidelines.</p>
diff --git a/page-usermanagement.php b/page-usermanagement.php
index 9e1c6565..4b8d755e 100644
--- a/page-usermanagement.php
+++ b/page-usermanagement.php
@@ -50,7 +50,7 @@
<div class="col-md-8 col-md-offset-2 featureblock revealOnScroll">
<p class=""><?php echo $l->t('Learn more about how Nextcloud helps you keep your data secure.');?></p>
<div class="text-center morebuttondiv">
- <a href="/secure" class="button button--large button--arrow"><?php echo $l->t('Security in Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('secure') ?>" class="button button--large button--arrow"><?php echo $l->t('Security in Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>
@@ -130,7 +130,7 @@
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Other user backends');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud can work with a number of other backends for authentication and user handling: IMAP, SMB and FTP. These can be used to integrate Nextcloud more easily in company infrastructure. On the app store, more authentication and user backends can be found, like integration with Gluu.');?></p>
- <p class="section--paragraph"><a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_user/user_auth_ftp_smb_imap.html"><?php echo $l->t('Find documentation here');?></a> and <a class="hyperlink" href="https://apps.nextcloud.com"><?php echo $l->t('our app store here.');?></p>
+ <p class="section--paragraph"><a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_user/user_auth_ftp_smb_imap.html"><?php echo $l->t('Find documentation here');?></a> <?php echo $l->t('and');?> <a class="hyperlink" href="https://apps.nextcloud.com"><?php echo $l->t('our app store here.');?></p>
</div>
</div>
</div>
diff --git a/page-workflow.php b/page-workflow.php
index e26b2760..f05ecf39 100644
--- a/page-workflow.php
+++ b/page-workflow.php
@@ -34,7 +34,7 @@
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Access on your terms');?></p>
<p class="section--paragraph"><?php echo $l->t('Through File Access Control and automatic file tagging, Nextcloud gives administrators control over data access by enabling them to define strict rules requests need to adhere to. If users in certain groups or geographic regions should not be given access to certain file types or if data with a specific tag should not be shared outside the company, administrators can make sure their Nextcloud instance enforces these rules.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Combined with <a class="hyperlink" href="/outlook">our Secure Sharing Outlook addin</a> (and by disabling direct email attachments), File Access Control can play a crucial role in enforcing company policy on data sharing.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Combined with');?> <a class="hyperlink" href="<?php echo home_url('outlook') ?>"><?php echo $l->t('our Secure Sharing Outlook addin</a> (and by disabling direct email attachments), File Access Control can play a crucial role in enforcing company policy on data sharing.');?></p>
</div>
</div>
</div>
@@ -46,7 +46,7 @@
<div class="col-md-8 col-md-offset-2 featureblock revealOnScroll">
<p class=""><?php echo $l->t('Learn more about how Nextcloud helps you keep your data secure.');?></p>
<div class="text-center morebuttondiv">
- <a href="/secure" class="button button--large button--arrow"><?php echo $l->t('Security in Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('secure') ?>" class="button button--large button--arrow"><?php echo $l->t('Security in Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>