ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / schemas / system_http_proxy.schemas
1 <?xml version="1.0"?>
2 <gconfschemafile>
3   <schemalist>
4     <schema>
5       <key>/schemas/system/http_proxy/use_http_proxy</key>
6       <applyto>/system/http_proxy/use_http_proxy</applyto>
7       <owner>gnome-vfs</owner>
8       <type>bool</type>
9       <default>false</default>
10       <locale name="C">
11         <short>Use proxy settings when accessing http</short>
12         <long>Enables the proxy settings when accessing http over the
13         internet.</long>
14       </locale>
15     </schema>
16     <schema>
17       <key>/schemas/system/http_proxy/host</key>
18       <applyto>/system/http_proxy/host</applyto>
19       <owner>gnome-vfs</owner>
20       <type>string</type>
21       <default></default>
22       <locale name="C">
23         <short>Proxy host name</short>
24         <long>The machine name to proxy http through.</long>
25       </locale>
26     </schema>
27     <schema>
28       <key>/schemas/system/http_proxy/port</key>
29       <applyto>/system/http_proxy/port</applyto>
30       <owner>gnome-vfs</owner>
31       <type>int</type>
32       <default>8080</default>
33       <locale name="C">
34         <short>Proxy port</short>
35         <long>The port on the machine defined by /system/http_proxy/host
36         that you proxy through</long>
37       </locale>
38     </schema>
39     <schema>
40       <key>/schemas/system/http_proxy/use_authentication</key>
41       <applyto>/system/http_proxy/use_authentication</applyto>
42       <owner>gnome-vfs</owner>
43       <type>bool</type>
44       <default>false</default>
45       <locale name="C">
46         <short>Authenticate connections to the proxy server</short>
47         <long>If true, then connections to the proxy server require
48         authentication.  The username/password combo defined by
49         /system/http_proxy/authentication_user and
50         /system/http_proxy/authentication_password.</long>
51       </locale>
52     </schema>
53     <schema>
54       <key>/schemas/system/http_proxy/authentication_user</key>
55       <applyto>/system/http_proxy/authentication_user</applyto>
56       <owner>gnome-vfs</owner>
57       <type>string</type>
58       <default></default>
59       <locale name="C">
60         <short>http proxy username</short>
61         <long>User name to pass as authentication when doing http proxying</long>
62       </locale>
63     </schema>
64     <schema>
65       <key>/schemas/system/http_proxy/authentication_password</key>
66       <applyto>/system/http_proxy/authentication_password</applyto>
67       <owner>gnome-vfs</owner>
68       <type>string</type>
69       <default></default>
70       <locale name="C">
71         <short>http proxy password</short>
72         <long>Password to pass as authentication when doing http proxying</long>
73       </locale>
74     </schema>
75     <schema>
76       <key>/schemas/system/http_proxy/ignore_hosts</key>
77       <applyto>/system/http_proxy/ignore_hosts</applyto>
78       <owner>gnome-vfs</owner>
79       <type>list</type>
80       <list_type>string</list_type>
81       <default>[localhost,127.0.0.0/8]</default>
82       <locale name="C">
83         <short>Hosts are not contacted via the proxy</short>
84         <long>This key contains a list of hosts which are connected to
85         directly, rather than via the proxy (if it is active). The values can
86         be hostnames, domains (using an initial wildcard like *.foo.com), IP
87         host addresses (both IPv4 and IPv6) and network addresses with a
88         netmask (something like 192.168.0.0/24).</long>
89       </locale>
90     </schema>
91   </schemalist>
92 </gconfschemafile>