fixed type for scheduleworld

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@129 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2006-06-06 19:38:36 +00:00
parent 9a6bee9670
commit 62b0579259
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ $(scheduleworld_copy) : scheduleworld_% : localhost_%
mkdir -p $(@D)
sed -e 's;^syncURL = http://localhost;#syncURL = http://localhost;' \
-e 's;^#syncURL = http://sync.scheduleworld;syncURL = http://sync.scheduleworld;' \
-e 's;^type = text/x-todo;type = text/calendar;' \
-e 's;^type = text/x-calendar;type = text/calendar;' \
-e 's;^type = text/x-vcard;type = text/vcard;' \
-e 's;^uri = todo;uri = task2;' \
-e 's;^uri = card;uri = card3;' \

View file

@ -17,8 +17,8 @@ sync = two-way
syncModes = slow,two-way,refresh-client,refresh-server
# specifies the format of the data
# text/x-vcalendar = Evolution calender data (as expected by Sync4j server)
# text/x-todo = Evolution task data
# text/calendar = Evolution calender data (in iCalendar 2.0 format)
# text/x-todo = Evolution task data (iCalendar 2.0)
# text/x-vcard = Evolution contact data in vCard 2.1 format
# (works with most servers)
# test/vcard = Evolution contact data in vCard 3.0 (RFC 2425) format