1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

Update documentations to reflect the support of new clients

This commit is contained in:
Guillaume Ayoub 2011-01-26 02:35:52 +01:00
parent b9c2d0ad8a
commit ff5d289c6c
2 changed files with 37 additions and 41 deletions

View file

@ -35,35 +35,6 @@ Data can be encrypted by SSL, and their access can be restricted thanks to
different authentication methods.
What Radicale will Be
=====================
Calendar Access Rights Manager
------------------------------
Different users, identified by authentification, can have different
rights of reading, creating, modifying and deleting calendars. These
rights are defined through the administration interfaces.
Calendar Server Console-Based Administration Interface
------------------------------------------------------
This is a console-based interface to add and remove calendars and manage
rights, useful for remote servers.
Calendar Server Web-Based Administration Interface
--------------------------------------------------
This is a web-based interface to add and remove calendars and manage
rights, useful for remote servers.
Calendar Server Graphical Administration Interface
--------------------------------------------------
This is a toolkit-based (GTK+, Qt, whatever…) interface to add and remove
calendars and manage rights, useful for local servers.
What Radicale Is not and will not Be
====================================

View file

@ -38,27 +38,37 @@ CalDAV Clients
--------------
At this time Radicale has been tested and works fine with the latests version
of Mozilla Sunbird (versions 0.9+), Mozilla Lightning (0.9+), and Evolution
(2.30+). More clients will be supported in the future. However, it may work
with any calendar client which implements CalDAV specifications too (luck is
highly recommanded).
of:
To download Sunbird, go to the `Sunbird project website
<http://www.mozilla.org/projects/calendar/sunbird/>`_ and choose the latest
- `Mozilla Lightning <http://www.mozilla.org/projects/calendar/lightning/>`_
- `GNOME Evolution <http://projects.gnome.org/evolution/>`_
- `Google Android <http://www.android.com/>`_
- `Apple iCal (coming soon) <http://www.apple.com/support/ical/>`_
- `Apple iPhone (coming soon) <http://www.apple.com/iphone/>`_
More clients will be supported in the future. However, it may work with any
calendar client which implements CalDAV specifications too (luck is highly
recommanded).
To download Lightning, go to the `Lightning project website
<http://www.mozilla.org/projects/calendar/lightning/>`_ and choose the latest
version. Follow the instructions depending on your operating system.
Simple Usage
============
Starting Server
---------------
Starting the Server
-------------------
To start Radicale CalDAV server, you have to launch the file called
``radicale.py`` located in the root folder of the software package.
Using Sunbird or Lightning
--------------------------
Starting the Client
-------------------
Sunbird or Lightning
~~~~~~~~~~~~~~~~~~~~
After starting Sunbird or Lightning, click on ``File`` and ``New
Calendar``. Upcoming window asks you about your calendar storage. Chose a
@ -80,8 +90,8 @@ and tasks to your calendar. All events and tasks are stored in the server, they
can be accessed and modified from multiple clients by multiple users at the
same time.
Using Evolution
---------------
Evolution
~~~~~~~~~
First of all, show the calendar page in Evolution by clicking on the calendar
icon at the bottom of the side pane. Then add a new calendar by choosing in the
@ -97,6 +107,21 @@ for Evolution and are not uploaded.
Click on ``OK``, and your calendar should be ready for use.
Android
~~~~~~~
*Coming soon*
iPhone
~~~~~~
*Coming soon*
iCal
~~~~
*Coming soon*
Complex Configuration
=====================