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