mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
News and download pages updated according to the 0.3 version.
This commit is contained in:
parent
3cba9d6909
commit
cd50a1336d
3 changed files with 30 additions and 4 deletions
|
@ -28,8 +28,9 @@ Source Packages
|
||||||
|
|
||||||
You can download the Radicale package for each release:
|
You can download the Radicale package for each release:
|
||||||
|
|
||||||
- `Radicale-0.2.tar.gz </src/radicale/Radicale-0.2.tar.gz>`_
|
- `Radicale-0.3.tar.gz </src/radicale/Radicale-0.3.tar.gz>`_ (22 kio)
|
||||||
- `Radicale-0.1.tar.gz </src/radicale/Radicale-0.1.tar.gz>`_
|
- `Radicale-0.2.tar.gz </src/radicale/Radicale-0.2.tar.gz>`_ (22 kio)
|
||||||
|
- `Radicale-0.1.tar.gz </src/radicale/Radicale-0.1.tar.gz>`_ (20 kio)
|
||||||
|
|
||||||
Linux Distribution Packages
|
Linux Distribution Packages
|
||||||
===========================
|
===========================
|
||||||
|
|
24
news.rst
24
news.rst
|
@ -2,6 +2,30 @@
|
||||||
News
|
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 <http://bugs.gentoo.org/show_bug.cgi?id=322811>`_ 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
|
Monday, May 31, 2010
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@ The server configuration can be modified in ``/etc/radicale.conf`` or in
|
||||||
main parameters::
|
main parameters::
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
# CalDAV server hostname, empty means all hostnames
|
# CalDAV server hostname, empty for all hostnames
|
||||||
host =
|
host =
|
||||||
# CalDAV server port
|
# CalDAV server port
|
||||||
port = 5232
|
port = 5232
|
||||||
|
@ -155,7 +155,8 @@ main parameters::
|
||||||
encryption = crypt
|
encryption = crypt
|
||||||
|
|
||||||
[storage]
|
[storage]
|
||||||
# Folder for storing local calendars, created in not present
|
# Folder for storing local calendars,
|
||||||
|
# created if not present
|
||||||
folder = ~/.config/radicale/calendars
|
folder = ~/.config/radicale/calendars
|
||||||
|
|
||||||
This configuration file is read each time the server is launched. If some
|
This configuration file is read each time the server is launched. If some
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue