From: Klaas Freitag Date: Thu, 12 Mar 2015 15:59:12 +0000 (+0100) Subject: Doc: Formatting fixes X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1895^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=286ad0c478094c9b5c4d7c6905b40ea5dafaa095;p=nextcloud-desktop.git Doc: Formatting fixes --- diff --git a/doc/architecture.rst b/doc/architecture.rst index 03ca326d5..77022c4cc 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 represents the permission- and sharing state of the +The XML element ```` 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: -``` - RDNVCK -``` -###File- or Directory Size + RDNVCK + +File- or Directory Size +----------------------- -The XML element represents the file- or directory size in bytes. For +The XML element ```` represents the file- or directory size in bytes. For directories, the size of the whole file tree underneath the directory is accumulated. Example: -``` - 2429176697 -``` -###FileID + 2429176697 +FileID +------ -The XML element represents the so called file ID. It is a non volatile string id +The XML element ```` 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: -``` - 00000020oc5cfy6qqizm -``` + + 00000020oc5cfy6qqizm