openrat-webdav

git clone http://git.code.weiherhei.de/openrat-webdav.git
Log | Files | Refs

commit c2602d9b18e258b804d6414ac62bf66bbf5990da
parent bce4642948d232cfaf42ca060a8f2acece6362a6
Author: Jan Dankert <develop@jandankert.de>
Date:   Thu,  7 Nov 2019 22:57:49 +0100

Documentation.

Diffstat:
README.md | 34++++++++++++++++++++++++++++------
1 file changed, 28 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -1,14 +1,36 @@ -WebDAV für OpenRat Content Management System +WebDAV for OpenRat CMS === -**The virtual CMS file system is accessable via a DAV client** +About +--- + +This is a WebDAV-Client for the [OpenRat Content Management System](http://www.openrat.de). + +OpenRat is a statifying web content management system. + +This client makes it possible for file browsers to access the virtual CMS directories. This makes it easy to exchange files and folders. +**The virtual CMS file system is accessable via a standard DAV client** + +Installation +--- +- Edit the file dav.ini for your needs. +- point your DAV client to the dav.php + +What is WebDAV? +--- +See [wikipedia.org - WebDAV](https://en.wikipedia.org/wiki/WebDAV) + WebDAV is specified in [RFC 2518](http://www.ietf.org/rfc/rfc2518.txt). -Implemented is DAV level 1 (without Locks). +Implementation details +--- +Implemented is DAV level 1 (means: no locks). + +This client is using the API from OpenRat CMS. Following impliciments: - Login only with username/password -- Only 1 database -- DAV-client must support cookies (the most clients should)- \ No newline at end of file +- Only 1 database connection +- No page editing+ \ No newline at end of file