Add a GConf schemas file
[tor-status] / data / status-area-applet-tor.schemas
1 <?xml version="1.0"?>
2 <gconfschemafile>
3   <schemalist>
4     <schema>
5       <key>/schemas/apps/maemo/tor/enabled</key>
6       <applyto>/apps/maemo/tor/enabled</applyto>
7       <owner>status-area-applet-tor</owner>
8       <type>bool</type>
9       <default>false</default>
10       <locale name="C">
11         <short>Enable Tor daemon</short>
12         <long>Determines whether a Tor daemon is started by the status area applet when there is a connection.</long>
13       </locale>
14     </schema>
15
16     <schema>
17       <key>/schemas/apps/maemo/tor/bridges</key>
18       <applyto>/apps/maemo/tor/bridges</applyto>
19       <owner>status-area-applet-tor</owner>
20       <type>list</type>
21       <list_type>string</list_type>
22       <default>[]</default>
23       <locale name="C">
24         <short>Bridge relay list</short>
25         <long>This key contains a list of relays at "IP:ORPort" that will be used as "bridges" relaying into the Tor network.</long>
26       </locale>
27     </schema>
28
29     <schema>
30       <key>/schemas/apps/maemo/tor/exit_nodes</key>
31       <applyto>/apps/maemo/tor/exit_nodes</applyto>
32       <owner>status-area-applet-tor</owner>
33       <type>list</type>
34       <list_type>string</list_type>
35       <default>[]</default>
36       <locale name="C">
37         <short>Exit node list</short>
38         <long>This key contains a list of identity fingerprints, nicknames,  country  codes  and address  patterns of  nodes to use for the last hop in the circuit.</long>
39       </locale>
40     </schema>
41   </schemalist>
42 </gconfschemafile>