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:
parent
cd50a1336d
commit
a60ed926af
1 changed files with 13 additions and 13 deletions
|
@ -135,19 +135,19 @@ General Architecture
|
||||||
Here is a simple overview of the global architecture for reaching a
|
Here is a simple overview of the global architecture for reaching a
|
||||||
calendar through network:
|
calendar through network:
|
||||||
|
|
||||||
+-----------+-----------------+---------------------+
|
+-----------+---------------------+--------------------------+
|
||||||
| Part | Layer | Protocol or Format |
|
| Part | Layer | Protocol or Format |
|
||||||
+===========+=================+=====================+
|
+===========+=====================+==========================+
|
||||||
| Server | Calendar Store | iCal |
|
| Server | Calendar Storage | iCal |
|
||||||
| +-----------------+---------------------+
|
| +---------------------+--------------------------+
|
||||||
| | Calendar Server | CalDAV Server |
|
| | Calendar Server | CalDAV Server |
|
||||||
+-----------+-----------------+---------------------+
|
+-----------+---------------------+--------------------------+
|
||||||
| Transfert | Network | CalDAV (HTTP + TLS) |
|
| Transfert | Network | CalDAV (HTTP + TLS) |
|
||||||
+-----------+-----------------+---------------------+
|
+-----------+---------------------+--------------------------+
|
||||||
| Client | Calendar Client | CalDAV Client |
|
| Client | Calendar Client | CalDAV Client |
|
||||||
| +-----------------+---------------------+
|
| +---------------------+--------------------------+
|
||||||
| | GUI | Terminal, GTK, etc. |
|
| | GUI | Terminal, GTK, etc. |
|
||||||
+-----------+-----------------+---------------------+
|
+-----------+---------------------+--------------------------+
|
||||||
|
|
||||||
The Radical Project is **only the server part** of this architecture.
|
The Radical Project is **only the server part** of this architecture.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue