Mercurial > dillo_port1.3
annotate dillorc @ 463:77bc50c33f5c
Set panel_size=medium as default.
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Mon, 08 Dec 2008 19:47:26 -0300 |
parents | 817c15b79ca7 |
children | 96a14e974cfb 0df766ebc2e9 |
rev | line source |
---|---|
405 | 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. | |
8 | |
9 #------------------------------------------------------------------------- | |
10 # FIRST SECTION :) | |
11 #------------------------------------------------------------------------- | |
12 | |
13 # Set the desired initial browser size | |
14 # geometry=650x545+0+20 | |
15 #geometry=780x580 | |
16 | |
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 | |
20 | |
21 | |
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 | |
27 | |
28 # Set your default directory for download/save operations | |
29 #save_dir=/tmp | |
30 | |
31 #------------------------------------------------------------------------- | |
32 # RENDERING SECTION | |
33 #------------------------------------------------------------------------- | |
34 | |
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" | |
45 | |
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" | |
51 | |
52 # All fontsizes are scaled by this value | |
53 # font_factor=1.5 | |
54 #font_factor=1.0 | |
55 | |
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 | |
62 | |
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 | |
68 | |
69 | |
70 #------------------------------------------------------------------------- | |
71 # PARSING SECTION | |
72 #------------------------------------------------------------------------- | |
73 | |
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 | |
78 | |
79 | |
80 #------------------------------------------------------------------------- | |
81 # NETWORK SECTION | |
82 #------------------------------------------------------------------------- | |
83 | |
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="about:splash" | |
89 | |
90 # Set the home location | |
91 # home="file:/home/jcid/HomePage/Home.html" | |
92 #home="http://www.dillo.org/" | |
93 | |
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" | |
411 | 98 #search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" |
405 | 99 |
100 # Set the proxy information for http. | |
453 | 101 # WARNING: - HTTPS does not currently use the proxy settings. |
102 # - FTP and downloads plugins use wget. To use a proxy with them, | |
103 # you will need to configure wget accordingly. | |
405 | 104 # http_proxy="http://localhost:8080/" |
105 #(by default, no proxy is used) | |
106 | |
107 # If you need to provide a user/password pair for the proxy, | |
108 # set the proxy user name here and Dillo will ask for the password later. | |
109 # http_proxyuser="joe" | |
110 #(by default, no proxy is used) | |
111 | |
112 # Set the domains to access without proxy | |
113 # no_proxy = ".hola.com .mynet.cl .hi.de" | |
114 #(by default, no proxy is used) | |
115 | |
116 # Set the HTTP Referer (sic) header. | |
117 # Note that there is no option to reveal the page that you came from because it | |
118 # would endanger your privacy. 'host' and 'path' allow you to pretend that the | |
119 # link you followed was on the same site that you're going to. | |
120 # none : Don't send any Referer header at all. | |
121 # host : Send the requested URI's hostname. | |
122 # path : Send the requested URI's host and path. | |
123 #http_referer=host | |
124 | |
125 | |
126 #------------------------------------------------------------------------- | |
127 # COLORS SECTION | |
128 #------------------------------------------------------------------------- | |
129 | |
130 # Here we can use the HTML color names or C syntax. | |
131 | |
132 # Set the background color | |
133 # bg_color=gray | |
134 # bg_color=0xd6d6c0 | |
135 #bg_color=0xdcd1ba | |
136 | |
137 # Set the text color | |
138 #text_color=black | |
139 | |
140 # Set the link color | |
141 #link_color=blue | |
142 | |
143 # If your eyes suffer with white backgrounds, change this. | |
144 #allow_white_bg=YES | |
145 | |
146 # Use the same colors with all documents? | |
147 #force_my_colors=NO | |
148 | |
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 | |
152 | |
153 # Colors for widgets inside forms. | |
154 # YES = toolkit's default colors, NO = use page's text and background color. | |
155 # ("NO" looks less traditional but more stylish). | |
156 #standard_widget_colors=NO | |
157 | |
158 | |
159 #------------------------------------------------------------------------- | |
160 # USER INTERFACE SECTION | |
161 #------------------------------------------------------------------------- | |
162 | |
163 # Size of dillo panel (used to enlarge the browsing area) | |
164 # tiny : recommended for iPAQ (with small_icons) | |
165 # small : very nice! (it's "medium" without icon titles) | |
166 # medium : nice! | |
167 # large : Traditional | |
168 # panel_size=tiny | |
169 # panel_size=small | |
463
77bc50c33f5c
Set panel_size=medium as default.
Jorge Arellano Cid <jcid@dillo.org>
parents:
453
diff
changeset
|
170 #panel_size=medium |
77bc50c33f5c
Set panel_size=medium as default.
Jorge Arellano Cid <jcid@dillo.org>
parents:
453
diff
changeset
|
171 # panel_size=large |
405 | 172 |
173 #small_icons=NO | |
174 | |
175 # Here you can choose to hide some widgets of the dillo panel... | |
176 #show_back=YES | |
177 #show_forw=YES | |
178 #show_home=YES | |
179 #show_reload=YES | |
180 #show_save=YES | |
181 #show_stop=YES | |
182 #show_bookmarks=YES | |
183 #show_filemenu=YES | |
184 #show_clear_url=YES | |
185 #show_url=YES | |
186 #show_search=YES | |
187 #show_progress_box=YES | |
188 | |
189 # Start dillo with the panels hidden? | |
190 #fullwindow_start=NO | |
191 | |
192 # When filling out forms, our default behaviour is to submit on enterpress, | |
193 # but only when there's a single text entry (to avoid incomplete submits). | |
194 # OTOH, if you have to fill out the same form repeatedly, you may find it | |
195 # useful to keep away from the mouse by forcing enter to submit. | |
196 #enterpress_forces_submit=NO | |
197 | |
198 # Some forms lack a submit button, and dillo can generate a custom one | |
199 # internally. Unfortunately there's no guarantee for it to work. :( | |
200 # (my experience is that forms that lack a submit rely on Javascript) | |
201 #generate_submit=NO | |
202 | |
203 # A mouse's middle click over a link opens a new Tab. | |
204 # If you prefer to open a new Window instead, set it to NO. | |
205 #middle_click_opens_new_tab=YES | |
206 | |
438 | 207 # Mouse middle click by default drives drag-scrolling. |
208 # To paste an URL into the window instead of scrolling, set it to NO. | |
209 # Note: You could always paste the URL onto the URL box clear button. | |
210 #middle_click_drags_page=YES | |
211 | |
405 | 212 # Focus follows new Tabs. |
213 # You can hold SHIFT to temporarily revert this behaviour. | |
214 #focus_new_tab=YES | |
215 | |
216 | |
217 #------------------------------------------------------------------------- | |
218 # DEBUG MESSAGES SECTION | |
219 #------------------------------------------------------------------------- | |
220 | |
221 # Soon we should add the "show_debug_messages=NO" option... | |
222 | |
223 # Generic messages (mainly for debugging specific parts) | |
224 # Change this to disable them. | |
225 #show_msg=YES | |
226 | |
227 | |
228 #------------------------------------------------------------------------- | |
229 # HTML BUG MESSAGES SECTION | |
230 #------------------------------------------------------------------------- | |
231 | |
232 # Accepted by the W3C validator but "strongly discouraged" by the SPEC. | |
233 # (Such as "TAB character inside <PRE>"). | |
234 #show_extra_warnings=NO | |
235 | |
236 | |
237 # ----------------------------------------------------------------------- | |
238 # dillorc ends here. |