Mercurial > dillo_port1.3
annotate dillorc @ 1108:aedb85a48b23
dillorc http_proxy pref mention environment var
author | corvid <corvid@lavabit.com> |
---|---|
date | Mon, 18 May 2009 03:25:37 +0000 |
parents | fdcb2ef163c0 |
children | efb854e7b418 |
rev | line source |
---|---|
405 | 1 # dillorc |
2 # Sample dillo initialization file. | |
3 # | |
4 # Lines that start with a '#' are comments. | |
5 # "#option=..." shows the built-in default. | |
6 # "# option=..." is an additional example. | |
7 # "option=..." overrides the built-in value. | |
8 | |
9 #------------------------------------------------------------------------- | |
10 # FIRST SECTION :) | |
11 #------------------------------------------------------------------------- | |
12 | |
13 # Set the desired initial browser size | |
14 # geometry=650x545+0+20 | |
15 #geometry=780x580 | |
16 | |
17 # Change this if you want to have text-only browsing from the start. | |
18 # (there's a toggle button near the bug meter to change this on-the-fly) | |
19 #load_images=YES | |
20 | |
747
0df766ebc2e9
add load_stylesheets option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
463
diff
changeset
|
21 # Change this if you want to disable loading of CSS stylesheets. |
0df766ebc2e9
add load_stylesheets option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
463
diff
changeset
|
22 #load_stylesheets=YES |
405 | 23 |
781
d494f2000cc2
add parse_embedded_css option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
773
diff
changeset
|
24 # Change this if you want to disable parsing of embedded CSS. |
d494f2000cc2
add parse_embedded_css option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
773
diff
changeset
|
25 #parse_embedded_css=YES |
d494f2000cc2
add parse_embedded_css option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
773
diff
changeset
|
26 |
405 | 27 # Change the buffering scheme for drawing |
28 # 0 no double buffering - useful for debugging | |
29 # 1 light buffering using a single back buffer for all windows | |
30 # 2 full fltk-based double buffering for all windows | |
31 #buffered_drawing=1 | |
32 | |
33 # Set your default directory for download/save operations | |
34 #save_dir=/tmp | |
35 | |
36 #------------------------------------------------------------------------- | |
37 # RENDERING SECTION | |
38 #------------------------------------------------------------------------- | |
39 | |
824
556b5972dd18
adapt font-family preferences to match CSS
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
781
diff
changeset
|
40 # Fontnames: |
405 | 41 # - some fonts may slow down rendering. |
42 # - try to tune a fontname/font_factor combination. | |
43 # Ex. {helvetica, lucida, times, "new century schoolbook", utopia, ...} | |
826
92b7a59b704b
make default font names clearer in dillorc (noticed by corvid)
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
824
diff
changeset
|
44 # The values below represent the defaults. |
824
556b5972dd18
adapt font-family preferences to match CSS
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
781
diff
changeset
|
45 # |
826
92b7a59b704b
make default font names clearer in dillorc (noticed by corvid)
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
824
diff
changeset
|
46 #font_serif="DejaVu Serif" |
92b7a59b704b
make default font names clearer in dillorc (noticed by corvid)
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
824
diff
changeset
|
47 #font_sans_serif="DejaVu Sans" |
92b7a59b704b
make default font names clearer in dillorc (noticed by corvid)
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
824
diff
changeset
|
48 #font_cursive="DejaVu Sans" |
92b7a59b704b
make default font names clearer in dillorc (noticed by corvid)
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
824
diff
changeset
|
49 #font_fantasy="DejaVu Sans" |
92b7a59b704b
make default font names clearer in dillorc (noticed by corvid)
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
824
diff
changeset
|
50 #font_monospace="DejaVu Sans Mono" |
405 | 51 |
935
b43ce176d305
add "font_min_size" dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
834
diff
changeset
|
52 # All font sizes are scaled by this value |
405 | 53 # font_factor=1.5 |
54 #font_factor=1.0 | |
55 | |
955
b84781690627
add font_max_size dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
953
diff
changeset
|
56 # Maximum font size in pixels |
b84781690627
add font_max_size dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
953
diff
changeset
|
57 #font_max_size=100 |
b84781690627
add font_max_size dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
953
diff
changeset
|
58 |
953
38dca019d9bb
note that font_min_size is in pixels (noticed by corvid)
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
935
diff
changeset
|
59 # Minimum font size in pixels |
935
b43ce176d305
add "font_min_size" dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
834
diff
changeset
|
60 #font_min_size=6 |
b43ce176d305
add "font_min_size" dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
834
diff
changeset
|
61 |
405 | 62 # Show tooltip popup for images? |
63 # Note: We use the "title" attribute and not "alt". | |
64 # More info at: http://bugzilla.mozilla.org/show_bug.cgi?id=25537 | |
65 # *** NOT HOOKED UP YET *** | |
66 # | |
67 #show_tooltip=YES | |
68 | |
69 # Set this to YES if you want to limit the word wrap width to the viewport | |
70 # width (may be useful for iPAQ) | |
71 # *** NOT HOOKED UP YET *** | |
72 # | |
73 #limit_text_width=NO | |
74 | |
75 | |
76 #------------------------------------------------------------------------- | |
77 # PARSING SECTION | |
78 #------------------------------------------------------------------------- | |
79 | |
80 # If you prefer more accurate HTML bug diagnosis over better rendering | |
81 # (page authors and webmasters) set the following to "NO". | |
82 # | |
83 #w3c_plus_heuristics=YES | |
84 | |
85 | |
86 #------------------------------------------------------------------------- | |
87 # NETWORK SECTION | |
88 #------------------------------------------------------------------------- | |
89 | |
90 # Set the start page. | |
91 # start_page="about:blank" | |
92 # start_page="http://www.dillo.org" | |
93 # start_page="file:/home/jcid/custom_page.html" | |
94 #start_page="about:splash" | |
95 | |
96 # Set the home location | |
97 # home="file:/home/jcid/HomePage/Home.html" | |
98 #home="http://www.dillo.org/" | |
99 | |
100 # Set the URL used by the web search dialog. | |
101 # "%s" is replaced with the search keywords separated by '+'. | |
1078 | 102 # search_url="http://www.wikipedia.org/wiki/Special:Search?search=%s" |
405 | 103 # search_url="http://search.lycos.com/?query=%s" |
104 # search_url="http://www.alltheweb.com/search?cat=web&query=%s" | |
411 | 105 #search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" |
405 | 106 |
491
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
107 # If set, dillo will ask web servers to send pages in this language. |
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
108 # This setting does NOT change dillo's user interface. |
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
109 # Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4 |
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
110 # Language-REGION values: www.iana.org/assignments/language-subtag-registry |
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
111 # (by default, no Accept-Language header is sent) |
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
112 # http_language="de" |
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
113 # http_language="pt-BR" |
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
114 # http_language="vi,de-CH,de;q=0.5,th;q=0.3" |
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
115 |
405 | 116 # Set the proxy information for http. |
1108
aedb85a48b23
dillorc http_proxy pref mention environment var
corvid <corvid@lavabit.com>
parents:
1078
diff
changeset
|
117 # Note that the http_proxy environment variable overrides this setting. |
453 | 118 # WARNING: - HTTPS does not currently use the proxy settings. |
119 # - FTP and downloads plugins use wget. To use a proxy with them, | |
120 # you will need to configure wget accordingly. | |
405 | 121 # http_proxy="http://localhost:8080/" |
122 #(by default, no proxy is used) | |
123 | |
124 # If you need to provide a user/password pair for the proxy, | |
125 # set the proxy user name here and Dillo will ask for the password later. | |
126 # http_proxyuser="joe" | |
127 #(by default, no proxy is used) | |
128 | |
129 # Set the domains to access without proxy | |
130 # no_proxy = ".hola.com .mynet.cl .hi.de" | |
131 #(by default, no proxy is used) | |
132 | |
133 # Set the HTTP Referer (sic) header. | |
134 # Note that there is no option to reveal the page that you came from because it | |
135 # would endanger your privacy. 'host' and 'path' allow you to pretend that the | |
136 # link you followed was on the same site that you're going to. | |
137 # none : Don't send any Referer header at all. | |
138 # host : Send the requested URI's hostname. | |
139 # path : Send the requested URI's host and path. | |
140 #http_referer=host | |
141 | |
142 | |
143 #------------------------------------------------------------------------- | |
144 # COLORS SECTION | |
145 #------------------------------------------------------------------------- | |
146 | |
147 # If your eyes suffer with white backgrounds, change this. | |
148 #allow_white_bg=YES | |
149 | |
150 # When set to YES, the page author's visited link color may be overridden | |
151 # to allow better contrast with text/links/background | |
152 #contrast_visited_color=YES | |
153 | |
154 | |
155 #------------------------------------------------------------------------- | |
156 # USER INTERFACE SECTION | |
157 #------------------------------------------------------------------------- | |
158 | |
159 # Size of dillo panel (used to enlarge the browsing area) | |
160 # tiny : recommended for iPAQ (with small_icons) | |
161 # small : very nice! (it's "medium" without icon titles) | |
162 # medium : nice! | |
163 # large : Traditional | |
164 # panel_size=tiny | |
165 # panel_size=small | |
463
77bc50c33f5c
Set panel_size=medium as default.
Jorge Arellano Cid <jcid@dillo.org>
parents:
453
diff
changeset
|
166 #panel_size=medium |
77bc50c33f5c
Set panel_size=medium as default.
Jorge Arellano Cid <jcid@dillo.org>
parents:
453
diff
changeset
|
167 # panel_size=large |
405 | 168 |
169 #small_icons=NO | |
170 | |
171 # Here you can choose to hide some widgets of the dillo panel... | |
172 #show_back=YES | |
173 #show_forw=YES | |
174 #show_home=YES | |
175 #show_reload=YES | |
176 #show_save=YES | |
177 #show_stop=YES | |
178 #show_bookmarks=YES | |
834
9a0725437bf1
Added the show_tools dillorc option
corvid <corvid@lavabit.com>
parents:
831
diff
changeset
|
179 #show_tools=YES |
405 | 180 #show_filemenu=YES |
181 #show_clear_url=YES | |
182 #show_url=YES | |
183 #show_search=YES | |
184 #show_progress_box=YES | |
185 | |
186 # Start dillo with the panels hidden? | |
187 #fullwindow_start=NO | |
188 | |
189 # When filling out forms, our default behaviour is to submit on enterpress, | |
190 # but only when there's a single text entry (to avoid incomplete submits). | |
191 # OTOH, if you have to fill out the same form repeatedly, you may find it | |
192 # useful to keep away from the mouse by forcing enter to submit. | |
193 #enterpress_forces_submit=NO | |
194 | |
195 # A mouse's middle click over a link opens a new Tab. | |
196 # If you prefer to open a new Window instead, set it to NO. | |
197 #middle_click_opens_new_tab=YES | |
198 | |
438 | 199 # Mouse middle click by default drives drag-scrolling. |
200 # To paste an URL into the window instead of scrolling, set it to NO. | |
201 # Note: You could always paste the URL onto the URL box clear button. | |
202 #middle_click_drags_page=YES | |
203 | |
405 | 204 # Focus follows new Tabs. |
205 # You can hold SHIFT to temporarily revert this behaviour. | |
206 #focus_new_tab=YES | |
207 | |
208 | |
209 #------------------------------------------------------------------------- | |
210 # DEBUG MESSAGES SECTION | |
211 #------------------------------------------------------------------------- | |
212 | |
213 # Soon we should add the "show_debug_messages=NO" option... | |
214 | |
215 # Generic messages (mainly for debugging specific parts) | |
216 # Change this to disable them. | |
217 #show_msg=YES | |
218 | |
219 | |
220 #------------------------------------------------------------------------- | |
221 # HTML BUG MESSAGES SECTION | |
222 #------------------------------------------------------------------------- | |
223 | |
224 # Accepted by the W3C validator but "strongly discouraged" by the SPEC. | |
225 # (Such as "TAB character inside <PRE>"). | |
226 #show_extra_warnings=NO | |
227 | |
228 | |
229 # ----------------------------------------------------------------------- | |
230 # dillorc ends here. |