-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdillorc
568 lines (486 loc) · 21.7 KB
/
dillorc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
# dillorc
# Sample dillo initialization file.
#
# Lines that start with a '#' are comments.
# "#option=..." shows the built-in default.
# "# option=..." is an additional example.
# "option=..." overrides the built-in value.
#-------------------------------------------------------------------------
# FIRST SECTION :)
#-------------------------------------------------------------------------
# Set the desired initial browser size
# geometry=650x545+0+20
#geometry=780x580
# Change this (and the following option) if you want to have text-only browsing
# from the start. (While browsing, this can be changed from the tools/settings
# menu.)
#load_images=YES
# Change this if you want background images to be loaded initially.
# (While browsing, this can be changed from the tools/settings menu.)
#load_background_images=NO
# Change this if you want to disable ithe use of cookies initially.
# (While browsing, this can be changed from the tools/settings menu.)
#use_cookies=YES
# Change this if you want to disable loading of CSS stylesheets initially.
# (While browsing, this can be changed from the tools/settings menu.)
#load_stylesheets=YES
# Change this if you want to disable parsing of embedded CSS initially.
# (While browsing, this can be changed from the tools/settings menu.)
#parse_embedded_css=YES
# Change this if you want to enable loading of reader mode CSS initially.
# (While browsing, this can be changed from the tools/settings menu.)
#load_reader_mode_css=NO
# Change the buffering scheme for drawing
# 0 no double buffering - useful for debugging
# 1 light buffering using a single back buffer for all windows
# 2 full fltk-based double buffering for all windows
#buffered_drawing=1
# Video player (e.g. for Youtube videos)
media_player=mpv --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" --ytdl-format="bestvideo[height<=?360]+bestaudio/best"
# Set your default directory for download/save operations
#save_dir=/tmp
#-------------------------------------------------------------------------
# RENDERING SECTION
#-------------------------------------------------------------------------
# Default fonts:
#
# If FLTK has been configured with Xft enabled (the default), you can use
# scalable fonts such as DejaVu or Liberation (try running
# "fc-list : family | cut -d ',' -f 2 | sort").
#font_serif="DejaVu Serif"
#font_sans_serif="DejaVu Sans"
font_cursive="DejaVu Serif"
#font_fantasy="DejaVu Sans"
#font_monospace="DejaVu Sans Mono"
#
# Otherwise, use bitmapped fonts like the following (for a list, try running
# "xlsfonts -fn *-iso10646-1 | grep -v -e -0-0 | cut -d - -f 3 | sort | uniq").
# font_serif="times"
# font_sans_serif="helvetica"
# font_cursive="helvetica"
# font_fantasy="helvetica"
# font_monospace="courier"
# All font sizes are scaled by this value
# font_factor=1.5
#font_factor=1.0
# Maximum font size in pixels
#font_max_size=100
# Minimum font size in pixels
#font_min_size=6
# Show tooltip popups for HTML title attributes
#show_tooltip=YES
# Set this to YES to limit the word wrap width to the viewport width
#limit_text_width=NO
# If this is set to YES, all CSS size specifications are adjusted so that
# all contents can be displayed. (Except for tables, see below.)
#adjust_min_width=YES
# If this is set to YES, all CSS size specifications for tables are
# adjusted so that all contents can be displayed. This is seperated
# from "adjust_min_width" so that it is able to mimic Firefox, which
# differenciates between tables and, say, textblocks (in some cases).
#adjust_table_min_width=YES
#-------------------------------------------------------------------------
# PENALTIES
#-------------------------------------------------------------------------
# Penalties are used to control good and bad break points. The bigger
# the penalty for a given break point, the less likely the line is
# broken here. "inf" means that breaking is prohibited, "-inf" means
# that a line *must* be broken here. (The latter should not be used
# here, however.) Normal spaces get a penalty of 0. The exact
# definition can be found in doc/dw-line-breaking.doc.
# Penalties for hyphenation breaks; this covers automatic hyphenation,
# soft hyphens, and unconditional hyphens. Since hyphenation should
# rather be avoided, the default values are larger than 0.
# This is used for hyphenation points, when there is no hyphen or dash
# before:
#penalty_hyphen = 1
# This is used for hyphenation points, when the line before ends
# already with a hyphen or a dash. Consequent lines ending with
# hyphens or dashes should be avoided, so this value is bigger than
# "penalty_hyphen":
#penalty_hyphen_2 = 8
# The same for a break right of an em-dash, when there are no spaces
# surrounding it (as in English). The default values are the same as
# for hyphens:
#penalty_em_dash_right = 1
#penalty_em_dash_right_2 = 8
# Penalty for a break *left* of an em-dash. Since a line ending with
# an em-dash (and so breaking right of the em-dash) looks better than
# a line beginning with an em-dash (breaking left of an em-dash), the
# default value is bigger than "penalty_em_dash_right":
#penalty_em_dash_left = 8
# Notice that there is no "penalty_em_dash_left_2", since breaking
# left of an em-dash makes the line *begin*, not *end* with a dash.
# This factor is multiplied with the line height to get the
# stretchability of a non-justified line. The larger this factor (and
# thus, the stretchability), the less likely the words are hyphenated;
# so you can use this value to control hyphenation of non-justified
# text.
#stretchability_factor=1
#-------------------------------------------------------------------------
# PARSING SECTION
#-------------------------------------------------------------------------
# If you prefer more accurate HTML bug diagnosis over better rendering
# (page authors and webmasters) set the following to "NO".
#
#w3c_plus_heuristics=YES
#-------------------------------------------------------------------------
# NETWORK SECTION
#-------------------------------------------------------------------------
# Set the start page.
# start_page="about:blank"
# start_page="https://dillo-browser.github.io/"
# start_page="file:/home/jcid/custom_page.html"
#start_page="about:splash"
# Set the home location
# home="file:/home/jcid/HomePage/Home.html"
#home="https://dillo-browser.github.io/old/"
# Set the URLs used by the web search dialog.
# "%s" is replaced with the search keywords separated by '+'.
# Format: search_url="[prefix ][<label> ]<url>"
# You can enable multiple search_url strings at once and select from among
# them at runtime, with the first being the default.
# (the prefix serves to search from the Location Bar. e.g. "dd dillo image")
search_url="dd DuckDuckGo https://duckduckgo.com/lite/?kp=-1&q=%s"
search_url="se SearX (searx.be) https://searx.be/search?q=%s"
search_url="se2 SearX (searxng.ch) https://searxng.ch/search?q=%s"
search_url="se3 SearX (searxng.ca) https://searxng.ca/search?q=%s"
search_url="se4 SearX (priv.au) https://priv.au/search?q=%s"
search_url="ya Yandex https://yandex.com/search/?text=%s"
search_url="wk Wikipedia https://www.wikipedia.org/w/index.php?search=%s&go=Go"
search_url="wt Wiktionary https://www.wiktionary.org/w/index.php?search=%s&go=Go"
search_url="wc Wikicommons https://commons.wikimedia.org/w/index.php?search=%s&go=Go"
search_url="wb Wikibooks https://www.wikibooks.org/w/index.php?search=%s&go=Go"
search_url="wv Wikiversity https://www.wikiversity.org/w/index.php?search=%s&go=Go"
search_url="wy Wikivoyage https://www.wikivoyage.org/w/index.php?search=%s&go=Go"
search_url="ar Internet Archive https://archive.org/search.php?query=%s"
search_url="fd Free Dictionary https://www.thefreedictionary.com/%s"
search_url="sp Startpage https://www.startpage.com/do/search?query=%s"
search_url="mn Marginalia https://search.marginalia.nu/search?query=%s"
search_url="te Teclis https://teclis.com/search?q=%s"
search_url="gg Google https://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
search_url="ge GeminiSpace gemini://geminispace.info/search?q=%s"
search_url="lg LibGen http://libgen.is/search.php?req=%s"
search_url="gr GoodReads https://www.goodreads.com/search?query=%s"
search_url="pb The Pirate Bay https://thepiratebay.party/search/%s"
search_url="tw Twitter https://nitter.net/search?f=users&q=%s"
search_url="un Unsplash https://unsplash.com/s/photos/%s"
search_url="dv Deviant Art https://www.deviantart.com/search?q=%s"
search_url="dw Debian Wiki https://wiki.debian.org/FrontPage?action=fullsearch&context=180&value=%s"
search_url="aw Arch Wiki https://wiki.archlinux.org/index.php?search=%s&title=Special%3ASearch"
search_url="gw Gentoo Wiki https://wiki.gentoo.org/index.php?title=Special%3ASearch&search=%s"
search_url="ow OpenSuse Wiki https://en.opensuse.org/index.php?search=%s"
search_url="sl Slackware Docs https://docs.slackware.com/%s?do=search&q=%s"
search_url="db Debian Package https://packages.debian.org/search?keywords=%s&s:"
search_url="ap Arch Package https://archlinux.org/packages/?sort=&q=%s&maintainer=&flagged="
search_url="fp Fedora Package https://packages.fedoraproject.org/search?query=%s"
search_url="ob OpenBSD Package https://openbsd.app/?search=%s"
search_url="os OpenSuse Package https://software.opensuse.org/search?q=%s&baseproject=openSUSE%3AFactory"
search_url="fb FreeBSD Man https://man.freebsd.org/cgi/man.cgi?query=%s&sektion=0"
# If set, dillo will ask web servers to send pages in this language.
# This setting does NOT change dillo's user interface.
# Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4
# Language-REGION values: www.iana.org/assignments/language-subtag-registry
# (by default, no Accept-Language header is sent)
# http_language="de"
# http_language="pt-BR"
# http_language="en-US,en;q=0.5"
# Maximum number of simultaneous TCP connections to a single server or proxy.
# http_max_conns=6
# If enabled, Dillo will reuse HTTP connections to a server or proxy when
# possible rather than making a new connection for every request for a new
# page/image/stylesheet.
#http_persistent_conns=YES
# This mechanism allows servers to specify that they are only to be contacted
# through HTTPS and not HTTP.
#
# Overall, this is a valuable security measure against TLS stripping
# attacks, etc., but in principle a site could contrive to use this as a
# tracking mechanism. The term is "HSTS super cookie", although note that these
# HSTS directives are not saved between browser sessions.
#http_strict_transport_security=YES
# Set the proxy information for http/https.
# Note that the http_proxy environment variable overrides this setting.
# WARNING: FTP and downloads plugins use wget. To use a proxy with them,
# you will need to configure wget accordingly. See
# http://www.gnu.org/software/wget/manual/html_node/Proxies.html
# http_proxy="http://localhost:8080/"
#(by default, no proxy is used)
# If you need to provide a user/password pair for the proxy,
# set the proxy user name here and Dillo will ask for the password later.
# http_proxyuser="joe"
#(by default, no proxy is used)
# Set the domains to access without proxy
# no_proxy = ".hola.com .mynet.cl .hi.de"
#no_proxy="localhost 127.0.0.1"
# Set the HTTP Referer (sic) header.
# Note that there is no option to reveal the page that you came from because it
# would endanger your privacy. 'host' and 'path' allow you to pretend that the
# link you followed was on the same site that you're going to.
# none : Don't send any Referer header at all.
# host : Send the requested URI's hostname.
# path : Send the requested URI's host and path.
#http_referer=host
# Set the HTTP User-Agent header.
# This can be useful for privacy and for working around servers who think
# Dillo is less capable than it really is. However, if you pretend to use a
# different browser, servers may send you pages that work with the features
# and bugs of that other browser -- or even disallow access in cases like
# wget or googlebot. Remember this before submitting bug reports.
#
# See http://zytrax.com/tech/web/browser_ids.htm for a compilation of strings
# or https://www.useragents.me/.
#
# http_user_agent="Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0"
# http_user_agent="Wget/1.13.4 (linux-gnu)"
#
# If not set "Dillo/"+current_version_number is used
#
# To prevent some browser fingerprinting and avoid some filters the default
# string is set to a common user agent (in this case: Windows 10, Chrome 108):
http_user_agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
#-------------------------------------------------------------------------
# COLORS SECTION
#-------------------------------------------------------------------------
# Set the page background color
# bg_color=gray
# bg_color=0xd6d6c0
#bg_color=0xdcd1ba
bg_color=0x778899
# If your eyes suffer with white backgrounds, change this.
#allow_white_bg=YES
# If allow_white_bg is set to NO, white backgrounds are replaced by
# this color.
#white_bg_replacement=0xe0e0a3
# When set to YES, the page author's visited link color may be overridden
# to allow better contrast with text/links/background
#contrast_visited_color=YES
#-------------------------------------------------------------------------
# USER INTERFACE SECTION
#-------------------------------------------------------------------------
# UI theme
# "none" is the default FLTK appearance, which "resembles old Windows...and
# old GTK/KDE".
# "plastic" "is inspired by the Aqua user interface on Mac OS X".
# "gtk+" "is inspired by the Red Hat Bluecurve theme".
#
# If you have fltk-1.3.3 or newer, you can specify "gleam", which
# is "a sort of Clearlooks Glossy scheme". ("fltk-config --version")
#theme=none
# theme=gtk+
# theme=plastic
# UI colors
# Note that FLTK may sometimes override colors, generally for contrast and
# readability.
#
# ui_fg_color, ui_main_bg_color, ui_text_bg_color, and ui_selection_color
# map to concepts in the underlying FLTK toolkit which are described as:
# "the default foreground color...used for labels and text", "default
# background color", "the default background color for text, list, and
# valuator widgets", and "the default selection/highlight color". They
# sometimes have other uses in the more complex FLTK widgets.
#
# ui_button_highlight_color is the background used when the mouse cursor is
# over a button. By default, this is a lightened version of the main
# background color.
#
# ui_tab_active_fg_color and ui_tab_active_bg_color are used for the current
# tab. By default, they are the main foreground color and the text background
# color, respectively.
#
# ui_tab_fg_color and ui_tab_bg_color are used for the other tabs. By default,
# they are the main foreground color and the main background color,
# respectively.
#
# Note to packagers: leaving these variables for the system to guess
# gives different results in different environments, so we played it safe
# by defining the traditional colors. Please choose the color theme that
# better fits your distro.
#
#ui_fg_color=black
#ui_main_bg_color=silver
#ui_text_bg_color=white
#ui_selection_color=navy
#
# Background used when the mouse cursor is over a button.
#ui_button_highlight_color=(by default, the main background color, lightened)
#
# Colors for the current tab.
#ui_tab_active_bg_color=(by default, the text background color)
#ui_tab_active_fg_color=(by default, the main foreground color)
#
# Colors for the other tabs.
#ui_tab_bg_color=(by default, the main background color)
#ui_tab_fg_color=(by default, the main foreground color)
#
# Gray theme (traditional)
#
#ui_fg_color=black
#ui_main_bg_color=#c6c6c6
#ui_text_bg_color=#bfdabf
#ui_selection_color=#191970
#ui_button_highlight_color=#a9a9a9
#ui_tab_active_bg_color=#87aca7
#ui_tab_active_fg_color=black
#ui_tab_bg_color=#b7beb7
#
# Breeze-light theme
#
# unused from /usr/share/themes/Breeze/gtk-2.0/gtkrc:
# insensitive_base_color(e7e7e7) tooltip_bg_color(f7f7f7)
# insensitive_fg_color(a6a8a9) button_insensitive_fg_color(aeafb0)
#ui_fg_color=232629# text_color button_fg_color tooltip_fg_color
#ui_main_bg_color=0xdee0e2# matches screenshots.debian and system
#ui_text_bg_color=0xfeffff# base_color but modified to avoid whitereplace
#ui_selection_color=0x3daee9# selected_bg_color button_active
#ui_button_highlight_color=0xceced0# matches system
#ui_tab_active_bg_color=0xeff0f1# bg_color
#ui_tab_active_fg_color=0x232629# text_color button_fg_color tooltip_fg_color
#ui_tab_bg_color=0xdee0e2# matches screenshots.debian and system
#
# Adwaita-dark theme
#
# copied from /usr/share/themes/Adwaita-dark/gtk-2.0/gtkrc
#ui_fg_color=feffff# text_color slightly off-white to avoid whitereplace
#ui_main_bg_color=0x2d3234# insensitive_bg_color
#ui_text_bg_color=0x232729# base_color
#ui_selection_color=0x215d9c# selected_bg_color
#ui_button_highlight_color=0x262b2d# menu_color
#ui_tab_active_bg_color=0x232729# base_color
#ui_tab_active_fg_color=0xfeffff# text_color slightly off-white to avoid whitereplace
#ui_tab_bg_color=0x2d3234# insensitive_bg_color
#
# Adwaita theme
#
# copied from /usr/share/themes/Adwaita/gtk-2.0/gtkrc using: echo '' && \
# cat /usr/share/themes/Adwaita/gtk-2.0/gtkrc | grep -e 'text_color\
# \|insensitive_bg_color\|base_color\|selected_bg_color\|menu_color'\
# | awk '{print $3}' | sed -e 's/\\n/\'$'\n''/g' | sed -e 's/"//g'\
# | sed -e 's/:#/ 0x/g' | sed -e 's/:black/ 0x000000/g' | sed -e\
# 's/:white/ 0xffffff/g' | awk '{$0 = sprintf("%30-s %s", $1,$2);\
# print}' | grep -v fg_color && echo ''
#
#ui_fg_color=0x000000# text_color slightly off-white to avoid whitereplace
#ui_main_bg_color=0xf1f1f1# insensitive_bg_color
#ui_text_bg_color=feffff# base_color slightly off-white to avoid whitereplace
#ui_selection_color=0x4a90d9# selected_bg_color
#ui_button_highlight_color=0xfeffff# menu_color slightly off-white to avoid whitereplace
#ui_tab_active_bg_color=0xfeffff# base_color slightly off-white to avoid whitereplace
#ui_tab_active_fg_color=0x000000# text_color
#ui_tab_bg_color=0xf1f1f1# insensitive_bg_color
#
# Earthly theme:
#
#ui_fg_color=#100404
#ui_main_bg_color=#c2a47b
#ui_text_bg_color=#cdc9a5
#ui_selection_color=#763024
#ui_tab_active_bg_color=#af4b3f
#ui_tab_active_fg_color=white
#ui_tab_bg_color=#d2b48c
#
# Greenish theme:
#
#ui_fg_color=#100404
#ui_main_bg_color=#c8d394
#ui_text_bg_color=#bdd8b6
#ui_selection_color=#7c5f42
#ui_button_highlight_color=#adad70
#ui_tab_active_bg_color=#b5b679
#ui_tab_active_fg_color=#b60907
#ui_tab_bg_color=#cac682
#
# Bluish theme:
#
#ui_fg_color=#100404
#ui_main_bg_color=#99AABB
#ui_text_bg_color=#BBCCDD
#ui_selection_color=#99AABB
#ui_button_highlight_color=#BBCCDD
#ui_tab_active_bg_color=#BBCCDD
#ui_tab_active_fg_color=#100404
#ui_tab_bg_color=#AABBCC
#
# Default theme (Dillo+):
#
ui_fg_color=#100404
ui_main_bg_color=#D5D8DD
ui_text_bg_color=#f6f5f4
ui_selection_color=#99AABB
ui_button_highlight_color=#FFFFFF
ui_tab_active_bg_color=#EEEEEE
ui_tab_active_fg_color=#100404
ui_tab_bg_color=#D5D8DD
#
# w00f theme
#
#ui_fg_color=black
#ui_main_bg_color=#E8E8FF
#ui_text_bg_color=#FFFFFF
#ui_selection_color=#191970
#ui_button_highlight_color=#a9a9a9
#ui_tab_active_bg_color=#D3E7F3
#ui_tab_active_fg_color=black
#ui_tab_bg_color=#A4CCE3
# Size of dillo panel
# tiny : buttons, location, and progress boxes in one row
# small : location in one row, buttons + progress boxes in another
# medium : adds text labels to buttons and boxes
# panel_size=tiny
# panel_size=small
#panel_size=medium
#small_icons=NO
# Here you can choose to hide some widgets of the dillo panel...
#show_back=YES
#show_forw=YES
#show_home=YES
#show_reload=YES
#show_save=YES
#show_stop=YES
#show_bookmarks=YES
#show_tools=YES
#show_filemenu=YES
#show_clear_url=YES
#show_url=YES
#show_search=YES
#show_help=YES
#show_progress_box=YES
# Show tooltip popups for the UI
#show_ui_tooltip=YES
# Start dillo with the panels hidden?
#fullwindow_start=NO
# When filling out forms, our default behaviour is to submit on enterpress,
# but only when there's a single text entry (to avoid incomplete submits).
# OTOH, if you have to fill out the same form repeatedly, you may find it
# useful to keep away from the mouse by forcing enter to submit.
#enterpress_forces_submit=NO
# A mouse's middle click over a link opens a new Tab.
# If you prefer to open a new Window instead, set it to NO.
#middle_click_opens_new_tab=YES
# A mouse's middle click over a tab closes the Tab.
# With mousewheel mouses, right click feels way better (set to YES).
#right_click_closes_tab=NO
# Mouse middle click by default drives drag-scrolling.
# To paste an URL into the window instead of scrolling, set it to NO.
# Note: You could always paste the URL onto the URL box clear button.
#middle_click_drags_page=YES
# Focus follows new Tabs.
# You can hold SHIFT to temporarily revert this behaviour.
#focus_new_tab=YES
# Ask before quitting Dillo with more than one window or tab open.
#show_quit_dialog=YES
#-------------------------------------------------------------------------
# DEBUG MESSAGES SECTION
#-------------------------------------------------------------------------
# Soon we should add the "show_debug_messages=NO" option...
# Generic messages (mainly for debugging specific parts)
# Change this to disable them.
#show_msg=YES
#-------------------------------------------------------------------------
# HTML BUG MESSAGES SECTION
#-------------------------------------------------------------------------
# Accepted by the W3C validator but "strongly discouraged" by the SPEC.
# (Such as "TAB character inside <PRE>").
#show_extra_warnings=NO
# -----------------------------------------------------------------------
# dillorc ends here.