syncevolution/src/syncevo/configs
Patrick Ohly e8adfadcee vCalendar 1.0 + tasks: DUE date could be shifted by a day (FDO #55238)
Because of incomplete support for time conversion, the due date
could get mixed up when phone and PC were set to something other
than UTC.

Reported and fixed by Peter Jan.
2012-10-05 10:22:23 +00:00
..
datatypes Funambol: work around PHOTO TYPE=image/jpeg 2012-08-14 09:27:49 +02:00
debug XML config samples: split up into individual fragments 2010-02-02 15:34:22 +01:00
remoterules Funambol: ignore UID 2012-06-29 16:56:13 +02:00
scripting vCalendar 1.0 + tasks: DUE date could be shifted by a day (FDO #55238) 2012-10-05 10:22:23 +00:00
configs.am Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00
configs_xml.am autotools: fixed "make dist[check]" in non-recursive Automake 2011-09-02 09:20:23 +00:00
README XML config samples: split up into individual fragments 2010-02-02 15:34:22 +01:00
syncevolution.xml XML config: use configuration composed from fragments (MB #7712) 2010-02-02 21:53:28 +01:00
update-samples.pl XML config: use configuration composed from fragments (MB #7712) 2010-02-02 21:53:28 +01:00

The sample configs contain common elements (datatypes, scripts, remote
rules, debug settings) which are maintained as separate files in the
corresponding directories. When modifying those common elements, run
"update-samples.pl" in this directory to update the sample configs.

The complete samples are under version control for several reasons:
1. avoid dependency on Perl unless common elements need to be updated
2. effect of changes on complete config show up in patches
3. the file layout and unshared parts (<client> and <server>) are
   determined by the sample configs

The naming of common elements determines the order in which they get
inserted. Files not ending in .xml are ignored. Elements that only
apply to a client or server are stored in the corresponding sub
directories, while the shared elements are in the
"debug/scripting/datatypes/remoterules".

It is a somewhat subjective choice which elements are stored in one
file and which ones are split up. The three elements of a datatype
definition (field list, profile, datatype) where split up because
there might be multiple different profiles using the same field list
and some users of these files might want to replace the default one.