]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/dillo/dillo2-0.6.6/dillorc
dillo2: adjust default dillorc to be suitable for small screen devices. Closes #1757.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / dillo / dillo2-0.6.6 / dillorc
1 # dillorc
2 # Sample dillo initialization file.
3 # Lines that start with a '#' are comments.
4
5 # Set the desired initial browser size
6 geometry=240x310
7
8 # Set the home location
9 home=http://www.google.com/pda
10
11 # Set the proxy information for http
12 #http_proxy=http://localhost:8080/
13
14 # Set the domain to access without proxy
15 #no_proxy = http://www.mynet.com/
16
17 # If you prefer oblique over italic fonts, uncoment next line
18 use_oblique=YES
19
20 # Color Section
21 # Here we can use the standard (and extended) html named color or 
22 # the hexdecimal version (in C style)
23
24 # Set the background color
25 bg_color=white
26 # bg_color=0xd6d6c0
27 # bg_color=0xdcd1ba
28
29 # Set the text color
30 text_color=black
31
32 # Set the link color
33 link_color=blue
34
35 # If you like white backgrounds, uncomment next line
36 allow_white_bg=YES
37
38 # Use the same colors with all documents?
39 force_my_colors=NO
40
41 # All fontsizes are scaled by this value (default is 1.0)
42 font_factor=0.6
43
44 # Show ALT popup for images?
45 show_alt=YES
46
47 # Size of dillo panel (used to enlarge the browsing area)
48 # tiny   :  recommended for iPAQ (with small_icons)
49 # medium :  nice!
50 # large  :  Traditional
51 panel_size=tiny
52 small_icons=YES
53
54 # Set this to YES, if you want to limit the word wrap width to the vieport
55 # width (may be useful for iPAQ)
56 limit_text_width=YES
57
58 use_dicache=YES
59
60 show_back               = YES
61 show_forw               = YES
62 show_home               = YES
63 show_save               = NO
64 show_reload             = NO
65 show_stop               = YES
66 show_menubar            = NO
67 show_clear_url          = NO
68 show_url                = YES
69 show_progress_box       = NO
70 transient_dialogs       = YES
71
72 # dillorc ends here.