Mercurial > dillo_port1.3
annotate dillorc @ 1781:b2c6ef4d5ffc
dillorc: alltheweb will be shut down; replace with duckduckgo
News is going around that yahoo is shutting down a bunch of things
including alltheweb (this is news because of del.icio.us).
http://en.wikipedia.org/wiki/List_of_search_engines#General
shows that there's not much out there. duckduckgo's page is less
filled with junk than blekko's, so they win this coveted spot.
author | corvid <corvid@lavabit.com> |
---|---|
date | Fri, 17 Dec 2010 17:47:24 +0000 |
parents | f202741aa840 |
children | a204cc949c1a |
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. | |
1167 | 18 # (While browsing, this can be changed from the tools/settings menu.) |
405 | 19 #load_images=YES |
20 | |
1167 | 21 # Change this if you want to disable loading of CSS stylesheets initially. |
22 # (While browsing, this can be changed from the tools/settings menu.) | |
747
0df766ebc2e9
add load_stylesheets option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
463
diff
changeset
|
23 #load_stylesheets=YES |
405 | 24 |
1167 | 25 # Change this if you want to disable parsing of embedded CSS initially. |
26 # (While browsing, this can be changed from the tools/settings menu.) | |
781
d494f2000cc2
add parse_embedded_css option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
773
diff
changeset
|
27 #parse_embedded_css=YES |
d494f2000cc2
add parse_embedded_css option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
773
diff
changeset
|
28 |
1644 | 29 # How should Dillo restrict automatic requests (e.g., redirections, |
30 # pages containing images or stylesheets)? | |
31 # allow_all | |
32 # same_domain : Permit www.example.org to load an image from img.example.org, | |
33 # but not from the unrelated ad.doubleclick.net. | |
34 #filter_auto_requests=same_domain | |
35 | |
405 | 36 # Change the buffering scheme for drawing |
37 # 0 no double buffering - useful for debugging | |
38 # 1 light buffering using a single back buffer for all windows | |
39 # 2 full fltk-based double buffering for all windows | |
40 #buffered_drawing=1 | |
41 | |
42 # Set your default directory for download/save operations | |
43 #save_dir=/tmp | |
44 | |
45 #------------------------------------------------------------------------- | |
46 # RENDERING SECTION | |
47 #------------------------------------------------------------------------- | |
48 | |
1681
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
49 # Default fonts: |
824
556b5972dd18
adapt font-family preferences to match CSS
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
781
diff
changeset
|
50 # |
1681
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
51 # If FLTK2 has been configured with Xft enabled (the default), you can |
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
52 # use scalable fonts such as DejaVu or Liberation (try running "fc-list"). |
826
92b7a59b704b
make default font names clearer in dillorc (noticed by corvid)
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
824
diff
changeset
|
53 #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
|
54 #font_sans_serif="DejaVu Sans" |
1680
4041b4b18682
"URW Chancery L" default cursive font
corvid <corvid@lavabit.com>
parents:
1644
diff
changeset
|
55 #font_cursive="URW Chancery L" |
826
92b7a59b704b
make default font names clearer in dillorc (noticed by corvid)
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
824
diff
changeset
|
56 #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
|
57 #font_monospace="DejaVu Sans Mono" |
1681
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
58 # |
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
59 # Otherwise, use bitmapped fonts like the following (for a list, try running |
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
60 # "xlsfonts -fn *-iso10646-1 | grep -v -e -0-0 | cut -d - -f 3 | sort | uniq"). |
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
61 # font_serif="times" |
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
62 # font_sans_serif="helvetica" |
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
63 # font_cursive="helvetica" |
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
64 # font_fantasy="helvetica" |
ed545180061e
dillorc more detailed information on fonts
corvid <corvid@lavabit.com>
parents:
1680
diff
changeset
|
65 # font_monospace="courier" |
405 | 66 |
935
b43ce176d305
add "font_min_size" dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
834
diff
changeset
|
67 # All font sizes are scaled by this value |
405 | 68 # font_factor=1.5 |
69 #font_factor=1.0 | |
70 | |
955
b84781690627
add font_max_size dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
953
diff
changeset
|
71 # Maximum font size in pixels |
b84781690627
add font_max_size dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
953
diff
changeset
|
72 #font_max_size=100 |
b84781690627
add font_max_size dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
953
diff
changeset
|
73 |
953
38dca019d9bb
note that font_min_size is in pixels (noticed by corvid)
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
935
diff
changeset
|
74 # Minimum font size in pixels |
935
b43ce176d305
add "font_min_size" dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
834
diff
changeset
|
75 #font_min_size=6 |
b43ce176d305
add "font_min_size" dillorc option
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
834
diff
changeset
|
76 |
1343
16ed4ed58863
only set tooltips for UI if prefs.show_tooltip set
corvid <corvid@lavabit.com>
parents:
1340
diff
changeset
|
77 # Show tooltip popups for UI and for HTML title attributes |
405 | 78 #show_tooltip=YES |
79 | |
80 # Set this to YES if you want to limit the word wrap width to the viewport | |
81 # width (may be useful for iPAQ) | |
82 # *** NOT HOOKED UP YET *** | |
83 # | |
84 #limit_text_width=NO | |
85 | |
86 | |
87 #------------------------------------------------------------------------- | |
88 # PARSING SECTION | |
89 #------------------------------------------------------------------------- | |
90 | |
91 # If you prefer more accurate HTML bug diagnosis over better rendering | |
92 # (page authors and webmasters) set the following to "NO". | |
93 # | |
94 #w3c_plus_heuristics=YES | |
95 | |
96 | |
97 #------------------------------------------------------------------------- | |
98 # NETWORK SECTION | |
99 #------------------------------------------------------------------------- | |
100 | |
101 # Set the start page. | |
102 # start_page="about:blank" | |
103 # start_page="http://www.dillo.org" | |
104 # start_page="file:/home/jcid/custom_page.html" | |
105 #start_page="about:splash" | |
106 | |
107 # Set the home location | |
108 # home="file:/home/jcid/HomePage/Home.html" | |
109 #home="http://www.dillo.org/" | |
110 | |
111 # Set the URL used by the web search dialog. | |
112 # "%s" is replaced with the search keywords separated by '+'. | |
1078 | 113 # search_url="http://www.wikipedia.org/wiki/Special:Search?search=%s" |
405 | 114 # search_url="http://search.lycos.com/?query=%s" |
1781
b2c6ef4d5ffc
dillorc: alltheweb will be shut down; replace with duckduckgo
corvid <corvid@lavabit.com>
parents:
1753
diff
changeset
|
115 # search_url="http://duckduckgo.com/html?q=%s" |
411 | 116 #search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" |
405 | 117 |
491
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
118 # 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
|
119 # 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
|
120 # 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
|
121 # 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
|
122 # (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
|
123 # http_language="de" |
96a14e974cfb
Added the "http_language" dillorc option for setting HTTP's Accept-Language.
corvid <corvid@lavabit.com>
parents:
463
diff
changeset
|
124 # 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
|
125 # 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
|
126 |
1530
356c339d0761
limit the number of simultaneous connections
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
1525
diff
changeset
|
127 # Maximum number of simultaneous TCP connections to a single server or proxy. |
356c339d0761
limit the number of simultaneous connections
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
1525
diff
changeset
|
128 # http_max_conns=6 |
356c339d0761
limit the number of simultaneous connections
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
1525
diff
changeset
|
129 |
405 | 130 # Set the proxy information for http. |
1108
aedb85a48b23
dillorc http_proxy pref mention environment var
corvid <corvid@lavabit.com>
parents:
1078
diff
changeset
|
131 # Note that the http_proxy environment variable overrides this setting. |
1514
239f9fc6c313
backout: That way would make no_proxy complicated.
corvid <corvid@lavabit.com>
parents:
1513
diff
changeset
|
132 # WARNING: FTP and downloads plugins use wget. To use a proxy with them, |
1521 | 133 # you will need to configure wget accordingly. See |
134 # http://www.gnu.org/software/wget/manual/html_node/Proxies.html | |
405 | 135 # http_proxy="http://localhost:8080/" |
136 #(by default, no proxy is used) | |
137 | |
138 # If you need to provide a user/password pair for the proxy, | |
139 # set the proxy user name here and Dillo will ask for the password later. | |
140 # http_proxyuser="joe" | |
141 #(by default, no proxy is used) | |
142 | |
1514
239f9fc6c313
backout: That way would make no_proxy complicated.
corvid <corvid@lavabit.com>
parents:
1513
diff
changeset
|
143 # Set the domains to access without proxy |
405 | 144 # no_proxy = ".hola.com .mynet.cl .hi.de" |
1303
a422b79d70f5
By default, do not use proxy for localhost
corvid <corvid@lavabit.com>
parents:
1167
diff
changeset
|
145 #no_proxy="localhost 127.0.0.1" |
405 | 146 |
147 # Set the HTTP Referer (sic) header. | |
148 # Note that there is no option to reveal the page that you came from because it | |
149 # would endanger your privacy. 'host' and 'path' allow you to pretend that the | |
150 # link you followed was on the same site that you're going to. | |
151 # none : Don't send any Referer header at all. | |
152 # host : Send the requested URI's hostname. | |
153 # path : Send the requested URI's host and path. | |
154 #http_referer=host | |
155 | |
1560 | 156 # Set the HTTP User-Agent header. |
157 # This can be useful for privacy and for working around servers who think | |
158 # Dillo is less capable than it really is. However, if you pretend to use a | |
159 # different browser, servers may send you pages that work with the features | |
160 # and bugs of that other browser -- or even disallow access in cases like | |
161 # wget or googlebot. Remember this before submitting bug reports. | |
162 # | |
163 # See http://zytrax.com/tech/web/browser_ids.htm for a compilation of strings. | |
164 # | |
165 # http_user_agent="Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6" | |
166 # http_user_agent="Wget/1.11.4" | |
167 #The default is Dillo/(current version number) | |
405 | 168 |
169 #------------------------------------------------------------------------- | |
170 # COLORS SECTION | |
171 #------------------------------------------------------------------------- | |
172 | |
1753
f202741aa840
move bg_color option to Colors section
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
1729
diff
changeset
|
173 # Set the background color |
f202741aa840
move bg_color option to Colors section
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
1729
diff
changeset
|
174 # bg_color=gray |
f202741aa840
move bg_color option to Colors section
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
1729
diff
changeset
|
175 # bg_color=0xd6d6c0 |
f202741aa840
move bg_color option to Colors section
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
1729
diff
changeset
|
176 #bg_color=0xdcd1ba |
f202741aa840
move bg_color option to Colors section
Johannes Hofmann <Johannes.Hofmann@gmx.de>
parents:
1729
diff
changeset
|
177 |
405 | 178 # If your eyes suffer with white backgrounds, change this. |
179 #allow_white_bg=YES | |
180 | |
181 # When set to YES, the page author's visited link color may be overridden | |
182 # to allow better contrast with text/links/background | |
183 #contrast_visited_color=YES | |
184 | |
185 | |
186 #------------------------------------------------------------------------- | |
187 # USER INTERFACE SECTION | |
188 #------------------------------------------------------------------------- | |
189 | |
190 # Size of dillo panel (used to enlarge the browsing area) | |
191 # tiny : recommended for iPAQ (with small_icons) | |
192 # small : very nice! (it's "medium" without icon titles) | |
193 # medium : nice! | |
194 # large : Traditional | |
195 # panel_size=tiny | |
196 # panel_size=small | |
463
77bc50c33f5c
Set panel_size=medium as default.
Jorge Arellano Cid <jcid@dillo.org>
parents:
453
diff
changeset
|
197 #panel_size=medium |
77bc50c33f5c
Set panel_size=medium as default.
Jorge Arellano Cid <jcid@dillo.org>
parents:
453
diff
changeset
|
198 # panel_size=large |
405 | 199 |
200 #small_icons=NO | |
201 | |
202 # Here you can choose to hide some widgets of the dillo panel... | |
203 #show_back=YES | |
204 #show_forw=YES | |
205 #show_home=YES | |
206 #show_reload=YES | |
207 #show_save=YES | |
208 #show_stop=YES | |
209 #show_bookmarks=YES | |
834
9a0725437bf1
Added the show_tools dillorc option
corvid <corvid@lavabit.com>
parents:
831
diff
changeset
|
210 #show_tools=YES |
405 | 211 #show_filemenu=YES |
212 #show_clear_url=YES | |
213 #show_url=YES | |
214 #show_search=YES | |
1525
3c683905dbe3
Added a help button. It tries a local help file then dillo.org's one.
corvid, jcid
parents:
1521
diff
changeset
|
215 #show_help=YES |
405 | 216 #show_progress_box=YES |
217 | |
218 # Start dillo with the panels hidden? | |
219 #fullwindow_start=NO | |
220 | |
221 # When filling out forms, our default behaviour is to submit on enterpress, | |
222 # but only when there's a single text entry (to avoid incomplete submits). | |
223 # OTOH, if you have to fill out the same form repeatedly, you may find it | |
224 # useful to keep away from the mouse by forcing enter to submit. | |
225 #enterpress_forces_submit=NO | |
226 | |
227 # A mouse's middle click over a link opens a new Tab. | |
228 # If you prefer to open a new Window instead, set it to NO. | |
229 #middle_click_opens_new_tab=YES | |
230 | |
438 | 231 # Mouse middle click by default drives drag-scrolling. |
232 # To paste an URL into the window instead of scrolling, set it to NO. | |
233 # Note: You could always paste the URL onto the URL box clear button. | |
234 #middle_click_drags_page=YES | |
235 | |
405 | 236 # Focus follows new Tabs. |
237 # You can hold SHIFT to temporarily revert this behaviour. | |
238 #focus_new_tab=YES | |
239 | |
240 | |
241 #------------------------------------------------------------------------- | |
242 # DEBUG MESSAGES SECTION | |
243 #------------------------------------------------------------------------- | |
244 | |
245 # Soon we should add the "show_debug_messages=NO" option... | |
246 | |
247 # Generic messages (mainly for debugging specific parts) | |
248 # Change this to disable them. | |
249 #show_msg=YES | |
250 | |
251 | |
252 #------------------------------------------------------------------------- | |
253 # HTML BUG MESSAGES SECTION | |
254 #------------------------------------------------------------------------- | |
255 | |
256 # Accepted by the W3C validator but "strongly discouraged" by the SPEC. | |
257 # (Such as "TAB character inside <PRE>"). | |
258 #show_extra_warnings=NO | |
259 | |
260 | |
261 # ----------------------------------------------------------------------- | |
262 # dillorc ends here. |