Develop and Download Open Source Software

Browse CVS Repository

Contents of /gticker/gticker/gticker.schemas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Mon Aug 15 11:46:07 2005 UTC (18 years, 7 months ago) by bluedwarf
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +23 -0 lines
Changing in loading default views

1 <gconfschemafile>
2 <schemalist>
3 <schema>
4 <key>/schemas/apps/gticker/view-num</key>
5 <applyto>/apps/gticker/view-num</applyto>
6 <owner>gticker</owner>
7 <type>int</type>
8 <locale name="C">
9 <default>1</default>
10 <short>The number of views</short>
11 <long>The number of views</long>
12 </locale>
13 </schema>
14 <schema>
15 <key>/schemas/apps/gticker/view-list</key>
16 <applyto>/apps/gticker/view-list</applyto>
17 <owner>gticker</owner>
18 <type>list</type>
19 <list_type>string</list_type>
20 <locale name="C">
21 <default>[Default;/usr/share/rabbitticker/Default;1000;1;http://bd.tank.jp/blog/index.rdf\,3600;]</default>
22 <short>The properties of view</short>
23 <long>The properties of view</long>
24 </locale>
25 </schema>
26 <schema>
27 <key>/schemas/apps/gticker/browser-command</key>
28 <applyto>/apps/gticker/browser-command</applyto>
29 <owner>gticker</owner>
30 <type>string</type>
31 <locale name="C">
32 <default>firefox -remote 'openURL(%s, new-tab)'</default>
33 <short>Browser command for link</short>
34 <long>When link was clicked, gticker execute the specified command replacing %s into URL.</long>
35 </locale>
36 </schema>
37 <schema>
38 <key>/schemas/apps/gticker/use-proxy</key>
39 <applyto>/apps/gticker/use-proxy</applyto>
40 <owner>gticker</owner>
41 <type>bool</type>
42 <locale name="C">
43 <default>false</default>
44 <short>Use proxy</short>
45 <long>True if use proxy.</long>
46 </locale>
47 </schema>
48 <schema>
49 <key>/schemas/apps/gticker/proxy-host</key>
50 <applyto>/apps/gticker/proxy-host</applyto>
51 <owner>gticker</owner>
52 <type>string</type>
53 <locale name="C">
54 <default></default>
55 <short>Proxy host</short>
56 <long>The address of HTTP proxy server.</long>
57 </locale>
58 </schema>
59 <schema>
60 <key>/schemas/apps/gticker/proxy-port</key>
61 <applyto>/apps/gticker/proxy-port</applyto>
62 <owner>gticker</owner>
63 <type>int</type>
64 <locale name="C">
65 <default>8080</default>
66 <short>Proxy port</short>
67 <long>The port of HTTP proxy server.</long>
68 </locale>
69 </schema>
70 </schemalist>
71 </gconfschemafile>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26