1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Document features of the development version

This commit is contained in:
Unrud 2017-06-07 21:39:54 +02:00
parent 200a9cc40b
commit 326859e53e
5 changed files with 143 additions and 5 deletions

View file

@ -62,6 +62,14 @@ The module must contain a class `Rights` that extends
`radicale.rights.BaseRights`. Take a look at the file `radicale/rights.py` in
Radicale's source code for more information.
## Web plugins
(This feature is only available in the development version!)
This plugin type is used to provide the web interface for Radicale.
The module must contain a class `Web` that extends
`radicale.web.BaseWeb`. Take a look at the file `radicale/web.py` in
Radicale's source code for more information.
## Storage plugins
This plugin is used to store collections and items.
The module must contain a class `Collection` that extends