# dillorc
# Sample dillo initialization file.
# Copy this file to ~/.dillo/dillorc and edit to your taste.
# Lines that start with a '#' are comments.

#-------------------------------------------------------------------------
#                             FIRST SECTION                             :)
#-------------------------------------------------------------------------

# Set the desired initial browser size
geometry=800x600

# Dicache is where the Decompressed Images are cached (not the original ones).
# If you have a lot of memory and a slow CPU, use YES, otherwise use NO
use_dicache=NO


#-------------------------------------------------------------------------
#                           RENDERING SECTION
#-------------------------------------------------------------------------

# Fontname for variable width rendering (most of the text).
#   - some fonts may slow down rendering, some others not!
#   - try to tune a fontname/font_sizes combination.
# format is "fndry-fmly" (fndry and fmly is XLFD's item.)
# Ex. {"*-*", "*-gothic", "misc-fixed" ...}
vw_fontname="*-gothic"

# Fontname for fixed width rendering (mainly <pre> quoted text)
fw_fontname="*-gothic"

# If Anti-Alias is enable, These options will be applied.
# format is the same as family of Xft.
# Ex. {"sans-serif", "monospace" ...}
vw_aafontname="*"
fw_aafontname="*"

# Fontsizes
# The 3rd value is used for plain text
# font_sizes="10 12 14 16 18 20"

# All fontsizes are scaled by this value (default is 1.0)
#font_factor=1.2

# If you prefer oblique over italic fonts, uncoment next line
use_oblique=NO

# Show tooltip popup for images?
# Note: We use the "title" attribute and not "alt".
#       More info at: http://bugzilla.mozilla.org/show_bug.cgi?id=25537
show_tooltip=YES

# Set this to YES, if you want to limit the word wrap width to the vieport
# width (may be useful for iPAQ)
limit_text_width=NO


#-------------------------------------------------------------------------
#                            PARSING SECTION
#-------------------------------------------------------------------------

# If you prefer more accurate HTML bug diagnose, over better rendering
# (page authors and webmasters) set the following to "NO".
#
w3c_plus_heuristics=YES


#-------------------------------------------------------------------------
#                            NETWORK SECTION
#-------------------------------------------------------------------------

# Set the start page.
# Uncomment if you want to override the default start page.
start_page="file:/opt/ccm/help/default.htm"

# Set the home location
home="file:/opt/ccm/help/default.htm"

# Set search url to use with the search dialog.
# %s is replaced with urlencoded keywords, and %% by '%'.
search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
#search_url="http://www.google.co.jp/search?ie=UTF-8&oe=UTF-8&q=%s"
#search_url="http://www.excite.co.jp/dictionary/english_japanese/?match=beginswith&dictionary=NEW_EJJE&search=%s"
#search_url="http://search.lycos.com/default.asp?query=%s"
#search_url="http://www.alltheweb.com/search?cat=web&query=%s"

# Search engine's charset
#search_charset=EUC-JP
search_charset=UTF-8

# Set the proxy information for http
#http_proxy=http://localhost:8080/

# if you need to provide a  user/password pair for the proxy,
# set the proxy user name here and Dillo will ask for the password later.
#http_proxyuser="joe"

# When using a proxy, this sets the domains to access without proxy.
# (separated with a single space -- see examples below)
#no_proxy = ".mynet.com"
#no_proxy = ".mynet.com .other.net .foo.bar.org"

# Set the User-Agent
# (%v = Version)
#user_agent = "Dillo/%v"

# Disable sending referer header
#send_referer=NO

#-------------------------------------------------------------------------
#                            COLORS SECTION
#-------------------------------------------------------------------------

# Here we can use the HTML (standard and extended) or C syntax.

# Set the background color
# bg_color=gray
# bg_color=0xd6d6c0
#bg_color=0xdcd1ba
bg_color=white

# Set the text color
text_color=black

# Set the link color
link_color=blue

# If your eyes suffer with white backgrounds, or you have headaches after
# lengthy computer sessions, and you don't need high contrast to see sharply,
# uncomment next line (it'll use 'bg_color' instead).   -- It works!
#allow_white_bg=NO

# Use the same colors with all documents?
force_my_colors=NO

# When set to YES, visited links will always have a contrasting color,
# independent of the page author's setting.
contrast_visited_color=YES

#-------------------------------------------------------------------------
#                        USER INTERFACE SECTION
#-------------------------------------------------------------------------

# Size of dillo panel (used to enlarge the browsing area)
# tiny   :  recommended for iPAQ (with small_icons)
# small  :  very nice! (it's "medium" without icon titles)
# medium :  nice!
# large  :  Traditional
panel_size=tiny
small_icons=YES

# Here you can choose to hide some widgets of the dillo panel...
show_back=NO
show_forw=NO
show_home=NO   
show_reload=NO
show_save=NO
show_stop=NO
show_bookmarks=NO
show_menubar=NO
show_clear_url=NO
show_url=NO
show_search=NO
show_progress_box=NO

# Show or hide navigation controls (back, forward, etc) in popup menu...
#show_popup_navigation=YES

# Start dillo windows with a hidden panel?
fullwindow_start=NO

# Use popup dialogs (YES/NO, default YES). Disable this to use the status
# bar and location bar instead of popup dialogs for several functions
popup_dialogs=NO

# Enabling this will restrain OpenUrl and FindText, but may be required
# for the ION window manager.
transient_dialogs=NO

# Forcus location bar on new window.
# focus_location_on_new=YES

# Enabling this will make 'load link in new tab' be executed in the
# background, leaving the focus on the current tab
tab_load_in_background=YES

# Enabling this will open a new tab (instead of a new window)
# on link-middle-click (button 2) and for the "_blank" url target
tab_instead_of_window=YES

# Show the tab bar (sometimes called the 'gutter') even when there is
# only a single tab (document) loaded in the browser window?
# tab_bar_show_single_tab=NO

# Show the tab bar even in full screen mode?
# tab_bar_show_fullscreen=NO

# Make all tabs the same width?
# tab_bar_homogeneous=YES

# When there are more tabs than fit on the tab bar, add scrolling arrows
# to the tab bar.
# tab_bar_scroller=NO

# Enabling this will close a tab by middle click
# tab_close_middle_click=YES

# Compress titles in tabs by removing vowels? If this is set to NO,
# tabs will be shortened instead. This is what it looks like:
#
# Normal                Compressed               Shortened
# The Quick Brown Fox   Th Qck Brwn Fx           The Q...Fox
# tab_title_compress=YES

# This defines which vowels are considered 'expendable' by the tab
# title compression algorithm. The tab title will be shortened by
# removing characters matching this pattern, starting from the end
# of the tab title. Adjust this to taste or language if needed.
# compress_vowels="aeiouyAEIOUY"

# A semicolon-separated string of common prefixes. The compression
# algorithm begins by trying to discard anything from the title
# which matches this pattern.
# compress_common_prefixes="index of ;re: ;fwd: ;www.;welcome to ;the "

# When filling forms, our default behaviour is to submit on enterpress,
# but only when there's a single text entry (to avoid incomplete submits).
# OTOH, if you have to fill the same form lots of times, you may find
# useful to keep away from the mouse by forcing enter to submit.
enterpress_forces_submit=NO

# Some forms lack a submit button, and dillo can generate a custom one
# internally. Unfortunately there's no guarantee for it to work. :(
# (my experience is that forms that lack a submit rely on Javascript)
generate_submit=YES

#-------------------------------------------------------------------------
#                        DEBUG MESSAGES SECTION
#-------------------------------------------------------------------------

# Generic messsages (mainly for debugging specific parts)
# Uncomment the following line to disable them.
#show_msg=NO

# Soon we'll add the "show_debug_messages=NO" option...

#-------------------------------------------------------------------------
#                        HTML BUG MESSAGES SECTION
#-------------------------------------------------------------------------

# Accepted by the W3C validator but "strongly discouraged" by the SPEC.
# (As "TAB character inside <PRE>").
#show_extra_warnings=YES


# -----------------------------------------------------------------------
# dillorc ends here.
