[Pkg-owncloud-commits] [owncloud-doc] 53/95: Fix warnings
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:41:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 5d9b847105dc40d93cf4badf08447a0b1ba1fcdc
Author: Daniel Molkentin <daniel at molkentin.de>
Date: Mon Mar 10 12:50:57 2014 +0100
Fix warnings
---
admin_manual/apps/files_encryption/index.rst | 4 ++--
admin_manual/apps/files_external/index.rst | 2 +-
admin_manual/apps/files_trashbin/index.rst | 6 +++---
admin_manual/apps/files_versions/index.rst | 18 +++++++++++-------
admin_manual/config/index.rst | 1 -
5 files changed, 17 insertions(+), 14 deletions(-)
diff --git a/admin_manual/apps/files_encryption/index.rst b/admin_manual/apps/files_encryption/index.rst
index 3e6bab3..768010d 100644
--- a/admin_manual/apps/files_encryption/index.rst
+++ b/admin_manual/apps/files_encryption/index.rst
@@ -12,7 +12,7 @@ This means that if the user loses their login password, data will be lost.
To protect against password loss, the recovery key may be used as described in a later section.
What gets encrypted?
---------------------
+====================
All files stored in ownCloud will be encrypted with the following exceptions:
@@ -24,7 +24,7 @@ All files stored in ownCloud will be encrypted with the following exceptions:
* Search index form the full text search app.
Decrypting the data
--------------------
+===================
If the encryption app is disable, users will get the following message alerting
them how to decrypt their files.
diff --git a/admin_manual/apps/files_external/index.rst b/admin_manual/apps/files_external/index.rst
index 1aaf52d..ecdc13d 100644
--- a/admin_manual/apps/files_external/index.rst
+++ b/admin_manual/apps/files_external/index.rst
@@ -10,7 +10,7 @@ In addition, the ownCloud Admin may decide to provide the end user the ability t
The mounts may be created on a per-user, per group, or all user basis.
Supported mounts
-----------------
+================
The following lists the supported storage types.
diff --git a/admin_manual/apps/files_trashbin/index.rst b/admin_manual/apps/files_trashbin/index.rst
index b8af089..7a5adcd 100644
--- a/admin_manual/apps/files_trashbin/index.rst
+++ b/admin_manual/apps/files_trashbin/index.rst
@@ -5,18 +5,18 @@ Deleted Files
The ownCloud server stores deleted files in a temporary area in the event that the file was inadvertently deleted and/or needs to be restored.
Expiry of deleted files
------------------------
+=======================
There are two instances in which ownCloud will automatically permanently remove a deleted file.
Disk Utilization
-~~~~~~~~~~~~~~~~
+----------------
To prevent a user from running out of disk space, the ownCloud deleted files app will not utilize more than 50% of the currently available free space for deleted files.
If the deleted files exceed this limit, ownCloud deletes the oldest files until it gets below this limit.
Age
-~~~
+---
By default, deleted files remain in the trash bin for 30 days.
This can be configured using the trashbin_retention_obligation parameter
diff --git a/admin_manual/apps/files_versions/index.rst b/admin_manual/apps/files_versions/index.rst
index e7369fc..e95404c 100644
--- a/admin_manual/apps/files_versions/index.rst
+++ b/admin_manual/apps/files_versions/index.rst
@@ -2,13 +2,15 @@
Versions
========
-The ownCloud Versions app maintains older versions of a file which have been modified by an ownCloud user.
+The ownCloud Versions app maintains older versions of a file which have been
+modified by an ownCloud user.
Expiry of versions
-------------------
+==================
-The versions app expires old versions automatically to make certain that the user doesn’t run out of space.
-The following algorithm is used to delete old versions:
+The versions app expires old versions automatically to make certain that the
+user doesn’t run out of space. The following algorithm is used to delete old
+versions:
* ownCloud keeps one new version every 2 seconds for the first 10 seconds
* ownCloud keeps one new version every minute for the first hour
@@ -19,10 +21,12 @@ The following algorithm is used to delete old versions:
The versions are adjusted along this algorithm every time a new version is created.
Space limitations
------------------
+=================
-In addition to the expiry of versions, ownCloud’s versions app makes certain never to use more than 50% of the user’s currently available free space.
-If stored versions exceed this limit, ownCloud will delete the oldest versions first until it meets this limit.
+In addition to the expiry of versions, ownCloud’s versions app makes certain
+never to use more than 50% of the user’s currently available free space. If
+stored versions exceed this limit, ownCloud will delete the oldest versions
+first until it meets this limit.
Configuration and storage
=========================
diff --git a/admin_manual/config/index.rst b/admin_manual/config/index.rst
index fa30dd6..45a8592 100644
--- a/admin_manual/config/index.rst
+++ b/admin_manual/config/index.rst
@@ -7,7 +7,6 @@ The Configuration File
:maxdepth: 2
:hidden:
- introduction
default_parameters
reverse_proxy_configurations
user_experience
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list