[Pkg-owncloud-commits] [owncloud-client] 142/164: Doc: Formatting fixes

Sandro Knauß hefee-guest at moszumanska.debian.org
Sun Mar 22 11:57:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 286ad0c478094c9b5c4d7c6905b40ea5dafaa095
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Mar 12 16:59:12 2015 +0100

    Doc: Formatting fixes
---
 doc/architecture.rst | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/doc/architecture.rst b/doc/architecture.rst
index 03ca326..77022c4 100644
--- a/doc/architecture.rst
+++ b/doc/architecture.rst
@@ -216,9 +216,10 @@ This chapter describes additional xml elemeents which the server returns in resp
 to a successful PROPFIND request on a file or directory. The elemnts are returned in
 the namespace oc.
 
-###Server Side  Permissions
+Server Side  Permissions
+------------------------
 
-The XML element <oc:permissions> represents the permission- and sharing state of the
+The XML element ``<oc:permissions>`` represents the permission- and sharing state of the
 item. It is a list of characters, and each of the chars has a meaning as outlined
 in the table below:
 
@@ -245,29 +246,26 @@ in the table below:
 +---+----------------+-------------------------------------------|
 
 Example:
-```
-        <oc:permissions>RDNVCK</oc:permissions>
-```
 
-###File- or Directory Size
+  <oc:permissions>RDNVCK</oc:permissions>
+
+File- or Directory Size
+-----------------------
 
-The XML element <oc:size> represents the file- or directory size in bytes. For
+The XML element ``<oc:size>`` represents the file- or directory size in bytes. For
 directories, the size of the whole file tree underneath the directory is accumulated.
 
 Example:
-```
-        <oc:size>2429176697</oc:size>
-```
 
-###FileID
+  <oc:size>2429176697</oc:size>
 
+FileID
+------
 
-The XML element <oc:id> represents the so called file ID. It is a non volatile string id
+The XML element ``<oc:id>`` represents the so called file ID. It is a non volatile string id
 that stays constant as long as the file exists. It is not changed if the file changes or
 is renamed or moved.
 
-
 Example:
-```
-        <oc:id>00000020oc5cfy6qqizm</oc:id>
-```
+
+  <oc:id>00000020oc5cfy6qqizm</oc:id>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list