Update some docs to new config format

This commit is contained in:
Markus Unterwaditzer 2014-12-20 00:13:26 +01:00
parent 3101572440
commit ecb40579df

View file

@ -59,12 +59,12 @@ neither supported nor encouraged.
- `Versions of Radicale older than 0.9b1 choke on RFC-conform queries for all - `Versions of Radicale older than 0.9b1 choke on RFC-conform queries for all
items of a collection <https://github.com/Kozea/Radicale/issues/143>`_. items of a collection <https://github.com/Kozea/Radicale/issues/143>`_.
Vdirsyncer's default value ``'VTODO, VEVENT'`` for Vdirsyncer's default value ``["VTODO", "VEVENT"]'`` for
:py:class:`vdirsyncer.storage.CaldavStorage`'s ``item_types`` parameter will :py:class:`vdirsyncer.storage.CaldavStorage`'s ``item_types`` parameter will
work fine with these versions, and so will all values, except for the empty work fine with these versions, and so will all values, except for the empty
one. one.
The empty value ``''`` will get vdirsyncer to send a single HTTP request to The empty list ``[]`` will get vdirsyncer to send a single HTTP request to
fetch all items, instead of one HTTP request for each possible item type. As fetch all items, instead of one HTTP request for each possible item type. As
the linked issue describes, old versions of Radicale expect a the linked issue describes, old versions of Radicale expect a
non-RFC-compliant format for such queries, one which vdirsyncer doesn't non-RFC-compliant format for such queries, one which vdirsyncer doesn't