From a60ed926af3f95589fcf775403ef5e94c8614c3e Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 16 Jun 2010 02:56:31 +0200 Subject: [PATCH] Fix the table in the technical choices. --- technical_choices.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/technical_choices.rst b/technical_choices.rst index 7d48b31f..fa2a7b1a 100644 --- a/technical_choices.rst +++ b/technical_choices.rst @@ -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 | -| +-----------------+---------------------+ -| | Calendar Server | CalDAV Server | -+-----------+-----------------+---------------------+ -| Transfert | Network | CalDAV (HTTP + TLS) | -+-----------+-----------------+---------------------+ -| Client | Calendar Client | CalDAV Client | -| +-----------------+---------------------+ -| | GUI | Terminal, GTK, etc. | -+-----------+-----------------+---------------------+ ++-----------+---------------------+--------------------------+ +| Part | Layer | Protocol or Format | ++===========+=====================+==========================+ +| 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.