File README.md

Last commit: Thu Nov 7 22:57:49 2019 +0100	Jan Dankert	Documentation.
1 2 WebDAV for OpenRat CMS 3 === 4 5 About 6 --- 7 8 This is a WebDAV-Client for the [OpenRat Content Management System](http://www.openrat.de). 9 10 OpenRat is a statifying web content management system. 11 12 This client makes it possible for file browsers to access the virtual CMS directories. This makes it easy to exchange files and folders. 13 14 **The virtual CMS file system is accessable via a standard DAV client** 15 16 Installation 17 --- 18 - Edit the file dav.ini for your needs. 19 - point your DAV client to the dav.php 20 21 What is WebDAV? 22 --- 23 See [wikipedia.org - WebDAV](https://en.wikipedia.org/wiki/WebDAV) 24 25 WebDAV is specified in [RFC 2518](http://www.ietf.org/rfc/rfc2518.txt). 26 27 Implementation details 28 --- 29 Implemented is DAV level 1 (means: no locks). 30 31 This client is using the API from OpenRat CMS. 32 33 Following impliciments: 34 - Login only with username/password 35 - Only 1 database connection 36 - No page editing
Download README.md
History Thu, 7 Nov 2019 22:57:49 +0100 Jan Dankert Documentation. Mon, 15 Apr 2019 23:02:33 +0200 Jan Dankert moved from repository openrat-cms into this fresh new repository.