-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtomboynotesresource.kcfg
50 lines (50 loc) · 1.83 KB
/
tomboynotesresource.kcfg
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
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:kcfg="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/>
<group name="General">
<entry name="collectionName" type="String">
<label>The display name of this resource</label>
<default></default>
</entry>
<entry name="ServerURL" type="String">
<label>The URL to the tomboy sync server</label>
<default>http://localhost/owncloud/index.php/apps/grauphel</default>
</entry>
<entry name="contentURL" type="String">
<label>The URL to the notes on the tomboy sync server</label>
<default></default>
</entry>
<entry name="userURL" type="String">
<label>The URL to the user data on the tomboy sync server</label>
<default></default>
</entry>
<entry name="requestToken" type="String">
<label>The request token to the tomboy sync server</label>
<default></default>
</entry>
<entry name="requestTokenSecret" type="String">
<label>The request token secret to the tomboy sync server</label>
<default></default>
</entry>
<entry name="ConflictHandling" type="String">
<label>The way how conflicts should be handled</label>
<default></default>
</entry>
<entry name="ReadOnly" type="Bool">
<label>Do not change the actual backend data.</label>
<default>false</default>
</entry>
<entry name="ignoreSslErrors" type="Bool">
<label>Ignore SSL errors.</label>
<default>false</default>
</entry>
<entry name="refreshInterval" type="Int">
<label>Refresh every</label>
<default>5</default>
</entry>
</group>
</kcfg>