Add a GConf schemas file
[tor-status] / data / status-area-applet-tor.schemas
diff --git a/data/status-area-applet-tor.schemas b/data/status-area-applet-tor.schemas
new file mode 100644 (file)
index 0000000..e399436
--- /dev/null
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<gconfschemafile>
+  <schemalist>
+    <schema>
+      <key>/schemas/apps/maemo/tor/enabled</key>
+      <applyto>/apps/maemo/tor/enabled</applyto>
+      <owner>status-area-applet-tor</owner>
+      <type>bool</type>
+      <default>false</default>
+      <locale name="C">
+        <short>Enable Tor daemon</short>
+       <long>Determines whether a Tor daemon is started by the status area applet when there is a connection.</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/maemo/tor/bridges</key>
+      <applyto>/apps/maemo/tor/bridges</applyto>
+      <owner>status-area-applet-tor</owner>
+      <type>list</type>
+      <list_type>string</list_type>
+      <default>[]</default>
+      <locale name="C">
+        <short>Bridge relay list</short>
+       <long>This key contains a list of relays at "IP:ORPort" that will be used as "bridges" relaying into the Tor network.</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/maemo/tor/exit_nodes</key>
+      <applyto>/apps/maemo/tor/exit_nodes</applyto>
+      <owner>status-area-applet-tor</owner>
+      <type>list</type>
+      <list_type>string</list_type>
+      <default>[]</default>
+      <locale name="C">
+        <short>Exit node list</short>
+       <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>
+      </locale>
+    </schema>
+  </schemalist>
+</gconfschemafile>