From 148fdcd1664b7fa50e258b64d68af253ebdd959d Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 18 Apr 2011 00:06:42 +0200 Subject: [PATCH] Change some little sentences about CalDAV clients and servers --- pages/home.rst | 4 ++-- pages/technical_choices.rst | 26 ++++++++++++-------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/pages/home.rst b/pages/home.rst index f09e784b..4897c4ed 100644 --- a/pages/home.rst +++ b/pages/home.rst @@ -9,8 +9,8 @@ The Radicale Project is a complete CalDAV calendar server solution. It can store multiple calendars. Calendars are available from both local and distant accesses, possibly limited -through authentication policies. They can be viewed and edited by a calendar -client such as Sunbird or Evolution. +through authentication policies. They can be viewed and edited by calendar +clients on mobile phones or computers. Technical Description diff --git a/pages/technical_choices.rst b/pages/technical_choices.rst index 0dd25523..02c8ab52 100644 --- a/pages/technical_choices.rst +++ b/pages/technical_choices.rst @@ -68,14 +68,17 @@ is a good protocol, covering lots of features and use cases, but it is quite hard to implement fully. Some calendar servers have been created to follow the CalDAV RFC as much as -possible: Cosmo [#]_ and Darwin Calendar Server [#]_, for example, are much -more respectful of CalDAV and can be used with a large number of clients. They -are very good choices if you want to develop and test new CalDAV clients, or if -you have a possibly heterogeneous list of user agents. +possible: Davical [#]_, Cosmo [#]_ and Darwin Calendar Server [#]_, for +example, are much more respectful of CalDAV and can be used with a large number +of clients. They are very good choices if you want to develop and test new +CalDAV clients, or if you have a possibly heterogeneous list of user agents. The Radicale Server does not and **will not** support the CalDAV standard. It -supports the CalDAV implementation of different clients (only Sunbird 0.9+ -[#]_, Lightning 0.9+ [#]_ and Evolution [#]_ for the moment). +supports the CalDAV implementation of different clients (Lightning, Evolution, +Android and iPhone, more are coming [#]_). + +.. [#] `Davical `_, a standards-compliant calendar + server. .. [#] `Cosmo `_, the web contents and calendars sharing server build to support the Chandler Project. @@ -83,14 +86,9 @@ supports the CalDAV implementation of different clients (only Sunbird 0.9+ .. [#] `Darwin Calendar Server `_, a standards-compliant calendar server mainly developed by Apple. -.. [#] `Mozilla Sunbird `_, - a cross-platform calendar client built upon Mozilla Toolkit. - -.. [#] `Lightning `_, a - calendar plugin bringing Sunbird in Mozilla Thunderbird. - -.. [#] `Evolution `_, the default mail, - addressbook and calendaring client for Gnome. +.. [#] A feature request called `Support for additional clients + `_ is open to follow the work done to + support more clients. Simple ~~~~~~