[Pkg-owncloud-commits] [owncloud-doc] 07/95: markup changes and compile warning fixes

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 21:41:36 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 5c964bdebf94f5a9402091acdadff855fdee9cab
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Mon Mar 3 15:29:57 2014 +0100

    markup changes and compile warning fixes
---
 .../apps/files_antivirus/Configuration.rst         | 41 ++++++++++------------
 .../apps/files_encryption/File_Systems.rst         |  4 +--
 .../files_versions/Configuration_and_storage.rst   | 13 +++----
 3 files changed, 24 insertions(+), 34 deletions(-)

diff --git a/admin_manual/apps/files_antivirus/Configuration.rst b/admin_manual/apps/files_antivirus/Configuration.rst
index 779170a..b7fd4f2 100644
--- a/admin_manual/apps/files_antivirus/Configuration.rst
+++ b/admin_manual/apps/files_antivirus/Configuration.rst
@@ -14,13 +14,13 @@ Install ClamAV
 ClamAV must be installed on the server (either the local for Executable or Daemon Socket mode or a remote server for Daemon mode).
 
 To install, use the repository’s installation method to install “clamav”.
-For example:
+For example::
 
-#apt-get install clamav
+  apt-get install clamav
 
-For daemon mode, the ClamAV daemon must also be installed (either on the local machine for Daemon Socket or the remote machine for daemon mode).
+For daemon mode, the ClamAV daemon must also be installed (either on the local machine for Daemon Socket or the remote machine for daemon mode)::
 
-#apt-get install clamav-daemon
+  apt-get install clamav-daemon
 
 Configure Logging
 -----------------
@@ -43,13 +43,11 @@ The default value, according to the ClamAV web site is 10M which equates to 1048
 The Path to clamscan is the path for the executable clamscan file.
 By default it installs in /usr/bin/clamscan.
 
-When files are uploaded, they will be scanned and, if clean, the following logs will appear:
+When files are uploaded, they will be scanned and, if clean, the following logs will appear::
 
-{"app":"files_antivirus","message":"Scanning file : \/Lab.txt","level":0,"time":"2013-12-17T15:24:05+00:00"}
-
-{"app":"files_antivirus","message":"Exec scan: \/Lab.txt","level":0,"time":"2013-12-17T15:24:05+00:00"}
-
-{"app":"files_antivirus","message":"Result CLEAN!","level":0,"time":"2013-12-17T15:24:09+00:00"}
+  {"app":"files_antivirus","message":"Scanning file : \/Lab.txt","level":0,"time":"2013-12-17T15:24:05+00:00"}
+  {"app":"files_antivirus","message":"Exec scan: \/Lab.txt","level":0,"time":"2013-12-17T15:24:05+00:00"}
+  {"app":"files_antivirus","message":"Result CLEAN!","level":0,"time":"2013-12-17T15:24:09+00:00"}
 
 
 Daemon Mode
@@ -58,13 +56,13 @@ Daemon Mode
 When running in Daemon Mode, install ClamAV and clamAV-Daemon on a remote server.
 
 The port, upon which ClamAV listens must be configured.
-To do this, add the following line in /etc/clamav/clamd.conf:
+To do this, add the following line in ``/etc/clamav/clamd.conf``::
 
-TCPSocket 3310
+  TCPSocket 3310
 
-Then restart the Clamd service:
+Then restart the Clamd service::
 
-/etc/init.d/clamav-daemon restart
+  /etc/init.d/clamav-daemon restart
 
 Back on the ownCloud server, navigate to the Admin page and configure the Antivirus Configuration as follows:
 
@@ -72,11 +70,10 @@ Back on the ownCloud server, navigate to the Admin page and configure the Antivi
 
 Where the host is the IP of the server running the ClamAV Daemon and the Port is what was configured in the above step.
 
-Upon upload of files to the ownCloud server, the following logs will appear indicating the files are clean.
-
-{"app":"files_antivirus","message":"Scanning file : \/Lab.txt","level":0,"time":"2013-12-17T17:39:35+00:00"}
+Upon upload of files to the ownCloud server, the following logs will appear indicating the files are clean::
 
-{"app":"files_antivirus","message":"Response :: stream: OK\n","level":0,"time":"2013-12-17T17:39:48+00:00"}
+  {"app":"files_antivirus","message":"Scanning file : \/Lab.txt","level":0,"time":"2013-12-17T17:39:35+00:00"}
+  {"app":"files_antivirus","message":"Response :: stream: OK\n","level":0,"time":"2013-12-17T17:39:48+00:00"}
 
 
 Daemon Socket mode
@@ -90,12 +87,10 @@ Configure the Admin page as such:
 
 Where Socket is the location of the Clamd executable.
 
-Upon upload of a clean file to the ownCloud server, the following logs will appear.
-
-
-{"app":"files_antivirus","message":"Scanning file : \/Lab.txt","level":0,"time":"2013-12-17T18:19:08+00:00"}
+Upon upload of a clean file to the ownCloud server, the following logs will appear::
 
-{"app":"files_antivirus","message":"Response :: stream: OK\n","level":0,"time":"2013-12-17T18:19:08+00:00"}
+  {"app":"files_antivirus","message":"Scanning file : \/Lab.txt","level":0,"time":"2013-12-17T18:19:08+00:00"}
+  {"app":"files_antivirus","message":"Response :: stream: OK\n","level":0,"time":"2013-12-17T18:19:08+00:00"}
 
 
 
diff --git a/admin_manual/apps/files_encryption/File_Systems.rst b/admin_manual/apps/files_encryption/File_Systems.rst
index 6e86ca6..e0900f6 100644
--- a/admin_manual/apps/files_encryption/File_Systems.rst
+++ b/admin_manual/apps/files_encryption/File_Systems.rst
@@ -5,11 +5,11 @@ Once enabled, all files within ownCloud are encrypted, with the exceptions menti
 This includes files in local storage, as well as files contained within external storage mounts.
 
 The encryption app creates several key files/folders when enabled.
-~/data/public-keys contains the public keys for all users, and ~/data/owncloud_private_keys contains system wide private keys utilized for public link shares as well as the recovery key.
+``~/data/public-keys`` contains the public keys for all users, and ``~/data/owncloud_private_keys`` contains system wide private keys utilized for public link shares as well as the recovery key.
 
 |10000000000002C700000048F3729BAA_png|
 
-The encryption app stores key information in the ~/data/<user>/files_encryption directory.
+The encryption app stores key information in the ``~/data/<user>/files_encryption`` directory.
 
 |100000000000024400000027BEE1E4A9_png|
 
diff --git a/admin_manual/apps/files_versions/Configuration_and_storage.rst b/admin_manual/apps/files_versions/Configuration_and_storage.rst
index 6005bf9..869fed9 100644
--- a/admin_manual/apps/files_versions/Configuration_and_storage.rst
+++ b/admin_manual/apps/files_versions/Configuration_and_storage.rst
@@ -8,25 +8,20 @@ By default, the ownCloud versions app is enabled.
 To verify or disable, navigate to the apps
 page and select Versions.
 
-|10000000000004ED000000BE3B9E25D5_png|
-|1000000000000336000000F38C3FAF84_png|
-|1000000000000336000000F38C3FAF84_png|
-|1000000000000336000000F38C3FAF84_png|
 |1000000000000336000000F38C3FAF84_png|
 
 Storage
 -------
 
-Previous versions of files are stored in the
-data/<user>/files_versions
-folder.
+Previous versions of files are stored in the ``data/<user>/files_versions`` folder.
 
 |100000000000021C0000004CACBF786C_png|
 
 This directory is automatically created when the first file version is created.
 
-The naming convention of the files in this directory are
-<file_name>.v<unix_timestamp>.
+The naming convention of the files in this directory are::
+
+  <file_name>.v<unix_timestamp>
 
 |10000000000002210000002DE3BE7515_png|
 

-- 
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