prepare 0.3 release
[azimuth] / data / azimuth.schemas.in
1 <gconfschemafile>
2   <schemalist>
3
4     <schema>
5       <key>/schemas/apps/azimuth/enabled</key>
6       <applyto>/apps/azimuth/enabled</applyto>
7       <owner>azimuth</owner>
8       <type>bool</type>
9       <default>true</default>
10       <locale name="C">
11         <short>Enable publishing offline contacts</short>
12         <long>
13         Publish position when GPS is running.
14         </long>
15       </locale>
16     </schema>
17
18     <schema>
19       <key>/schemas/apps/azimuth/blur</key>
20       <applyto>/apps/azimuth/blur</applyto>
21       <owner>azimuth</owner>
22       <type>bool</type>
23       <default>true</default>
24       <locale name="C">
25         <short>Truncate position for privacy</short>
26         <long>
27         Do not publish the exact position but a truncated position.
28         </long>
29       </locale>
30     </schema>
31
32     <schema>
33       <key>/schemas/apps/azimuth/start-gps</key>
34       <applyto>/apps/azimuth/start-gps</applyto>
35       <owner>azimuth</owner>
36       <type>bool</type>
37       <default>false</default>
38       <locale name="C">
39         <short>Start GPS and drain battery</short>
40         <long>
41         Start the GPS as long as Azimuth is started
42         </long>
43       </locale>
44     </schema>
45
46
47   </schemalist>
48 </gconfschemafile>