File: memotoo.com.xml

package info (click to toggle)
buteo-sync-plugins 0.8.36-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,068 kB
  • sloc: cpp: 8,130; xml: 755; sh: 207; perl: 82; makefile: 11
file content (34 lines) | stat: -rw-r--r-- 1,241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<profile name="memotoo.com" type="service">
        <key name="Remote database" value="http://sync.memotoo.com/syncml" />

        <key name="Username" value="" />
        <key name="Password" value="" />


        <key name="destinationtype" value="online"/>

        <profile name="syncml" type="client" >
                <key name="use_wbxml" value="false" />
                <key name="Sync Transport" value="HTTP" />
                <key name="Sync Direction" value="two-way" />
                <key name="Sync Protocol" value="SyncML12" />
        </profile>

        <profile name="hcontacts" type="storage" >
                <key name="Local URI" value="./contacts" />
                <key name="Target URI" value="contact" />
        </profile>

        <profile name="hcalendar" type="storage" >
                <key name="Local URI" value="./calendar" />
                <key name="Target URI" value="caltask" />
                <key name="Calendar Format" value="vcalendar" />
        </profile>

        <profile name="hnotes" type="storage" >
                <key name="Local URI" value="./Notepad" />
                <key name="Target URI" value="note" />

        </profile>
</profile>