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>2019-04-21 23:51:37 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-04-25 11:26:58 +0300
commita827a2f2ecd39220d5ca2307385d56bcb755e4c6 (patch)
tree09e65b85b0ebf442538a7697d4558cc925c9272f /page-legal.php
parenta4f5b3e3d2f7e4d509dfb42a2e8503197befa30c (diff)
fix links and whitepaper
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-legal.php')
-rw-r--r--page-legal.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/page-legal.php b/page-legal.php
index 00fc28ff..5452e94b 100644
--- a/page-legal.php
+++ b/page-legal.php
@@ -227,7 +227,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 feature-row">
@@ -237,7 +237,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 organizations 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>
<div class="row feature-row">
@@ -247,7 +247,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> <?php echo $l->t('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.');?>
@@ -266,7 +266,7 @@ require(["require.config"], function() {
<div class="row feature-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>
@@ -319,7 +319,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>