diff --git a/pages/project_description.rst b/pages/project_description.rst index 39155204..9547c3be 100644 --- a/pages/project_description.rst +++ b/pages/project_description.rst @@ -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 ==================================== diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 301ef4e4..2569303a 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -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 -`_ and choose the latest +- `Mozilla Lightning `_ +- `GNOME Evolution `_ +- `Google Android `_ +- `Apple iCal (coming soon) `_ +- `Apple iPhone (coming soon) `_ + +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 +`_ 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 =====================