Fixing symbol name clash (I got to be more careful about my 'namespaces').
[gdataplugin.git] / src / google-data
blobf2b9c8b5cfe5ba2a5161361b10c3e33ad50b208d
1 <?xml version="1.0"?>
2 <config version="1.0">
3 <AdvancedOptions>
4 <AdvancedOption>
5 <!-- Location of XSLT files used to make conversion -->
6 <DisplayName>Path to XSLT files</DisplayName>
7 <Name>xslt</Name>
8 <Type>string</Type>
9 <Value>/usr/local/share/libopensync1/defaults</Value>
10 </AdvancedOption>
12 <AdvancedOption>
13 <!-- to be implemented in libgcal: use other calendar than default -->
14 <DisplayName>Calendar title</DisplayName>
15 <Name>title</Name>
16 <Type>string</Type>
17 <Value>default</Value>
18 </AdvancedOption>
20 <AdvancedOption>
21 <!-- to be implemented in libgcal: proxy -->
22 <DisplayName>Internet proxy</DisplayName>
23 <Name>proxy</Name>
24 <Type>string</Type>
25 <Value>http://localhost:8080</Value>
26 </AdvancedOption>
27 </AdvancedOptions>
29 <Authentication>
30 <Username>google_username</Username>
31 <Password>google_password</Password>
32 </Authentication>
34 <Resources>
35 <!-- google contacts -->
36 <Resource>
37 <Enabled>1</Enabled>
38 <Formats>
39 <Format>
40 <!-- <Name>google-contact</Name> -->
41 <Name>xmlformat-contact</Name>
42 </Format>
43 </Formats>
44 <Name>My private google contacts</Name>
45 <ObjType>contact</ObjType>
46 </Resource>
48 <!-- google calendar -->
49 <Resource>
50 <Enabled>1</Enabled>
51 <Formats>
52 <Format>
53 <!-- <Name>google-event</Name> -->
54 <Name>xmlformat-event</Name>
55 </Format>
56 </Formats>
57 <Name>My private google calendar</Name>
58 <ObjType>event</ObjType>
59 </Resource>
61 </Resources>
63 </config>