wok-current diff dillo-hg/stuff/dillorc @ rev 2820

Add Dillo (Hg version) - Provide CSS support!
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 29 21:18:16 2009 +0200 (2009-04-29)
parents
children 23c5897a0eb4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dillo-hg/stuff/dillorc	Wed Apr 29 21:18:16 2009 +0200
     1.3 @@ -0,0 +1,228 @@
     1.4 +# dillorc
     1.5 +# Sample dillo initialization file.
     1.6 +#
     1.7 +# Lines that start with a '#' are comments.
     1.8 +# "#option=..." shows the built-in default.
     1.9 +# "# option=..." is an additional example.
    1.10 +# "option=..." overrides the built-in value.
    1.11 +
    1.12 +#-------------------------------------------------------------------------
    1.13 +#                             FIRST SECTION                             :)
    1.14 +#-------------------------------------------------------------------------
    1.15 +
    1.16 +# Set the desired initial browser size
    1.17 +# geometry=650x545+0+20
    1.18 +#geometry=780x580
    1.19 +
    1.20 +# Change this if you want to have text-only browsing from the start.
    1.21 +# (there's a toggle button near the bug meter to change this on-the-fly)
    1.22 +#load_images=YES
    1.23 +
    1.24 +# Change this if you want to disable loading of CSS stylesheets.
    1.25 +#load_stylesheets=YES
    1.26 +
    1.27 +# Change this if you want to disable parsing of embedded CSS.
    1.28 +#parse_embedded_css=YES
    1.29 +
    1.30 +# Change the buffering scheme for drawing
    1.31 +# 0 no double buffering - useful for debugging
    1.32 +# 1 light buffering using a single back buffer for all windows
    1.33 +# 2 full fltk-based double buffering for all windows
    1.34 +#buffered_drawing=1
    1.35 +
    1.36 +# Set your default directory for download/save operations
    1.37 +#save_dir=/tmp
    1.38 +
    1.39 +#-------------------------------------------------------------------------
    1.40 +#                           RENDERING SECTION
    1.41 +#-------------------------------------------------------------------------
    1.42 +
    1.43 +# Fontnames:
    1.44 +#   - some fonts may slow down rendering.
    1.45 +#   - try to tune a fontname/font_factor combination.
    1.46 +# Ex. {helvetica, lucida, times, "new century schoolbook", utopia, ...}
    1.47 +# The values below represent the defaults.
    1.48 +#
    1.49 +#font_serif="DejaVu Serif"
    1.50 +#font_sans_serif="DejaVu Sans"
    1.51 +#font_cursive="DejaVu Sans"
    1.52 +#font_fantasy="DejaVu Sans"
    1.53 +#font_monospace="DejaVu Sans Mono"
    1.54 +
    1.55 +# All font sizes are scaled by this value
    1.56 +# font_factor=1.5
    1.57 +#font_factor=1.0
    1.58 +
    1.59 +# Maximum font size in pixels
    1.60 +#font_max_size=100
    1.61 +
    1.62 +# Minimum font size in pixels
    1.63 +#font_min_size=6
    1.64 +
    1.65 +# Show tooltip popup for images?
    1.66 +# Note: We use the "title" attribute and not "alt".
    1.67 +#       More info at: http://bugzilla.mozilla.org/show_bug.cgi?id=25537
    1.68 +# *** NOT HOOKED UP YET ***
    1.69 +#
    1.70 +#show_tooltip=YES
    1.71 +
    1.72 +# Set this to YES if you want to limit the word wrap width to the viewport
    1.73 +# width (may be useful for iPAQ)
    1.74 +# *** NOT HOOKED UP YET ***
    1.75 +#
    1.76 +#limit_text_width=NO
    1.77 +
    1.78 +
    1.79 +#-------------------------------------------------------------------------
    1.80 +#                            PARSING SECTION
    1.81 +#-------------------------------------------------------------------------
    1.82 +
    1.83 +# If you prefer more accurate HTML bug diagnosis over better rendering
    1.84 +# (page authors and webmasters) set the following to "NO".
    1.85 +#
    1.86 +#w3c_plus_heuristics=YES
    1.87 +
    1.88 +
    1.89 +#-------------------------------------------------------------------------
    1.90 +#                            NETWORK SECTION
    1.91 +#-------------------------------------------------------------------------
    1.92 +
    1.93 +# Set the start page.
    1.94 +# start_page="about:blank"
    1.95 +# start_page="http://www.dillo.org"
    1.96 +# start_page="file:/home/jcid/custom_page.html"
    1.97 +start_page="file:/usr/share/webhome/dillo-index.html"
    1.98 +
    1.99 +# Set the home location
   1.100 +# home="file:/home/jcid/HomePage/Home.html"
   1.101 +home="file:/usr/share/webhome/dillo-index.html"
   1.102 +
   1.103 +# Set the URL used by the web search dialog.
   1.104 +# "%s" is replaced with the search keywords separated by '+'.
   1.105 +# search_url="http://search.lycos.com/?query=%s"
   1.106 +# search_url="http://www.alltheweb.com/search?cat=web&query=%s"
   1.107 +#search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
   1.108 +
   1.109 +# If set, dillo will ask web servers to send pages in this language.
   1.110 +# This setting does NOT change dillo's user interface.
   1.111 +# Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4
   1.112 +# Language-REGION values: www.iana.org/assignments/language-subtag-registry
   1.113 +# (by default, no Accept-Language header is sent)
   1.114 +# http_language="de"
   1.115 +# http_language="pt-BR"
   1.116 +# http_language="vi,de-CH,de;q=0.5,th;q=0.3"
   1.117 +http_language="en"
   1.118 +
   1.119 +# Set the proxy information for http.
   1.120 +# WARNING: - HTTPS does not currently use the proxy settings.
   1.121 +#          - FTP and downloads plugins use wget. To use a proxy with them,
   1.122 +#            you will need to configure wget accordingly.
   1.123 +# http_proxy="http://localhost:8080/"
   1.124 +#(by default, no proxy is used)
   1.125 +
   1.126 +# If you need to provide a  user/password pair for the proxy,
   1.127 +# set the proxy user name here and Dillo will ask for the password later.
   1.128 +# http_proxyuser="joe"
   1.129 +#(by default, no proxy is used)
   1.130 +
   1.131 +# Set the domains to access without proxy
   1.132 +# no_proxy = ".hola.com .mynet.cl .hi.de"
   1.133 +#(by default, no proxy is used)
   1.134 +
   1.135 +# Set the HTTP Referer (sic) header.
   1.136 +# Note that there is no option to reveal the page that you came from because it
   1.137 +# would endanger your privacy. 'host' and 'path' allow you to pretend that the
   1.138 +# link you followed was on the same site that you're going to.
   1.139 +# none  : Don't send any Referer header at all.
   1.140 +# host  : Send the requested URI's hostname.
   1.141 +# path  : Send the requested URI's host and path.
   1.142 +#http_referer=host
   1.143 +
   1.144 +
   1.145 +#-------------------------------------------------------------------------
   1.146 +#                            COLORS SECTION
   1.147 +#-------------------------------------------------------------------------
   1.148 +
   1.149 +# If your eyes suffer with white backgrounds, change this.
   1.150 +#allow_white_bg=YES
   1.151 +
   1.152 +# When set to YES, the page author's visited link color may be overridden
   1.153 +# to allow better contrast with text/links/background
   1.154 +#contrast_visited_color=YES
   1.155 +
   1.156 +#-------------------------------------------------------------------------
   1.157 +#                        USER INTERFACE SECTION
   1.158 +#-------------------------------------------------------------------------
   1.159 +
   1.160 +# Size of dillo panel (used to enlarge the browsing area)
   1.161 +# tiny   :  recommended for iPAQ (with small_icons)
   1.162 +# small  :  very nice! (it's "medium" without icon titles)
   1.163 +# medium :  nice!
   1.164 +# large  :  Traditional
   1.165 +# panel_size=tiny
   1.166 +panel_size=small
   1.167 +# panel_size=medium
   1.168 +# panel_size=large
   1.169 +
   1.170 +#small_icons=NO
   1.171 +
   1.172 +# Here you can choose to hide some widgets of the dillo panel...
   1.173 +#show_back=YES
   1.174 +#show_forw=YES
   1.175 +#show_home=YES
   1.176 +#show_reload=YES
   1.177 +#show_save=YES
   1.178 +#show_stop=YES
   1.179 +#show_bookmarks=YES
   1.180 +#show_tools=YES
   1.181 +#show_filemenu=YES
   1.182 +#show_clear_url=YES
   1.183 +#show_url=YES
   1.184 +#show_search=YES
   1.185 +#show_progress_box=YES
   1.186 +
   1.187 +# Start dillo with the panels hidden?
   1.188 +#fullwindow_start=NO
   1.189 +
   1.190 +# When filling out forms, our default behaviour is to submit on enterpress,
   1.191 +# but only when there's a single text entry (to avoid incomplete submits).
   1.192 +# OTOH, if you have to fill out the same form repeatedly, you may find it
   1.193 +# useful to keep away from the mouse by forcing enter to submit.
   1.194 +#enterpress_forces_submit=NO
   1.195 +
   1.196 +# A mouse's middle click over a link opens a new Tab.
   1.197 +# If you prefer to open a new Window instead, set it to NO.
   1.198 +#middle_click_opens_new_tab=YES
   1.199 +
   1.200 +# Mouse middle click by default drives drag-scrolling.
   1.201 +# To paste an URL into the window instead of scrolling, set it to NO.
   1.202 +# Note: You could always paste the URL onto the URL box clear button.
   1.203 +#middle_click_drags_page=YES
   1.204 +
   1.205 +# Focus follows new Tabs.
   1.206 +# You can hold SHIFT to temporarily revert this behaviour.
   1.207 +#focus_new_tab=YES
   1.208 +
   1.209 +
   1.210 +#-------------------------------------------------------------------------
   1.211 +#                        DEBUG MESSAGES SECTION
   1.212 +#-------------------------------------------------------------------------
   1.213 +
   1.214 +# Soon we should add the "show_debug_messages=NO" option...
   1.215 +
   1.216 +# Generic messages (mainly for debugging specific parts)
   1.217 +# Change this to disable them.
   1.218 +#show_msg=YES
   1.219 +
   1.220 +
   1.221 +#-------------------------------------------------------------------------
   1.222 +#                        HTML BUG MESSAGES SECTION
   1.223 +#-------------------------------------------------------------------------
   1.224 +
   1.225 +# Accepted by the W3C validator but "strongly discouraged" by the SPEC.
   1.226 +# (Such as "TAB character inside <PRE>").
   1.227 +#show_extra_warnings=NO
   1.228 +
   1.229 +
   1.230 +# -----------------------------------------------------------------------
   1.231 +# dillorc ends here.