syncevolution/src/templates
Patrick Ohly 581cee897e Google: remove SyncML template, combine CalDAV/CardDAV
Google has turned off their SyncML server, so the corresponding
"Google Contacts" template became useless and needs to be removed. It
gets replaced by a "Google" template which combines the three
different URLs currently used by Google for CalDAV/CardDAV.

This new template can be used to configure a "target-config@google"
with default calendar and address book database already enabled. The
actual URL of these databases will be determined during the first
sync using them.

The template relies on the WebDAV backend's new capability to search
multiple different entries in the syncURL property for databases. To
avoid listing each calendar twice (once for the legacy URL, once with
the new one) when using basic username/password authentication, the
backend needs a special case for Google and detect that the legacy URL
does not need to be checked.
2014-07-28 15:24:46 +02:00
..
clients templates: don't store username/password for SyncEvolution client 2013-10-01 09:28:38 +02:00
contexts Google: remove SyncML template, combine CalDAV/CardDAV 2014-07-28 15:24:46 +02:00
servers Google: remove SyncML template, combine CalDAV/CardDAV 2014-07-28 15:24:46 +02:00
README installation: templates now in $(datadir)/syncevolution/templates (MB #7808) 2009-11-27 14:43:22 +01:00
templates.am autotools: fixed "make dist[check]" in non-recursive Automake 2011-09-02 09:20:23 +00:00

README

The configuration templates in this directory are *not* complete and
therefore not suitable for copying them directly in a .config
directory.

They contain only those properties which are different for a certain
peer compared to the built-in default values. They are used by the
SyncEvolution binaries to create complete configurations.