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