Adapted fork of radicale
Go to file
Guillaume Ayoub e7ba2ab78b Register XML namespaces cleanly with Python 2.7+ and 3.2+
The old code was relying on a largely used but private variable.
Moreover, it was bugged with the empty string for "D", adding ":"
instead of nothing at the beginning of tag names with Python 2.6,
3.0 and 3.1, breaking at least the Lightning support.

This new code still relies on the private variable for old
Python versions, but uses the good-way™ for actual and future
versions. No default namespace is used for old versions, but
that's not that bad.
2011-05-13 22:03:50 +02:00
radicale Register XML namespaces cleanly with Python 2.7+ and 3.2+ 2011-05-13 22:03:50 +02:00
.gitignore Ignore *.pyc in git. 2010-01-18 10:49:13 +01:00
config Pretty formatting and filtering of environment variables. 2011-05-11 17:09:44 +02:00
COPYING Adding package documentation files 2009-09-01 15:59:18 +02:00
logging Minor typo fix in the logging configuration file 2011-05-13 10:40:25 +02:00
MANIFEST.in Add the config file in the MANIFEST 2010-08-07 23:34:10 +02:00
NEWS Drop Python 2.5 support 2011-05-11 06:21:35 +02:00
radicale.fcgi Add a default FastCGI executable (closes #179) 2011-05-01 19:09:02 +02:00
radicale.py logging and debugging fixes 2011-05-09 16:43:41 +02:00
README Adding package documentation files 2009-09-01 15:59:18 +02:00
setup.py Drop Python 2.5 support 2011-05-11 06:21:35 +02:00
TODO Update news and todo files 2011-05-01 19:23:24 +02:00

==========================
 Radicale - CalDAV Server
==========================

--------
 README
--------

The Radicale Project is a free and open-source CalDAV calendar server.

For complete documentation, please visit the `Radicale online documentation
<http://www.radicale.org/documentation>`_