Unrud 11c5dfdb53 Improve handling of XML requests and responses
* Move parsing/serialization of XML requests/responses from ``xmlutils.py`` to ``__init__.py``.
  * Log XML requests/responses in pretty-printed form.
      * Previously only the responses were logged in readable form. This is useful for debugging.
      * The XML documents are only converted for pretty-printing if debugging is enabled (it's expensive)
  * Send XML responses in minimized form to clients.
  * Add **encoding** attribute to XML declaration in XML response.
  * Only decode XML requests once. (Previously they were decoded, encoded and decoded again.)
2017-05-30 09:15:51 +02:00
2017-05-27 17:28:07 +02:00
2017-02-26 15:50:02 +01:00
2017-05-24 17:03:48 +02:00
2009-09-01 15:59:18 +02:00
2016-06-29 18:45:35 +02:00
2016-04-10 02:09:20 +02:00
2017-05-27 18:10:46 +02:00
2017-05-27 17:28:07 +02:00
2017-05-27 17:28:07 +02:00
2017-05-27 17:28:07 +02:00
2013-08-12 18:36:55 +02:00
2013-08-12 18:36:55 +02:00
2017-05-27 17:28:07 +02:00
2015-09-14 11:49:34 +02:00

Radicale is a free and open-source CalDAV and CardDAV 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%