wok view dillo/stuff/dillorc @ rev 24885

updated mcabber (0.9.10 -> 1.1.2)
author Hans-G?nter Theisgen
date Fri Apr 01 07:52:41 2022 +0100 (2022-04-01)
parents b822f50cc0d1
children
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.
123 # This factor is multiplied with the line height to get the
124 # stretchability of a non-justified line. The larger this factor (and
125 # thus, the stretchability), the less likely the words are hyphenated;
126 # so you can use this value to control hyphenation of non-justified
127 # text.
128 #stretchability_factor=1
130 #-------------------------------------------------------------------------
131 # PARSING SECTION
132 #-------------------------------------------------------------------------
134 # If you prefer more accurate HTML bug diagnosis over better rendering
135 # (page authors and webmasters) set the following to "NO".
136 #
137 #w3c_plus_heuristics=YES
140 #-------------------------------------------------------------------------
141 # NETWORK SECTION
142 #-------------------------------------------------------------------------
144 # Set the start page.
145 # start_page="about:blank"
146 # start_page="http://www.dillo.org"
147 # start_page="file:/home/jcid/custom_page.html"
148 start_page="file:/usr/share/webhome/dillo.html"
150 # Set the home location
151 # home="file:/home/jcid/HomePage/Home.html"
152 home="file:/usr/share/webhome/dillo.html"
154 # Set the URLs used by the web search dialog.
155 # "%s" is replaced with the search keywords separated by '+'.
156 # Format: search_url="[<label> ]<url>"
157 # You can enable multiple search_url strings at once and select from among
158 # them at runtime, with the first being the default.
159 search_url="http://duckduckgo.com/lite/?kp=-1&q=%s&t=slitaz"
160 search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go"
161 search_url="Free Dictionary http://www.thefreedictionary.com/%s"
162 search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
164 # If set, dillo will ask web servers to send pages in this language.
165 # This setting does NOT change dillo's user interface.
166 # Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4
167 # Language-REGION values: www.iana.org/assignments/language-subtag-registry
168 # (by default, no Accept-Language header is sent)
169 # http_language="de"
170 # http_language="pt-BR"
171 # http_language="vi,de-CH,de;q=0.5,th;q=0.3"
172 http_language="en,en_US"
174 # Maximum number of simultaneous TCP connections to a single server or proxy.
175 # http_max_conns=6
177 # Set the proxy information for http.
178 # Note that the http_proxy environment variable overrides this setting.
179 # WARNING: FTP and downloads plugins use wget. To use a proxy with them,
180 # you will need to configure wget accordingly. See
181 # http://www.gnu.org/software/wget/manual/html_node/Proxies.html
182 # http_proxy="http://localhost:8080/"
183 #(by default, no proxy is used)
185 # If you need to provide a user/password pair for the proxy,
186 # set the proxy user name here and Dillo will ask for the password later.
187 # http_proxyuser="joe"
188 #(by default, no proxy is used)
190 # Set the domains to access without proxy
191 # no_proxy = ".hola.com .mynet.cl .hi.de"
192 #no_proxy="localhost 127.0.0.1"
194 # Set the HTTP Referer (sic) header.
195 # Note that there is no option to reveal the page that you came from because it
196 # would endanger your privacy. 'host' and 'path' allow you to pretend that the
197 # link you followed was on the same site that you're going to.
198 # none : Don't send any Referer header at all.
199 # host : Send the requested URI's hostname.
200 # path : Send the requested URI's host and path.
201 #http_referer=host
203 # Set the HTTP User-Agent header.
204 # This can be useful for privacy and for working around servers who think
205 # Dillo is less capable than it really is. However, if you pretend to use a
206 # different browser, servers may send you pages that work with the features
207 # and bugs of that other browser -- or even disallow access in cases like
208 # wget or googlebot. Remember this before submitting bug reports.
209 #
210 # See http://zytrax.com/tech/web/browser_ids.htm for a compilation of strings.
211 #
212 # http_user_agent="Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0"
213 # http_user_agent="Wget/1.12 (linux-gnu)"
214 #The default is "Dillo/"+current_version_number
215 http_user_agent="Dillo/_dillo_version_ (SliTaz GNU/Linux)"
217 #-------------------------------------------------------------------------
218 # COLORS SECTION
219 #-------------------------------------------------------------------------
221 # Set the page background color
222 # bg_color=gray
223 # bg_color=0xd6d6c0
224 bg_color=white
226 # If your eyes suffer with white backgrounds, change this.
227 allow_white_bg=YES
229 # If allow_white_bg is set to NO, white backgrounds are replaced by
230 # this color.
231 #white_bg_replacement=0xe0e0a3
233 # When set to YES, the page author's visited link color may be overridden
234 # to allow better contrast with text/links/background
235 #contrast_visited_color=YES
238 #-------------------------------------------------------------------------
239 # USER INTERFACE SECTION
240 #-------------------------------------------------------------------------
242 # UI theme
243 # "none" is the default FLTK appearance, which "resembles old Windows...and
244 # old GTK/KDE".
245 # "plastic" "is inspired by the Aqua user interface on Mac OS X".
246 # "gtk+" "is inspired by the Red Hat Bluecurve theme".
247 theme=none
248 #theme=gtk+
249 #theme=plastic
251 # UI colors
252 # The first four colors map to concepts in the underlying FLTK toolkit. Note
253 # that FLTK may sometimes override colors, generally for contrast and
254 # readability.
255 #
256 #ui_fg_color=black
257 #ui_main_bg_color=silver
258 #ui_text_bg_color=white
259 #ui_selection_color=navy
260 #
261 # Background used when the mouse cursor is over a button.
262 #ui_button_highlight_color=(by default, the main background color, lightened)
263 #
264 # Colors for the current tab.
265 #ui_tab_active_bg_color=(by default, the text background color)
266 #ui_tab_active_fg_color=(by default, the main foreground color)
267 #
268 # Colors for the other tabs.
269 #ui_tab_bg_color=(by default, the main background color)
270 #ui_tab_fg_color=(by default, the main foreground color)
273 # Note to packagers: leaving these variables for the system to guess
274 # gives different results in different environments, so we played it safe
275 # by defining the traditional colors. Please choose the color theme that
276 # better fits your distro.
278 #
279 # SliTaz theme
280 #
281 ui_fg_color=black
282 ui_main_bg_color=#ededed
283 ui_text_bg_color=#d9d4ce
284 ui_selection_color=#d66018
285 ui_button_highlight_color=#a9a9a9
286 ui_tab_active_bg_color=#333333
287 ui_tab_active_fg_color=white
288 ui_tab_bg_color=#dadada
290 #
291 # Gray theme (traditional)
292 #
293 #ui_fg_color=black
294 #ui_main_bg_color=#c6c6c6
295 #ui_text_bg_color=bfdabf
296 #ui_selection_color=#191970
297 #ui_button_highlight_color=#a9a9a9
298 #ui_tab_active_bg_color=#87aca7
299 #ui_tab_active_fg_color=black
300 #ui_tab_bg_color=#b7beb7
302 #
303 # Earthly theme:
304 #
305 #ui_fg_color=#100404
306 #ui_main_bg_color=#c2a47b
307 #ui_text_bg_color=#cdc9a5
308 #ui_selection_color=#763024
309 #ui_tab_active_bg_color=#af4b3f
310 #ui_tab_active_fg_color=white
311 #ui_tab_bg_color=#d2b48c
313 #
314 # Greenish theme:
315 #
316 #ui_fg_color=#100404
317 #ui_main_bg_color=#c8d394
318 #ui_text_bg_color=#bdd8b6
319 #ui_selection_color=#7c5f42
320 #ui_button_highlight_color=#adad70
321 #ui_tab_active_bg_color=#b5b679
322 #ui_tab_active_fg_color=#b60907
323 #ui_tab_bg_color=#cac682
326 # Size of dillo panel
327 # tiny : buttons, location, and progress boxes in one row
328 # small : location in one row, buttons + progress boxes in another
329 # medium : adds text labels to buttons and boxes
330 panel_size=tiny
331 #panel_size=small
332 #panel_size=medium
334 #small_icons=NO
336 # Here you can choose to hide some widgets of the dillo panel...
337 #show_back=YES
338 #show_forw=YES
339 #show_home=YES
340 #show_reload=YES
341 show_save=NO
342 show_stop=NO
343 #show_bookmarks=YES
344 #show_tools=YES
345 #show_filemenu=YES
346 #show_clear_url=YES
347 #show_url=YES
348 #show_search=YES
349 show_help=NO
350 show_progress_box=NO
352 # Start dillo with the panels hidden?
353 #fullwindow_start=NO
355 # When filling out forms, our default behaviour is to submit on enterpress,
356 # but only when there's a single text entry (to avoid incomplete submits).
357 # OTOH, if you have to fill out the same form repeatedly, you may find it
358 # useful to keep away from the mouse by forcing enter to submit.
359 #enterpress_forces_submit=NO
361 # A mouse's middle click over a link opens a new Tab.
362 # If you prefer to open a new Window instead, set it to NO.
363 #middle_click_opens_new_tab=YES
365 # A mouse's middle click over a tab closes the Tab.
366 # With mousewheel mouses, right click feels way better (set to YES).
367 #right_click_closes_tab=NO
369 # Mouse middle click by default drives drag-scrolling.
370 # To paste an URL into the window instead of scrolling, set it to NO.
371 # Note: You could always paste the URL onto the URL box clear button.
372 #middle_click_drags_page=YES
374 # Focus follows new Tabs.
375 # You can hold SHIFT to temporarily revert this behaviour.
376 #focus_new_tab=YES
378 # Ask before quitting Dillo with more than one window or tab open.
379 #show_quit_dialog=YES
381 #-------------------------------------------------------------------------
382 # DEBUG MESSAGES SECTION
383 #-------------------------------------------------------------------------
385 # Soon we should add the "show_debug_messages=NO" option...
387 # Generic messages (mainly for debugging specific parts)
388 # Change this to disable them.
389 #show_msg=YES
392 #-------------------------------------------------------------------------
393 # HTML BUG MESSAGES SECTION
394 #-------------------------------------------------------------------------
396 # Accepted by the W3C validator but "strongly discouraged" by the SPEC.
397 # (Such as "TAB character inside <PRE>").
398 #show_extra_warnings=NO
401 # -----------------------------------------------------------------------
402 # dillorc ends here.