1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

Fix the table in the technical choices.

This commit is contained in:
Guillaume Ayoub 2010-06-16 02:56:31 +02:00
parent cd50a1336d
commit a60ed926af

View file

@ -135,19 +135,19 @@ General Architecture
Here is a simple overview of the global architecture for reaching a
calendar through network:
+-----------+-----------------+---------------------+
+-----------+---------------------+--------------------------+
| Part | Layer | Protocol or Format |
+===========+=================+=====================+
| Server | Calendar Store | iCal |
| +-----------------+---------------------+
+===========+=====================+==========================+
| Server | Calendar Storage | iCal |
| +---------------------+--------------------------+
| | Calendar Server | CalDAV Server |
+-----------+-----------------+---------------------+
+-----------+---------------------+--------------------------+
| Transfert | Network | CalDAV (HTTP + TLS) |
+-----------+-----------------+---------------------+
+-----------+---------------------+--------------------------+
| Client | Calendar Client | CalDAV Client |
| +-----------------+---------------------+
| +---------------------+--------------------------+
| | GUI | Terminal, GTK, etc. |
+-----------+-----------------+---------------------+
+-----------+---------------------+--------------------------+
The Radical Project is **only the server part** of this architecture.