diff options
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 135 |
1 files changed, 80 insertions, 55 deletions
@@ -15,9 +15,23 @@ #geometry=780x580 # Change this if you want to have text-only browsing from the start. -# (there's a toggle button near the bug meter to change this on-the-fly) +# (While browsing, this can be changed from the tools/settings menu.) #load_images=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 + +# How should Dillo restrict automatic requests (e.g., redirections, +# pages containing images or stylesheets)? +# allow_all +# same_domain : Permit www.example.org to load an image from img.example.org, +# but not from the unrelated ad.doubleclick.net. +#filter_auto_requests=same_domain # Change the buffering scheme for drawing # 0 no double buffering - useful for debugging @@ -32,32 +46,35 @@ # RENDERING SECTION #------------------------------------------------------------------------- -# Fontname for variable width rendering (most of the text). -# - some fonts may slow down rendering. -# - try to tune a fontname/font_factor combination. -# Ex. {helvetica, lucida, times, "new century schoolbook", utopia, ...} -# vw_fontname="new century schoolbook" -# vw_fontname="helvetica" -# vw_fontname="times" -# vw_fontname="Bitstream vera Serif" -# vw_fontname="arial" -#vw_fontname="DejaVu Sans" - -# Fontname for fixed width rendering (mainly text quoted with <pre>) -# fw_fontname=courier -# fw_fontname="Bitstream Vera Sans Mono" -# fw_fontname="Andale Mono" -#fw_fontname="DejaVu Sans Mono" - -# All fontsizes are scaled by this value +# Default fonts: +# +# If FLTK2 has been configured with Xft enabled (the default), you can +# use scalable fonts such as DejaVu or Liberation (try running "fc-list"). +#font_serif="DejaVu Serif" +#font_sans_serif="DejaVu Sans" +#font_cursive="URW Chancery L" +#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 -# Show tooltip popup for images? -# Note: We use the "title" attribute and not "alt". -# More info at: http://bugzilla.mozilla.org/show_bug.cgi?id=25537 -# *** NOT HOOKED UP YET *** -# +# Maximum font size in pixels +#font_max_size=100 + +# Minimum font size in pixels +#font_min_size=6 + +# Show tooltip popups for UI and for HTML title attributes #show_tooltip=YES # Set this to YES if you want to limit the word wrap width to the viewport @@ -93,13 +110,28 @@ # Set the URL used by the web search dialog. # "%s" is replaced with the search keywords separated by '+'. +# search_url="http://www.wikipedia.org/wiki/Special:Search?search=%s" # search_url="http://search.lycos.com/?query=%s" # search_url="http://www.alltheweb.com/search?cat=web&query=%s" #search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" +# 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="vi,de-CH,de;q=0.5,th;q=0.3" + +# Maximum number of simultaneous TCP connections to a single server or proxy. +# http_max_conns=6 + # Set the proxy information for http. -# WARNING: dillo uses wget for ftp and https. To use a proxy for those -# protocols, you will need to configure wget. +# 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) @@ -110,7 +142,7 @@ # Set the domains to access without proxy # no_proxy = ".hola.com .mynet.cl .hi.de" -#(by default, no proxy is used) +#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 @@ -121,39 +153,30 @@ # 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. +# +# http_user_agent="Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6" +# http_user_agent="Wget/1.11.4" +#The default is Dillo/(current version number) #------------------------------------------------------------------------- # COLORS SECTION #------------------------------------------------------------------------- -# Here we can use the HTML color names or C syntax. - -# Set the background color -# bg_color=gray -# bg_color=0xd6d6c0 -#bg_color=0xdcd1ba - -# Set the text color -#text_color=black - -# Set the link color -#link_color=blue - # If your eyes suffer with white backgrounds, change this. #allow_white_bg=YES -# Use the same colors with all documents? -#force_my_colors=NO - # 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 -# Colors for widgets inside forms. -# YES = toolkit's default colors, NO = use page's text and background color. -# ("NO" looks less traditional but more stylish). -#standard_widget_colors=NO - #------------------------------------------------------------------------- # USER INTERFACE SECTION @@ -166,8 +189,8 @@ # large : Traditional # panel_size=tiny # panel_size=small -# panel_size=medium -#panel_size=large +#panel_size=medium +# panel_size=large #small_icons=NO @@ -179,10 +202,12 @@ #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 # Start dillo with the panels hidden? @@ -194,15 +219,15 @@ # useful to keep away from the mouse by forcing enter to submit. #enterpress_forces_submit=NO -# Some forms lack a submit button, and dillo can generate a custom one -# internally. Unfortunately there's no guarantee for it to work. :( -# (my experience is that forms that lack a submit rely on Javascript) -#generate_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 +# 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 |