wok view dillo/stuff/dillorc @ rev 12622

Up exosip (3.6.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 12:05:00 2012 +0200 (2012-04-29)
parents
children a5485afde222
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
22 # Change the buffering scheme for drawing
23 # 0 no double buffering - useful for debugging
24 # 1 light buffering using a single back buffer for all windows
25 # 2 full fltk-based double buffering for all windows
26 #buffered_drawing=1
28 # Set your default directory for download/save operations
29 #save_dir=/tmp
31 #-------------------------------------------------------------------------
32 # RENDERING SECTION
33 #-------------------------------------------------------------------------
35 # Fontname for variable width rendering (most of the text).
36 # - some fonts may slow down rendering.
37 # - try to tune a fontname/font_factor combination.
38 # Ex. {helvetica, lucida, times, "new century schoolbook", utopia, ...}
39 # vw_fontname="new century schoolbook"
40 # vw_fontname="helvetica"
41 # vw_fontname="times"
42 # vw_fontname="Bitstream vera Serif"
43 # vw_fontname="arial"
44 #vw_fontname="DejaVu Sans"
46 # Fontname for fixed width rendering (mainly text quoted with <pre>)
47 # fw_fontname=courier
48 # fw_fontname="Bitstream Vera Sans Mono"
49 # fw_fontname="Andale Mono"
50 #fw_fontname="DejaVu Sans Mono"
52 # All fontsizes are scaled by this value
53 # font_factor=1.5
54 #font_factor=1.0
56 # Show tooltip popup for images?
57 # Note: We use the "title" attribute and not "alt".
58 # More info at: http://bugzilla.mozilla.org/show_bug.cgi?id=25537
59 # *** NOT HOOKED UP YET ***
60 #
61 #show_tooltip=YES
63 # Set this to YES if you want to limit the word wrap width to the viewport
64 # width (may be useful for iPAQ)
65 # *** NOT HOOKED UP YET ***
66 #
67 #limit_text_width=NO
70 #-------------------------------------------------------------------------
71 # PARSING SECTION
72 #-------------------------------------------------------------------------
74 # If you prefer more accurate HTML bug diagnosis over better rendering
75 # (page authors and webmasters) set the following to "NO".
76 #
77 #w3c_plus_heuristics=YES
80 #-------------------------------------------------------------------------
81 # NETWORK SECTION
82 #-------------------------------------------------------------------------
84 # Set the start page.
85 # start_page="about:blank"
86 # start_page="http://www.dillo.org"
87 # start_page="file:/home/jcid/custom_page.html"
88 start_page="file:/usr/share/webhome/index.html"
90 # Set the home location
91 # home="file:/home/jcid/HomePage/Home.html"
92 home="file:/usr/share/webhome/index.html"
94 # Set the URL used by the web search dialog.
95 # "%s" is replaced with the search keywords separated by '+'.
96 # search_url="http://search.lycos.com/?query=%s"
97 # search_url="http://www.alltheweb.com/search?cat=web&query=%s"
98 #search_url="http://www.google.com/search?q=%s"
100 # Set the proxy information for http.
101 # WARNING: dillo uses wget for ftp and https. To use a proxy for those
102 # protocols, you will need to configure wget.
103 # http_proxy="http://localhost:8080/"
104 #(by default, no proxy is used)
106 # If you need to provide a user/password pair for the proxy,
107 # set the proxy user name here and Dillo will ask for the password later.
108 # http_proxyuser="joe"
109 #(by default, no proxy is used)
111 # Set the domains to access without proxy
112 # no_proxy = ".hola.com .mynet.cl .hi.de"
113 #(by default, no proxy is used)
115 # Set the HTTP Referer (sic) header.
116 # Note that there is no option to reveal the page that you came from because it
117 # would endanger your privacy. 'host' and 'path' allow you to pretend that the
118 # link you followed was on the same site that you're going to.
119 # none : Don't send any Referer header at all.
120 # host : Send the requested URI's hostname.
121 # path : Send the requested URI's host and path.
122 #http_referer=host
125 #-------------------------------------------------------------------------
126 # COLORS SECTION
127 #-------------------------------------------------------------------------
129 # Here we can use the HTML color names or C syntax.
131 # Set the background color
132 # bg_color=gray
133 # bg_color=0xd6d6c0
134 bg_color=ffffff
136 # Set the text color
137 #text_color=black
139 # Set the link color
140 #link_color=blue
142 # If your eyes suffer with white backgrounds, change this.
143 #allow_white_bg=YES
145 # Use the same colors with all documents?
146 #force_my_colors=NO
148 # When set to YES, the page author's visited link color may be overridden
149 # to allow better contrast with text/links/background
150 #contrast_visited_color=YES
152 # Colors for widgets inside forms.
153 # YES = toolkit's default colors, NO = use page's text and background color.
154 # ("NO" looks less traditional but more stylish).
155 standard_widget_colors=YES
158 #-------------------------------------------------------------------------
159 # USER INTERFACE SECTION
160 #-------------------------------------------------------------------------
162 # Size of dillo panel (used to enlarge the browsing area)
163 # tiny : recommended for iPAQ (with small_icons)
164 # small : very nice! (it's "medium" without icon titles)
165 # medium : nice!
166 # large : Traditional
167 # panel_size=tiny
168 # panel_size=small
169 # panel_size=medium
170 panel_size=small
172 #small_icons=NO
174 # Here you can choose to hide some widgets of the dillo panel...
175 #show_back=YES
176 #show_forw=YES
177 #show_home=YES
178 #show_reload=YES
179 #show_save=YES
180 #show_stop=YES
181 #show_bookmarks=YES
182 #show_filemenu=YES
183 #show_clear_url=YES
184 #show_url=YES
185 #show_search=YES
186 #show_progress_box=YES
188 # Start dillo with the panels hidden?
189 #fullwindow_start=NO
191 # When filling out forms, our default behaviour is to submit on enterpress,
192 # but only when there's a single text entry (to avoid incomplete submits).
193 # OTOH, if you have to fill out the same form repeatedly, you may find it
194 # useful to keep away from the mouse by forcing enter to submit.
195 #enterpress_forces_submit=NO
197 # Some forms lack a submit button, and dillo can generate a custom one
198 # internally. Unfortunately there's no guarantee for it to work. :(
199 # (my experience is that forms that lack a submit rely on Javascript)
200 #generate_submit=NO
202 # A mouse's middle click over a link opens a new Tab.
203 # If you prefer to open a new Window instead, set it to NO.
204 #middle_click_opens_new_tab=YES
206 # Focus follows new Tabs.
207 # You can hold SHIFT to temporarily revert this behaviour.
208 #focus_new_tab=YES
211 #-------------------------------------------------------------------------
212 # DEBUG MESSAGES SECTION
213 #-------------------------------------------------------------------------
215 # Soon we should add the "show_debug_messages=NO" option...
217 # Generic messages (mainly for debugging specific parts)
218 # Change this to disable them.
219 #show_msg=YES
222 #-------------------------------------------------------------------------
223 # HTML BUG MESSAGES SECTION
224 #-------------------------------------------------------------------------
226 # Accepted by the W3C validator but "strongly discouraged" by the SPEC.
227 # (Such as "TAB character inside <PRE>").
228 #show_extra_warnings=NO
231 # -----------------------------------------------------------------------
232 # dillorc ends here.