wok view dillo/stuff/dillorc @ rev 16377

Add flrec - Audio recorder
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 15 00:52:16 2014 +0200 (2014-04-15)
parents c93c5dacf687
children 95324ca5396c
line source
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.
9 #-------------------------------------------------------------------------
10 # FIRST SECTION :)
11 #-------------------------------------------------------------------------
13 # Set the desired initial browser size
14 # geometry=650x545+0+20
15 #geometry=780x580
17 # Change this if you want to have text-only browsing from the start.
18 # (While browsing, this can be changed from the tools/settings menu.)
19 load_images=YES
21 # Change this if you want background images to be loaded initially.
22 # (While browsing, this can be changed from the tools/settings menu.)
23 #load_background_images=FALSE
25 # Change this if you want to disable loading of CSS stylesheets initially.
26 # (While browsing, this can be changed from the tools/settings menu.)
27 load_stylesheets=YES
29 # Change this if you want to disable parsing of embedded CSS initially.
30 # (While browsing, this can be changed from the tools/settings menu.)
31 parse_embedded_css=YES
33 # Change the buffering scheme for drawing
34 # 0 no double buffering - useful for debugging
35 # 1 light buffering using a single back buffer for all windows
36 # 2 full fltk-based double buffering for all windows
37 #buffered_drawing=1
39 # Set your default directory for download/save operations
40 #save_dir=/tmp
42 #-------------------------------------------------------------------------
43 # RENDERING SECTION
44 #-------------------------------------------------------------------------
46 # Default fonts:
47 #
48 # If FLTK has been configured with Xft enabled (the default), you can use
49 # scalable fonts such as DejaVu or Liberation (try running
50 # "fc-list : family | cut -d ',' -f 2 | sort").
51 #font_serif="DejaVu Serif"
52 #font_sans_serif="DejaVu Sans"
53 #font_cursive="URW Chancery L"
54 #font_fantasy="DejaVu Sans"
55 #font_monospace="DejaVu Sans Mono"
56 #
57 # Otherwise, use bitmapped fonts like the following (for a list, try running
58 # "xlsfonts -fn *-iso10646-1 | grep -v -e -0-0 | cut -d - -f 3 | sort | uniq").
59 # font_serif="times"
60 # font_sans_serif="helvetica"
61 # font_cursive="helvetica"
62 # font_fantasy="helvetica"
63 # font_monospace="courier"
65 # All font sizes are scaled by this value
66 # font_factor=1.5
67 #font_factor=1.0
69 # Maximum font size in pixels
70 #font_max_size=100
72 # Minimum font size in pixels
73 #font_min_size=6
75 # Show tooltip popups for UI and for HTML title attributes
76 #show_tooltip=YES
78 # Set this to YES if you want to limit the word wrap width to the viewport
79 # width (may be useful for iPAQ)
80 #limit_text_width=NO
83 #-------------------------------------------------------------------------
84 # PENALTIES
85 #-------------------------------------------------------------------------
87 # Penalties are used to control good and bad break points. The bigger
88 # the penalty for a given break point, the less likely the line is
89 # broken here. "inf" means that breaking is prohibited, "-inf" means
90 # that a line *must* be broken here. (The latter should not be used
91 # here, however.) Normal spaces get a penalty of 0. The exact
92 # definition can be found in doc/dw-line-breaking.doc.
94 # Penalties for hyphenation breaks; this covers automatic hyphenation,
95 # soft hyphens, and unconditional hyphens. Since hyphenation should
96 # rather be avoided, the default values are larger than 0.
98 # This is used for hyphenation points, when there is no hyphen or dash
99 # before:
100 #penalty_hyphen = 1
102 # This is used for hyphenation points, when the line before ends
103 # already with a hyphen or a dash. Consequent lines ending with
104 # hyphens or dashes should be avoided, so this value is bigger than
105 # "penalty_hyphen":
106 #penalty_hyphen_2 = 8
108 # The same for a break right of an em-dash, when there are no spaces
109 # surrounding it (as in English). The default values are the same as
110 # for hyphens:
111 #penalty_em_dash_right = 1
112 #penalty_em_dash_right_2 = 8
114 # Penalty for a break *left* of an em-dash. Since a line ending with
115 # an em-dash (and so breaking right of the em-dash) looks better than
116 # a line beginning with an em-dash (breaking left of an em-dash), the
117 # default value is bigger than "penalty_em_dash_right":
118 #penalty_em_dash_left = 8
120 # Notice that there is no "penalty_em_dash_left_2", since breaking
121 # left of an em-dash makes the line *begin*, not *end* with a dash.
124 #-------------------------------------------------------------------------
125 # PARSING SECTION
126 #-------------------------------------------------------------------------
128 # If you prefer more accurate HTML bug diagnosis over better rendering
129 # (page authors and webmasters) set the following to "NO".
130 #
131 #w3c_plus_heuristics=YES
134 #-------------------------------------------------------------------------
135 # NETWORK SECTION
136 #-------------------------------------------------------------------------
138 # Set the start page.
139 # start_page="about:blank"
140 # start_page="http://www.dillo.org"
141 # start_page="file:/home/jcid/custom_page.html"
142 start_page="file:/usr/share/webhome/dillo.html"
144 # Set the home location
145 # home="file:/home/jcid/HomePage/Home.html"
146 home="file:/usr/share/webhome/dillo.html"
148 # Set the URLs used by the web search dialog.
149 # "%s" is replaced with the search keywords separated by '+'.
150 # Format: search_url="[<label> ]<url>"
151 # You can enable multiple search_url strings at once and select from among
152 # them at runtime, with the first being the default.
153 search_url="http://duckduckgo.com/lite/?kp=-1&q=%s&t=slitaz"
154 search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go"
155 search_url="Free Dictionary http://www.thefreedictionary.com/%s"
156 search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
158 # If set, dillo will ask web servers to send pages in this language.
159 # This setting does NOT change dillo's user interface.
160 # Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4
161 # Language-REGION values: www.iana.org/assignments/language-subtag-registry
162 # (by default, no Accept-Language header is sent)
163 # http_language="de"
164 # http_language="pt-BR"
165 # http_language="vi,de-CH,de;q=0.5,th;q=0.3"
167 # Maximum number of simultaneous TCP connections to a single server or proxy.
168 # http_max_conns=6
170 # Set the proxy information for http.
171 # Note that the http_proxy environment variable overrides this setting.
172 # WARNING: FTP and downloads plugins use wget. To use a proxy with them,
173 # you will need to configure wget accordingly. See
174 # http://www.gnu.org/software/wget/manual/html_node/Proxies.html
175 # http_proxy="http://localhost:8080/"
176 #(by default, no proxy is used)
178 # If you need to provide a user/password pair for the proxy,
179 # set the proxy user name here and Dillo will ask for the password later.
180 # http_proxyuser="joe"
181 #(by default, no proxy is used)
183 # Set the domains to access without proxy
184 # no_proxy = ".hola.com .mynet.cl .hi.de"
185 #no_proxy="localhost 127.0.0.1"
187 # Set the HTTP Referer (sic) header.
188 # Note that there is no option to reveal the page that you came from because it
189 # would endanger your privacy. 'host' and 'path' allow you to pretend that the
190 # link you followed was on the same site that you're going to.
191 # none : Don't send any Referer header at all.
192 # host : Send the requested URI's hostname.
193 # path : Send the requested URI's host and path.
194 #http_referer=host
196 # Set the HTTP User-Agent header.
197 # This can be useful for privacy and for working around servers who think
198 # Dillo is less capable than it really is. However, if you pretend to use a
199 # different browser, servers may send you pages that work with the features
200 # and bugs of that other browser -- or even disallow access in cases like
201 # wget or googlebot. Remember this before submitting bug reports.
202 #
203 # See http://zytrax.com/tech/web/browser_ids.htm for a compilation of strings.
204 #
205 # http_user_agent="Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0"
206 # http_user_agent="Wget/1.12 (linux-gnu)"
207 #The default is "Dillo/"+current_version_number
209 #-------------------------------------------------------------------------
210 # COLORS SECTION
211 #-------------------------------------------------------------------------
213 # Set the page background color
214 # bg_color=gray
215 # bg_color=0xd6d6c0
216 bg_color=white
218 # If your eyes suffer with white backgrounds, change this.
219 allow_white_bg=YES
221 # When set to YES, the page author's visited link color may be overridden
222 # to allow better contrast with text/links/background
223 #contrast_visited_color=YES
226 #-------------------------------------------------------------------------
227 # USER INTERFACE SECTION
228 #-------------------------------------------------------------------------
230 # UI theme
231 # "none" is the default FLTK appearance, which "resembles old Windows...and
232 # old GTK/KDE".
233 # "plastic" "is inspired by the Aqua user interface on Mac OS X".
234 # "gtk+" "is inspired by the Red Hat Bluecurve theme".
235 theme=none
236 #theme=gtk+
237 #theme=plastic
239 # UI colors
240 # The first four colors map to concepts in the underlying FLTK toolkit. Note
241 # that FLTK may sometimes override colors, generally for contrast and
242 # readability.
243 #
244 #ui_fg_color=black
245 #ui_main_bg_color=silver
246 #ui_text_bg_color=white
247 #ui_selection_color=navy
248 #
249 # Background used when the mouse cursor is over a button.
250 #ui_button_highlight_color=(by default, the main background color, lightened)
251 #
252 # Colors for the current tab.
253 #ui_tab_active_bg_color=(by default, the text background color)
254 #ui_tab_active_fg_color=(by default, the main foreground color)
255 #
256 # Colors for the other tabs.
257 #ui_tab_bg_color=(by default, the main background color)
258 #ui_tab_fg_color=(by default, the main foreground color)
261 # Note to packagers: leaving these variables for the system to guess
262 # gives different results in different environments, so we played it safe
263 # by defining the traditional colors. Please choose the color theme that
264 # better fits your distro.
266 #
267 # SliTaz theme
268 #
269 ui_fg_color=black
270 ui_main_bg_color=#ededed
271 ui_text_bg_color=#d9d4ce
272 ui_selection_color=#d66018
273 ui_button_highlight_color=#a9a9a9
274 ui_tab_active_bg_color=#333333
275 ui_tab_active_fg_color=white
276 ui_tab_bg_color=#dadada
278 #
279 # Gray theme (traditional)
280 #
281 #ui_fg_color=black
282 #ui_main_bg_color=#c6c6c6
283 #ui_text_bg_color=bfdabf
284 #ui_selection_color=#191970
285 #ui_button_highlight_color=#a9a9a9
286 #ui_tab_active_bg_color=#87aca7
287 #ui_tab_active_fg_color=black
288 #ui_tab_bg_color=#b7beb7
290 #
291 # Earthly theme:
292 #
293 #ui_fg_color=#100404
294 #ui_main_bg_color=#c2a47b
295 #ui_text_bg_color=#cdc9a5
296 #ui_selection_color=#763024
297 #ui_tab_active_bg_color=#af4b3f
298 #ui_tab_active_fg_color=white
299 #ui_tab_bg_color=#d2b48c
301 #
302 # Greenish theme:
303 #
304 #ui_fg_color=#100404
305 #ui_main_bg_color=#c8d394
306 #ui_text_bg_color=#bdd8b6
307 #ui_selection_color=#7c5f42
308 #ui_button_highlight_color=#adad70
309 #ui_tab_active_bg_color=#b5b679
310 #ui_tab_active_fg_color=#b60907
311 #ui_tab_bg_color=#cac682
314 # Size of dillo panel
315 # tiny : buttons, location, and progress boxes in one row
316 # small : location in one row, buttons + progress boxes in another
317 # medium : adds text labels to buttons and boxes
318 #panel_size=tiny
319 panel_size=small
320 #panel_size=medium
322 #small_icons=NO
324 # Here you can choose to hide some widgets of the dillo panel...
325 #show_back=YES
326 #show_forw=YES
327 #show_home=YES
328 #show_reload=YES
329 show_save=NO
330 show_stop=NO
331 #show_bookmarks=YES
332 #show_tools=YES
333 #show_filemenu=YES
334 #show_clear_url=YES
335 #show_url=YES
336 #show_search=YES
337 show_help=NO
338 show_progress_box=NO
340 # Start dillo with the panels hidden?
341 #fullwindow_start=NO
343 # When filling out forms, our default behaviour is to submit on enterpress,
344 # but only when there's a single text entry (to avoid incomplete submits).
345 # OTOH, if you have to fill out the same form repeatedly, you may find it
346 # useful to keep away from the mouse by forcing enter to submit.
347 #enterpress_forces_submit=NO
349 # A mouse's middle click over a link opens a new Tab.
350 # If you prefer to open a new Window instead, set it to NO.
351 #middle_click_opens_new_tab=YES
353 # A mouse's middle click over a tab closes the Tab.
354 # With mousewheel mouses, right click feels way better (set to YES).
355 #right_click_closes_tab=NO
357 # Mouse middle click by default drives drag-scrolling.
358 # To paste an URL into the window instead of scrolling, set it to NO.
359 # Note: You could always paste the URL onto the URL box clear button.
360 #middle_click_drags_page=YES
362 # Focus follows new Tabs.
363 # You can hold SHIFT to temporarily revert this behaviour.
364 #focus_new_tab=YES
366 # Ask before quitting Dillo with more than one window or tab open.
367 #show_quit_dialog=YES
369 #-------------------------------------------------------------------------
370 # DEBUG MESSAGES SECTION
371 #-------------------------------------------------------------------------
373 # Soon we should add the "show_debug_messages=NO" option...
375 # Generic messages (mainly for debugging specific parts)
376 # Change this to disable them.
377 #show_msg=YES
380 #-------------------------------------------------------------------------
381 # HTML BUG MESSAGES SECTION
382 #-------------------------------------------------------------------------
384 # Accepted by the W3C validator but "strongly discouraged" by the SPEC.
385 # (Such as "TAB character inside <PRE>").
386 #show_extra_warnings=NO
389 # -----------------------------------------------------------------------
390 # dillorc ends here.