From cd50a1336d79189a6e0ce815bd215c50ec1361b0 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 14 Jun 2010 20:17:20 +0200 Subject: [PATCH] News and download pages updated according to the 0.3 version. --- download.rst | 5 +++-- news.rst | 24 ++++++++++++++++++++++++ user_documentation.rst | 5 +++-- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/download.rst b/download.rst index 44dd2d62..50f04a6c 100644 --- a/download.rst +++ b/download.rst @@ -28,8 +28,9 @@ Source Packages You can download the Radicale package for each release: -- `Radicale-0.2.tar.gz `_ -- `Radicale-0.1.tar.gz `_ +- `Radicale-0.3.tar.gz `_ (22 kio) +- `Radicale-0.2.tar.gz `_ (22 kio) +- `Radicale-0.1.tar.gz `_ (20 kio) Linux Distribution Packages =========================== diff --git a/news.rst b/news.rst index 9f0c3688..29b7e762 100644 --- a/news.rst +++ b/news.rst @@ -2,6 +2,30 @@ News ====== +Monday, June 14, 2010 +===================== + +Radicale 0.3 is out! Here is what’s new: + +0.3 - Dancing Flowers +--------------------- + +* Evolution support +* Version management + +The website changed a little bit too, with some small HTML5 and CSS3 features +such as articles, sections, transitions, opacity, box shadows and rounded +corners. If you’re reading this website with Internet Explorer, you should +consider using a standard-compliant browser! + +Radicale is now included in Squeeze, the testing branch of Debian. A `Radicale +ebuild for Gentoo `_ has been +proposed too. If you want to package Radicale for another distribution, you’re +welcome! + +Next step is 0.5, with calendar collections, and Windows and MacOS support. + + Monday, May 31, 2010 ==================== diff --git a/user_documentation.rst b/user_documentation.rst index ad512654..cedd846f 100644 --- a/user_documentation.rst +++ b/user_documentation.rst @@ -125,7 +125,7 @@ The server configuration can be modified in ``/etc/radicale.conf`` or in main parameters:: [server] - # CalDAV server hostname, empty means all hostnames + # CalDAV server hostname, empty for all hostnames host = # CalDAV server port port = 5232 @@ -155,7 +155,8 @@ main parameters:: encryption = crypt [storage] - # Folder for storing local calendars, created in not present + # Folder for storing local calendars, + # created if not present folder = ~/.config/radicale/calendars This configuration file is read each time the server is launched. If some