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
2010-01-18 10:49:13 +01:00
2009-09-01 15:59:18 +02:00
2011-05-11 06:21:35 +02:00
2011-05-09 16:43:41 +02:00
2009-09-01 15:59:18 +02:00
2011-05-11 06:21:35 +02:00
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>`_
Description
Adapted fork of radicale
Readme 3 MiB
Languages
Python 90.4%
JavaScript 8.3%
HTML 1.2%
Dockerfile 0.1%