summaryrefslogtreecommitdiffstats
path: root/kpilot/conduits/malconduit/malconduit.kcfg
blob: 146f7869c050343421ba7a2e95cf7abcf65a1c16 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  <kcfgfile name="kpilot_malconduitrc"/> 
  <group name="General">
    <entry name="LastMALSync" key="Last MAL Sync" type="DateTime">
				<default>QDateTime( QDate(1970,1,1), QTime(0,0,0) )</default>
		</entry>
		
    <entry name="SyncFrequency" key="Sync Frequency" type="Enum">
				<choices>
					<choice name="eEverySync"/>
					<choice name="eEveryHour"/>
					<choice name="eEveryDay"/>
					<choice name="eEveryWeek"/>
					<choice name="eEveryMonth"/>
				</choices>
        <default>eEverySync</default>
    </entry>
		
    <entry name="ProxyType" key="Proxy Type" type="Enum">
				<choices>
					<choice name="eProxyNone"/>
					<choice name="eProxyHTTP"/>
					<choice name="eProxySOCKS"/>
				</choices>
        <default>eProxyNone</default>
    </entry>
    <entry name="ProxyServer" key="Proxy Server" type="String">
        <default></default>
    </entry>
    <entry name="ProxyPort" key="Proxy Port" type="UInt">
        <default>0</default>
    </entry>
    <entry name="ProxyUser" key="Proxy User" type="String">
        <default></default>
    </entry>
    <entry name="ProxyPassword" key="Proxy Password" type="Password">
        <default></default>
    </entry>
    <entry name="MALServer" key="MAL Server" type="String">
        <default>sync.avantgo.com</default>
    </entry>
    <entry name="MALPort" key="MAL Port" type="UInt">
        <default>0</default>
    </entry>
    <entry name="MALUser" key="MAL User" type="String">
        <default></default>
    </entry>
    <entry name="MALPassword" key="MAL Password" type="String">
        <default></default>
    </entry>
  </group>
</kcfg>