wok view dillo-hg/stuff/dillorc @ rev 3053

Add linux-ext4 linux-hfs linux-minix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 13 16:03:39 2009 +0200 (2009-05-13)
parents fa76f0f82bbc
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 # (there's a toggle button near the bug meter to change this on-the-fly)
19 #load_images=YES
21 # Change this if you want to disable loading of CSS stylesheets.
22 #load_stylesheets=YES
24 # Change this if you want to disable parsing of embedded CSS.
25 #parse_embedded_css=YES
27 # Change the buffering scheme for drawing
28 # 0 no double buffering - useful for debugging
29 # 1 light buffering using a single back buffer for all windows
30 # 2 full fltk-based double buffering for all windows
31 #buffered_drawing=1
33 # Set your default directory for download/save operations
34 #save_dir=/tmp
36 #-------------------------------------------------------------------------
37 # RENDERING SECTION
38 #-------------------------------------------------------------------------
40 # Fontnames:
41 # - some fonts may slow down rendering.
42 # - try to tune a fontname/font_factor combination.
43 # Ex. {helvetica, lucida, times, "new century schoolbook", utopia, ...}
44 # The values below represent the defaults.
45 #
46 #font_serif="DejaVu Serif"
47 #font_sans_serif="DejaVu Sans"
48 #font_cursive="DejaVu Sans"
49 #font_fantasy="DejaVu Sans"
50 #font_monospace="DejaVu Sans Mono"
52 # All font sizes are scaled by this value
53 # font_factor=1.5
54 #font_factor=1.0
56 # Maximum font size in pixels
57 #font_max_size=100
59 # Minimum font size in pixels
60 #font_min_size=6
62 # Show tooltip popup for images?
63 # Note: We use the "title" attribute and not "alt".
64 # More info at: http://bugzilla.mozilla.org/show_bug.cgi?id=25537
65 # *** NOT HOOKED UP YET ***
66 #
67 #show_tooltip=YES
69 # Set this to YES if you want to limit the word wrap width to the viewport
70 # width (may be useful for iPAQ)
71 # *** NOT HOOKED UP YET ***
72 #
73 #limit_text_width=NO
76 #-------------------------------------------------------------------------
77 # PARSING SECTION
78 #-------------------------------------------------------------------------
80 # If you prefer more accurate HTML bug diagnosis over better rendering
81 # (page authors and webmasters) set the following to "NO".
82 #
83 #w3c_plus_heuristics=YES
86 #-------------------------------------------------------------------------
87 # NETWORK SECTION
88 #-------------------------------------------------------------------------
90 # Set the start page.
91 # start_page="about:blank"
92 # start_page="http://www.dillo.org"
93 # start_page="file:/home/jcid/custom_page.html"
94 start_page="file:/usr/share/webhome/dillo.html"
96 # Set the home location
97 # home="file:/home/jcid/HomePage/Home.html"
98 home="file:/usr/share/webhome/dillo.html"
100 # Set the URL used by the web search dialog.
101 # "%s" is replaced with the search keywords separated by '+'.
102 # search_url="http://search.lycos.com/?query=%s"
103 # search_url="http://www.alltheweb.com/search?cat=web&query=%s"
104 #search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
106 # If set, dillo will ask web servers to send pages in this language.
107 # This setting does NOT change dillo's user interface.
108 # Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4
109 # Language-REGION values: www.iana.org/assignments/language-subtag-registry
110 # (by default, no Accept-Language header is sent)
111 # http_language="de"
112 # http_language="pt-BR"
113 # http_language="vi,de-CH,de;q=0.5,th;q=0.3"
114 http_language="en"
116 # Set the proxy information for http.
117 # WARNING: - HTTPS does not currently use the proxy settings.
118 # - FTP and downloads plugins use wget. To use a proxy with them,
119 # you will need to configure wget accordingly.
120 # http_proxy="http://localhost:8080/"
121 #(by default, no proxy is used)
123 # If you need to provide a user/password pair for the proxy,
124 # set the proxy user name here and Dillo will ask for the password later.
125 # http_proxyuser="joe"
126 #(by default, no proxy is used)
128 # Set the domains to access without proxy
129 # no_proxy = ".hola.com .mynet.cl .hi.de"
130 #(by default, no proxy is used)
132 # Set the HTTP Referer (sic) header.
133 # Note that there is no option to reveal the page that you came from because it
134 # would endanger your privacy. 'host' and 'path' allow you to pretend that the
135 # link you followed was on the same site that you're going to.
136 # none : Don't send any Referer header at all.
137 # host : Send the requested URI's hostname.
138 # path : Send the requested URI's host and path.
139 #http_referer=host
142 #-------------------------------------------------------------------------
143 # COLORS SECTION
144 #-------------------------------------------------------------------------
146 # If your eyes suffer with white backgrounds, change this.
147 #allow_white_bg=YES
149 # When set to YES, the page author's visited link color may be overridden
150 # to allow better contrast with text/links/background
151 #contrast_visited_color=YES
153 #-------------------------------------------------------------------------
154 # USER INTERFACE SECTION
155 #-------------------------------------------------------------------------
157 # Size of dillo panel (used to enlarge the browsing area)
158 # tiny : recommended for iPAQ (with small_icons)
159 # small : very nice! (it's "medium" without icon titles)
160 # medium : nice!
161 # large : Traditional
162 # panel_size=tiny
163 panel_size=small
164 # panel_size=medium
165 # panel_size=large
167 #small_icons=NO
169 # Here you can choose to hide some widgets of the dillo panel...
170 #show_back=YES
171 #show_forw=YES
172 #show_home=YES
173 #show_reload=YES
174 #show_save=YES
175 #show_stop=YES
176 #show_bookmarks=YES
177 #show_tools=YES
178 #show_filemenu=YES
179 #show_clear_url=YES
180 #show_url=YES
181 #show_search=YES
182 #show_progress_box=YES
184 # Start dillo with the panels hidden?
185 #fullwindow_start=NO
187 # When filling out forms, our default behaviour is to submit on enterpress,
188 # but only when there's a single text entry (to avoid incomplete submits).
189 # OTOH, if you have to fill out the same form repeatedly, you may find it
190 # useful to keep away from the mouse by forcing enter to submit.
191 #enterpress_forces_submit=NO
193 # A mouse's middle click over a link opens a new Tab.
194 # If you prefer to open a new Window instead, set it to NO.
195 #middle_click_opens_new_tab=YES
197 # Mouse middle click by default drives drag-scrolling.
198 # To paste an URL into the window instead of scrolling, set it to NO.
199 # Note: You could always paste the URL onto the URL box clear button.
200 #middle_click_drags_page=YES
202 # Focus follows new Tabs.
203 # You can hold SHIFT to temporarily revert this behaviour.
204 #focus_new_tab=YES
207 #-------------------------------------------------------------------------
208 # DEBUG MESSAGES SECTION
209 #-------------------------------------------------------------------------
211 # Soon we should add the "show_debug_messages=NO" option...
213 # Generic messages (mainly for debugging specific parts)
214 # Change this to disable them.
215 #show_msg=YES
218 #-------------------------------------------------------------------------
219 # HTML BUG MESSAGES SECTION
220 #-------------------------------------------------------------------------
222 # Accepted by the W3C validator but "strongly discouraged" by the SPEC.
223 # (Such as "TAB character inside <PRE>").
224 #show_extra_warnings=NO
227 # -----------------------------------------------------------------------
228 # dillorc ends here.