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

Add web module to architecture overview

This commit is contained in:
Unrud 2017-09-20 17:09:44 +02:00
parent 0c4f6162a2
commit 41a87befe5

View file

@ -72,7 +72,7 @@ icons and buttons, a terminal or another web application.
## Code Architecture ## Code Architecture
The ``radicale`` package offers 8 modules. The ``radicale`` package offers 9 modules.
`__main__` `__main__`
: The main module provides a simple function called run. Its main work is to : The main module provides a simple function called run. Its main work is to
@ -123,3 +123,6 @@ The ``radicale`` package offers 8 modules.
Radicale, and the class storing these collections and items in your Radicale, and the class storing these collections and items in your
filesystem. Other storage classes can inherit from the base class in this filesystem. Other storage classes can inherit from the base class in this
file and be provided as plugins. file and be provided as plugins.
`web`
: This module contains the web interface.