[Pkg-owncloud-commits] [owncloud-doc] 16/95: Fix image ref

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 21:41:37 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 b2765fdebfca985323370d0092e2323f4c7983ce
Author: Daniel Molkentin <daniel at molkentin.de>
Date:   Wed Mar 5 21:15:14 2014 +0100

    Fix image ref
---
 .../apps/files_encryption/File_Systems.rst         | 70 ++++++++++------------
 1 file changed, 32 insertions(+), 38 deletions(-)

diff --git a/admin_manual/apps/files_encryption/File_Systems.rst b/admin_manual/apps/files_encryption/File_Systems.rst
index e0900f6..bff8550 100644
--- a/admin_manual/apps/files_encryption/File_Systems.rst
+++ b/admin_manual/apps/files_encryption/File_Systems.rst
@@ -7,59 +7,53 @@ This includes files in local storage, as well as files contained within external
 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.
 
-|10000000000002C700000048F3729BAA_png|
+.. code-block:: console
+
+  root at server:/var/www/owncloud/data# ls
+  files_encryption/  mount.json  owncloud.log           public-keys/ yogi/
+  index.html         oc6admin/   owncloud_private_key/  user1/
 
 The encryption app stores key information in the ``~/data/<user>/files_encryption`` directory.
 
-|100000000000024400000027BEE1E4A9_png|
+.. code-block:: console
+
+  root at server:/var/www/owncloud/data/user1/encryption# ls
+  keyfiles/ user1.private.key share-keys/
 
 As mentioned previously, the private key is generated from the user’s password.
 
 Each file that the user owns will have a corresponding keyfile maintained in the keyfiles directory.
 
-|100000000000026E0000003672ADCB6E_png|
+.. code-block:: console
+
+  root at server:/var/www/owncloud/data/user1/files_encryption/keyfiles# ls
+  documents/ ownCloud undelete.docx.key photos/
+  music/     ownCloudUserManual.pdf.key test encryption.txt.key
 
 In addition a share key will be generated for each file in the event that there is an external storage mount by the admin for multiple users or groups.
 
-|100000000000029F000000B8A83D0275_png|
+.. code-block:: console
+
+  root at server:/var/www/owncloud/data/user1/files_encryption/share-keys# ls
+  documents/
+  music/
+  ownCloud undelete.docx.recovery_5dcce10a.shareKey
+  ownCloud undelete.docx.user1.shareKey
+  ownCloudUserManual.pdf.recovery_5dcce10a.shareKey
+  ownCloudUserManual.pdf.user1.shareKey
+  photos/
+  test encryption.txt.recovery_5dcce10a.shareKey
+  test encryption.txt.user1.shareKey
+  ...
 
 When viewing a file directly on the ownCloud data directory, it will show up as encrypted.
 
-|10000000000002B30000003A5B960711_png|
+.. code-block:: console
 
+  root at server:/var/www/owncloud/data/user1/files# more test\ encryption.txt
+  2JnmDdDh//8FVcDhLrnD1WH0JjhrzKpFKV6V61pAfUCu9IJX00iv007Yw3Tf/QBbtJFpQFxx
+  
 However, viewing the same file via the browser, the actual contents of the file are displayed.
 
-|10000000000001A40000006C954442CE_png|
-
-
-
-
-.. |10000000000002C700000048F3729BAA_png| image:: images/10000000000002C700000048F3729BAA.png
-    :width: 6.5in
-    :height: 0.6583in
-
-
-.. |100000000000024400000027BEE1E4A9_png| image:: images/100000000000024400000027BEE1E4A9.png
-    :width: 6.0417in
-    :height: 0.4063in
-
-
-.. |100000000000029F000000B8A83D0275_png| image:: images/100000000000029F000000B8A83D0275.png
-    :width: 6.5in
-    :height: 1.7819in
-
-
-.. |100000000000026E0000003672ADCB6E_png| image:: images/100000000000026E0000003672ADCB6E.png
-    :width: 6.4791in
-    :height: 0.5626in
-
-
-.. |10000000000001A40000006C954442CE_png| image:: images/10000000000001A40000006C954442CE.png
-    :width: 4.3752in
-    :height: 1.1252in
-
-
-.. |10000000000002B30000003A5B960711_png| image:: images/10000000000002B30000003A5B960711.png
-    :width: 6.5in
-    :height: 0.5457in
+.. image:: images/edit_encrypted_file.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