1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Change some little sentences about CalDAV clients and servers

This commit is contained in:
Guillaume Ayoub 2011-04-18 00:06:42 +02:00
parent 311f5a9174
commit 148fdcd166
2 changed files with 14 additions and 16 deletions

View file

@ -9,8 +9,8 @@ The Radicale Project is a complete CalDAV calendar server solution. It can
store multiple calendars. store multiple calendars.
Calendars are available from both local and distant accesses, possibly limited Calendars are available from both local and distant accesses, possibly limited
through authentication policies. They can be viewed and edited by a calendar through authentication policies. They can be viewed and edited by calendar
client such as Sunbird or Evolution. clients on mobile phones or computers.
Technical Description Technical Description

View file

@ -68,14 +68,17 @@ is a good protocol, covering lots of features and use cases, but it is quite
hard to implement fully. hard to implement fully.
Some calendar servers have been created to follow the CalDAV RFC as much as Some calendar servers have been created to follow the CalDAV RFC as much as
possible: Cosmo [#]_ and Darwin Calendar Server [#]_, for example, are much possible: Davical [#]_, Cosmo [#]_ and Darwin Calendar Server [#]_, for
more respectful of CalDAV and can be used with a large number of clients. They example, are much more respectful of CalDAV and can be used with a large number
are very good choices if you want to develop and test new CalDAV clients, or if of clients. They are very good choices if you want to develop and test new
you have a possibly heterogeneous list of user agents. 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 The Radicale Server does not and **will not** support the CalDAV standard. It
supports the CalDAV implementation of different clients (only Sunbird 0.9+ supports the CalDAV implementation of different clients (Lightning, Evolution,
[#]_, Lightning 0.9+ [#]_ and Evolution [#]_ for the moment). Android and iPhone, more are coming [#]_).
.. [#] `Davical <http://www.davical.org/>`_, a standards-compliant calendar
server.
.. [#] `Cosmo <http://chandlerproject.org/Projects/CosmoHome>`_, the web .. [#] `Cosmo <http://chandlerproject.org/Projects/CosmoHome>`_, the web
contents and calendars sharing server build to support the Chandler Project. 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 <http://trac.calendarserver.org/>`_, a .. [#] `Darwin Calendar Server <http://trac.calendarserver.org/>`_, a
standards-compliant calendar server mainly developed by Apple. standards-compliant calendar server mainly developed by Apple.
.. [#] `Mozilla Sunbird <http://www.mozilla.org/projects/calendar/sunbird/>`_, .. [#] A feature request called `Support for additional clients
a cross-platform calendar client built upon Mozilla Toolkit. <http://redmine.kozea.fr/issues/55>`_ is open to follow the work done to
support more clients.
.. [#] `Lightning <http://www.mozilla.org/projects/calendar/lightning/>`_, a
calendar plugin bringing Sunbird in Mozilla Thunderbird.
.. [#] `Evolution <http://projects.gnome.org/evolution/>`_, the default mail,
addressbook and calendaring client for Gnome.
Simple Simple
~~~~~~ ~~~~~~