mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
News and download pages updated according to the 0.2 version.
This commit is contained in:
parent
d3f339e6f6
commit
ed0e3659c5
2 changed files with 44 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
||||||
Download
|
Download
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
PyPI
|
||||||
|
====
|
||||||
|
|
||||||
|
Radicale is available on PyPI. To install, just type as superuser::
|
||||||
|
|
||||||
|
easy_install radicale
|
||||||
|
|
||||||
Git Repository
|
Git Repository
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@ -14,6 +21,7 @@ the `git repository on Gitorious
|
||||||
Source Packages
|
Source Packages
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
- `Radicale-0.2.tar.gz </src/radicale/Radicale-0.2.tar.gz>`_
|
||||||
- `Radicale-0.1.tar.gz </src/radicale/Radicale-0.1.tar.gz>`_
|
- `Radicale-0.1.tar.gz </src/radicale/Radicale-0.1.tar.gz>`_
|
||||||
|
|
||||||
Linux Distribution Packages
|
Linux Distribution Packages
|
||||||
|
|
36
news.rst
36
news.rst
|
@ -2,6 +2,36 @@
|
||||||
News
|
News
|
||||||
======
|
======
|
||||||
|
|
||||||
|
Tuesday, April 13, 2010
|
||||||
|
=======================
|
||||||
|
|
||||||
|
Radicale 0.2 is out! Here is what’s new:
|
||||||
|
|
||||||
|
0.2 - Snowflakes
|
||||||
|
----------------
|
||||||
|
|
||||||
|
* Sunbird pre-1.0 support
|
||||||
|
* SSL connection
|
||||||
|
* Htpasswd authentication
|
||||||
|
* Daemon mode
|
||||||
|
* User configuration
|
||||||
|
* Twisted dependency removed
|
||||||
|
* Python 3 support
|
||||||
|
* Real URLs for PUT and DELETE
|
||||||
|
* Concurrent modification reported to users
|
||||||
|
* Many bugs fixed by Roger Wenham
|
||||||
|
|
||||||
|
First of all, we would like to thank Roger Wenham for his bugfixes and his
|
||||||
|
supercool words.
|
||||||
|
|
||||||
|
You may have noticed that Sunbird 1.0 has not been released, but according to
|
||||||
|
the Mozilla developpers, 1.0pre is something like a final version.
|
||||||
|
|
||||||
|
You may have noticed too that Radicale can be `downloaded from PyPI
|
||||||
|
<http://pypi.python.org/pypi/Radicale/0.2>`_. Of course, it is also available
|
||||||
|
on the `download page </download>`_.
|
||||||
|
|
||||||
|
|
||||||
Thursday, January 21, 2010
|
Thursday, January 21, 2010
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
@ -20,6 +50,7 @@ Authentication
|
||||||
authentication) and ``htpasswd`` (authentication with an ``htpasswd`` file
|
authentication) and ``htpasswd`` (authentication with an ``htpasswd`` file
|
||||||
created by the Apache tool). More methods such as LDAP are coming soon!
|
created by the Apache tool). More methods such as LDAP are coming soon!
|
||||||
|
|
||||||
|
|
||||||
Friday, January 15, 2010
|
Friday, January 15, 2010
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
@ -28,6 +59,7 @@ Radicale now works with Python 3! The code was given a small cleanup, with some
|
||||||
simplifications mainly about encoding. Before the 0.1.1 release, feel free to
|
simplifications mainly about encoding. Before the 0.1.1 release, feel free to
|
||||||
test the git repository, all Python versions from 2.5 should be OK.
|
test the git repository, all Python versions from 2.5 should be OK.
|
||||||
|
|
||||||
|
|
||||||
Monday, January 11, 2010
|
Monday, January 11, 2010
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
@ -35,6 +67,7 @@ Good news! Radicale 0.1.1 will support Sunbird 1.0, but it has another great
|
||||||
feature: it has no external dependency! Twisted is no longer required for the
|
feature: it has no external dependency! Twisted is no longer required for the
|
||||||
git version, removing about 50 lines of code.
|
git version, removing about 50 lines of code.
|
||||||
|
|
||||||
|
|
||||||
Thursday, December 31, 2009
|
Thursday, December 31, 2009
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -43,6 +76,7 @@ Lightning/Sunbird 1.0b2pre is out, adding minor changes in CalDAV support. A
|
||||||
Radicale work with versions 0.9, 1.0b1 et 1.0b2. Moreover, etags are now quoted
|
Radicale work with versions 0.9, 1.0b1 et 1.0b2. Moreover, etags are now quoted
|
||||||
according to the :RFC:`2616`.
|
according to the :RFC:`2616`.
|
||||||
|
|
||||||
|
|
||||||
Wednesday, December 9, 2009
|
Wednesday, December 9, 2009
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -53,6 +87,7 @@ Lightning/Sunbird 1.0 should be released in a few days. The `last commit in git
|
||||||
work with versions 0.9 and 1.0b1pre. Radicale 0.1.1 will soon be released
|
work with versions 0.9 and 1.0b1pre. Radicale 0.1.1 will soon be released
|
||||||
adding support for version 1.0.
|
adding support for version 1.0.
|
||||||
|
|
||||||
|
|
||||||
Tuesday, September 1, 2009
|
Tuesday, September 1, 2009
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
@ -75,6 +110,7 @@ Radicale code has been released on Gitorious! Take a look at the `Radicale main
|
||||||
page on Gitorious <http://www.gitorious.org/radicale>`_ to view and download
|
page on Gitorious <http://www.gitorious.org/radicale>`_ to view and download
|
||||||
source code.
|
source code.
|
||||||
|
|
||||||
|
|
||||||
Monday, July 27, 2009
|
Monday, July 27, 2009
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue