1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Update documentation for 2.1.0

This commit is contained in:
Unrud 2017-06-25 11:02:36 +02:00
parent 87c9d54bc0
commit ee68ca343a
7 changed files with 19 additions and 48 deletions

View file

@ -69,8 +69,6 @@ The module must contain a class `Rights` that extends
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