diff --git a/pages/download.rst b/pages/download.rst index aeb4d26b..343aca07 100644 --- a/pages/download.rst +++ b/pages/download.rst @@ -28,6 +28,7 @@ Source Packages You can download the Radicale package for each release: +- `Radicale-0.5.tar.gz `_ (24 KiB) - `Radicale-0.4.tar.gz `_ (23 KiB) - `Radicale-0.3.tar.gz `_ (22 KiB) - `Radicale-0.2.tar.gz `_ (22 KiB) diff --git a/pages/home.rst b/pages/home.rst index aa496091..f09e784b 100644 --- a/pages/home.rst +++ b/pages/home.rst @@ -42,5 +42,4 @@ Supported Clients - `Mozilla Lightning `_ - `GNOME Evolution `_ - `Google Android `_ -- `Apple iCal (coming soon) `_ -- `Apple iPhone (coming soon) `_ +- `Apple iPhone `_ diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 057b8786..09f3e002 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -18,7 +18,7 @@ Dependencies ------------ Radicale is written in pure python and does not depend on any librabry. It is -known to work on Python 2.5, 2.6, 2.7, 3.0 and 3.1 [#]_. +known to work on Python from 2.5 to 3.2 [#]_. Linux users certainly have Python already installed. For Windows and MacOS users, please install Python [#]_ thanks to the adequate installer. @@ -43,8 +43,7 @@ of: - `Mozilla Lightning `_ - `GNOME Evolution `_ - `Google Android `_ -- `Apple iCal (coming soon) `_ -- `Apple iPhone (coming soon) `_ +- `Apple 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 @@ -67,23 +66,22 @@ To start Radicale CalDAV server, you have to launch the file called Starting the Client ------------------- -Sunbird or Lightning -~~~~~~~~~~~~~~~~~~~~ +Lightning +~~~~~~~~~ -After starting Sunbird or Lightning, click on ``File`` and ``New -Calendar``. Upcoming window asks you about your calendar storage. Chose a -calendar ``On the Network``, otherwise Sunbird will use its own file system -storage instead of Radicale's one and your calendar won't be remotely -accessible. +After starting Lightning, click on ``File`` and ``New Calendar``. Upcoming +window asks you about your calendar storage. Chose a calendar ``On the +Network``, otherwise Lightning will use its own file system storage instead of +Radicale's one and your calendar won't be remotely accessible. Next window asks you to provide information about remote calendar -access. Protocol used by Radicale is ``CalDAV``. A standard location for a basic -use of a Radicale calendar is ``http://localhost:5232/user/calendar/``, where -you can replace ``user`` and ``calendar`` by some strings of your +access. Protocol used by Radicale is ``CalDAV``. A standard location for a +basic use of a Radicale calendar is ``http://localhost:5232/user/calendar/``, +where you can replace ``user`` and ``calendar`` by some strings of your choice. Calendars are automatically created if needed. You can now customize your calendar by giving it a nickname and a color. This -is only used by Sunbird to identify calendars among others. +is only used by Lightning to identify calendars among others. If no warning sign appears next to the calendar name, you can now add events and tasks to your calendar. All events and tasks are stored in the server, they @@ -110,17 +108,12 @@ Click on ``OK``, and your calendar should be ready for use. Android ~~~~~~~ -*Coming soon* +*To be written* iPhone ~~~~~~ -*Coming soon* - -iCal -~~~~ - -*Coming soon* +*To be written* Complex Configuration