## ELinks 0.9.2rc4 configuration file ## This is ELinks configuration file. You can edit it manually, ## if you wish so; this file is edited by ELinks when you save ## options through UI, however only option values will be altered ## and missing options will be added at the end of file; if option ## is not written in this file, but in some file included from it, ## it is NOT counted as missing. Note that all your formatting, ## own comments and so on will be kept as-is. ## ## Obviously, if you don't like what ELinks is going to do with ## this file, you can change it by altering the config.saving_style ## option. Come on, aren't we friendly guys after all? ##################################### # Automatically saved options # ## config.saving_style_w [0|1] # This is internal option used when displaying a warning about # obsolete config.saving_style. You shouldn't touch it. set config.saving_style_w = 1 ## protocol.http.proxy.host # Host and port-number (host:port) of the HTTP proxy, or blank. # If it's blank, HTTP_PROXY environment variable is checked as well. set protocol.http.proxy.host = "" ## protocol.http.user_agent # Change the User Agent ID. That means identification string, which # is sent to HTTP server when a document is requested. # %v in the string means ELinks version # %s in the string means system identification # %t in the string means size of the terminal # Use " " if you don't want any User-Agent header to be sent at all. set protocol.http.user_agent = "ELinks/%v (textmode; %s; %t)" ## ui.language # Language of user interface. System means that the language will # be extracted from the environment dynamically. set ui.language = "System" ##################################### # Automatically saved keybindings # bind "main" "Up" = "move-link-prev" bind "main" "Tab" = "frame-next" bind "main" "Ctrl-Right" = "link-follow-reload" bind "main" "Right" = "link-follow" bind "main" "PageUp" = "move-page-up" bind "main" "PageDown" = "move-page-down" bind "main" "Left" = "history-move-back" bind "main" "Ctrl-Insert" = "copy-clipboard" bind "main" "Insert" = "scroll-up" bind "main" "Home" = "move-document-start" bind "main" "F9" = "menu" bind "main" "F10" = "file-menu" bind "main" "Escape" = "menu" bind "main" "Ctrl-Enter" = "link-follow-reload" bind "main" "Enter" = "link-follow" bind "main" "End" = "move-document-end" bind "main" "Down" = "move-link-next" bind "main" "Delete" = "scroll-down" bind "main" "}" = "scroll-right" bind "main" "|" = "header-info" bind "main" "{" = "scroll-left" bind "main" "z" = "abort-connection" bind "main" "x" = "link-follow-reload" bind "main" "w" = "toggle-plain-compress-empty-lines" bind "main" "v" = "view-image" bind "main" "u" = "history-move-forward" bind "main" "t" = "open-new-tab" bind "main" "s" = "bookmark-manager" bind "main" "r" = "link-download-resume" bind "main" "q" = "quit" bind "main" "o" = "options-manager" bind "main" "n" = "find-next" bind "main" "m" = "mark-set" bind "main" "l" = "jump-to-link" bind "main" "k" = "keybinding-manager" bind "main" "h" = "history-manager" bind "main" "g" = "goto-url" bind "main" "f" = "frame-maximize" bind "main" "e" = "tab-menu" bind "main" "d" = "link-download" bind "main" "c" = "tab-close" bind "main" "b" = "move-page-up" bind "main" "a" = "add-bookmark" bind "main" "]" = "scroll-right" bind "main" "\\" = "toggle-html-plain" #" = "mark-goto" bind "main" "[" = "scroll-left" bind "main" "T" = "open-link-in-new-tab" bind "main" "Ctrl-R" = "reload" bind "main" "Q" = "really-quit" bind "main" "Ctrl-P" = "scroll-up" bind "main" "Ctrl-N" = "scroll-down" bind "main" "N" = "find-next-back" bind "main" "Ctrl-L" = "redraw" bind "main" "L" = "link-menu" bind "main" "Ctrl-K" = "cookies-load" bind "main" "K" = "cookie-manager" bind "main" "H" = "goto-url-home" bind "main" "G" = "goto-url-current" bind "main" "F" = "formhist-manager" bind "main" "Ctrl-F" = "move-page-down" bind "main" "Ctrl-E" = "move-document-end" bind "main" "E" = "goto-url-current-link" bind "main" "D" = "download-manager" bind "main" "C" = "cache-manager" bind "main" "Ctrl-B" = "move-page-up" bind "main" "Ctrl-A" = "move-document-start" bind "main" "A" = "add-bookmark-link" bind "main" "?" = "search-back" bind "main" ">" = "tab-next" bind "main" "=" = "document-info" bind "main" "<" = "tab-prev" bind "main" "/" = "search" bind "main" "." = "toggle-numbered-links" bind "main" "," = "none" bind "main" "*" = "toggle-display-images" bind "main" "%" = "toggle-document-colors" bind "main" "#" = "search-typeahead" bind "main" " " = "move-page-down" bind "edit" "Up" = "up" bind "edit" "Tab" = "next-item" bind "edit" "Right" = "right" bind "edit" "Left" = "left" bind "edit" "Ctrl-Insert" = "copy-clipboard" bind "edit" "Home" = "home" bind "edit" "F4" = "open-external" bind "edit" "Escape" = "cancel" bind "edit" "Enter" = "enter" bind "edit" "End" = "end" bind "edit" "Down" = "down" bind "edit" "Delete" = "delete" bind "edit" "Backspace" = "backspace" bind "edit" "Ctrl-X" = "cut-clipboard" bind "edit" "Ctrl-W" = "auto-complete" bind "edit" "Ctrl-V" = "paste-clipboard" bind "edit" "Ctrl-U" = "kill-to-bol" bind "edit" "Ctrl-T" = "open-external" bind "edit" "Ctrl-R" = "auto-complete-unambiguous" bind "edit" "Ctrl-L" = "redraw" bind "edit" "Ctrl-K" = "kill-to-eol" bind "edit" "Ctrl-H" = "backspace" bind "edit" "Ctrl-E" = "end" bind "edit" "Ctrl-D" = "delete" bind "edit" "Ctrl-A" = "home" bind "edit" "Alt->" = "end-of-buffer" #bind "edit" "Ctrl->" = "end-of-buffer" bind "edit" "Alt-<" = "beginning-of-buffer" #bind "edit" "Alt-<" = "beginning-of-buffer" bind "menu" "Up" = "up" bind "menu" "Tab" = "next-item" bind "menu" "Right" = "right" bind "menu" "PageUp" = "page-up" bind "menu" "PageDown" = "page-down" bind "menu" "Left" = "left" bind "menu" "Insert" = "mark-item" bind "menu" "Home" = "home" bind "menu" "Escape" = "cancel" bind "menu" "Enter" = "enter" bind "menu" "End" = "end" bind "menu" "Down" = "down" bind "menu" "Delete" = "delete" bind "menu" "_" = "unexpand" bind "menu" "]" = "unexpand" bind "menu" "[" = "expand" bind "menu" "Ctrl-V" = "page-down" bind "menu" "Alt-V" = "page-up" bind "menu" "Ctrl-P" = "up" bind "menu" "Ctrl-N" = "down" bind "menu" "Ctrl-L" = "redraw" bind "menu" "Ctrl-F" = "page-down" bind "menu" "Ctrl-E" = "end" bind "menu" "Ctrl-B" = "page-up" bind "menu" "Ctrl-A" = "home" bind "menu" "=" = "expand" bind "menu" "-" = "unexpand" bind "menu" "+" = "expand" bind "menu" "*" = "mark-item" bind "menu" " " = "select" ##################################### # Automatically saved options # ## terminal.rxvt.colors set terminal.rxvt.colors = 2 ##################################### # Automatically saved options # ## terminal.xterm.colors set terminal.xterm.colors = 2 ##################################### # Automatically saved options # ## terminal.xterm-256color.colors set terminal.xterm-256color.colors = 2 ##################################### # Automatically saved options # ## ui.sessions.auto_save [0|1] # Automatically save the session when quitting. # This feature requires bookmark support. set ui.sessions.auto_save = 1 ## ui.sessions.auto_restore [0|1] # Automatically restore the session at start. # This feature requires bookmark support. set ui.sessions.auto_restore = 1 ## ui.sessions.auto_save_foldername # Name of the bookmarks folder used for auto saving and restoring session. # This only makes sense with bookmark support. set ui.sessions.auto_save_foldername = "Auto saved session" ## ui.success_msgbox [0|1] # When you pressed a [ Save ] button in some manager, this option # will make sure that a box confirming success of the operation will # pop up. set ui.success_msgbox = 1 ##################################### # Automatically saved options # ## terminal.xterm.restrict_852 [0|1] set terminal.xterm.restrict_852 = 1 ##################################### # Automatically saved options # ## terminal.xterm.utf_8_io [0|1] set terminal.xterm.utf_8_io = 0 ##################################### # Automatically saved options # ## document.colors.text # Default text color. set document.colors.text = "black" ##################################### # Automatically saved options # ## document.colors.vlink # Default visited link color. set document.colors.vlink = "green" ## document.colors.dirs # Default directory color. # See document.browse.links.color_dirs option. set document.colors.dirs = "pink" ## document.colors.allow_dark_on_black [0|1] # Allow dark colors on black background. set document.colors.allow_dark_on_black = 1 ## document.colors.ensure_contrast [0|1] # Makes sure that the back- and foreground color is never equal. set document.colors.ensure_contrast = 1 ## document.colors.use_document_colors # Use colors specified in document: # 0 is use always the default settings # 1 is use document colors if available, except background # 2 is use document colors, including background. This can # look really impressive mostly, but few sites look really # ugly there (unfortunately including slashdot (but try to # let him serve you that 'plain' version and the world will # suddenly become a much more happy place for life)). Note # that obviously if the background isn't black, it will # break transparency, if you have it enabled for your terminal # and on your terminal. set document.colors.use_document_colors = 2 ## document.download.directory # Default download directory. set document.download.directory = "/mnt//home/n6tadam/" ## document.download.set_original_time [0|1] # Set the timestamp of each downloaded file to the timestamp # stored on the server. set document.download.set_original_time = 0 ## document.download.overwrite # Prevent overwriting the local files: # 0 is files will silently be overwritten. # 1 is add a suffix .{number} (for example '.1') to the name. # 2 is ask the user. set document.download.overwrite = 2 ## document.download.notify_bell # Audio notification when download is completed: # 0 is never. # 1 is when background notification is active. # 2 is always set document.download.notify_bell = 1 ## terminal.xterm.m11_hack [0|1] set terminal.xterm.m11_hack = 0 ## terminal.xterm.type set terminal.xterm.type = 1 ##################################### # Automatically saved options # ## document.colors.background # Default background color. set document.colors.background = "white" ## document.colors.link # Default link color. set document.colors.link = "blue" ## ui.sessions.homepage # The URI to load either at startup time when no URI was given # on the command line or when requested by the goto-url-home action. # Set to "" if the environment variable WWW_HOME should be used # used as homepage URI instead. #set ui.sessions.homepage = ## ui.tabs.show_bar # Show tabs bar on the screen: # 0 means never. # 1 means only if two or more tabs. # 2 means always. set ui.tabs.show_bar = 1 ## ui.tabs.wraparound [0|1] # When moving right from the last tab, jump at the first one, and # vice versa. set ui.tabs.wraparound = 1 ## ui.tabs.confirm_close [0|1] # When closing a tab show confirmation dialog. set ui.tabs.confirm_close = 0 ##################################### # Automatically saved options # ## terminal.rxvt.type set terminal.rxvt.type = 1 ################################## # Automatically saved keybindings # #bind "main" "B" = "move-page-up" bind "main" "Ctrl-C" = "copy-clipboard" bind "main" "U" = "history-move-forward" bind "main" "R" = "link-download-resume" bind "main" "M" = "goto-url-home" bind "main" "S" = "bookmark-manager" bind "edit" "Ctrl-C" = "copy-clipboard" ############################## # Automatically saved options # ## terminal.screen.underline [0|1] set terminal.screen.underline = 1 ## terminal.screen.transparency [0|1] set terminal.screen.transparency = 1 ## terminal.screen.colors set terminal.screen.colors = 2 ## terminal.screen.type set terminal.screen.type = 1 ############################## # Automatically saved options # ## document.browse.forms.insert_mode [0|1] # The setting for this option affects how key presses are handled # when one selects a text-input form-field. When enabled, one must # explicitly 'enter' a selected text-field to edit it; this prevents # a text field from capturing key presses, such as presses of a scroll # key, # when it is inadvertently selected. When disabled, key presses are # always # inserted into a selected text field. set document.browse.forms.insert_mode = 1 ## ecmascript.enable [0|1] # Whether to run those scripts inside of documents. #1 ## ui.clock.enable [0|1] # Whether to display a digital clock in the status bar. set ui.clock.enable = 1 ############################## # Automatically saved options # ## document.browse.forms.confirm_submit [0|1] # Ask for confirmation when submitting a form. set document.browse.forms.confirm_submit = 0 ## document.browse.forms.show_formhist [0|1] # Ask if a login form should be saved to file or not. # This option only disables the dialog, already saved login # forms are unaffected. set document.browse.forms.show_formhist = 1 ############################## # Automatically saved options # ## ui.dialogs.shadows [0|1] # Make dialogs drop shadows (the shadows are solid, you can # adjust their color by ui.colors.*.dialog.shadow). You may # also want to eliminate the wide borders by adjusting setup.h. set ui.dialogs.shadows = 0 ## ui.sessions.snapshot [0|1] # Automatically save a snapshot of all tabs periodically. # This will periodically bookmark the tabs of each terminal in a separate # folder # for recovery after a crash. # # This feature requires bookmark support. set ui.sessions.snapshot = 1 ## ui.window_title [0|1] # Set the window title when running in a windowing environment # in an xterm-like terminal. This way the document's title is # shown on the window titlebar. set ui.window_title = 1 ############################## # Automatically saved options # ## config.comments # Amount of comments automatically written to the config file: # 0 is no comments are written # 1 is only the "blurb" (name+type) is written # 2 is only the description is written # 3 is full comments are written set config.comments = 3 ## config.indentation # Shift width of one indentation level in the configuration # file. Zero means that no indentation is performed at all # when saving the configuration. set config.indentation = 2 ## config.saving_style # Determines what happens when you tell ELinks to save options: # 0 is only values of current options are altered # 1 is values of current options are altered and missing options # are added at the end of the file # 2 is the configuration file is rewritten from scratch # 3 is values of current options are altered and missing options # CHANGED during this ELinks session are added at the end of # the file set config.saving_style = 3 ## config.i18n [0|1] # If set to 1, comments in the configuration file will be # translated to the language used by UI. Note that if you have # different language set in different terminals, the language # used in the configuration file MAY be the same as on the # terminal where you saved the file, but it should be generally # considered unpredictable. set config.i18n = 0 ## config.show_template [0|1] # Show template options in autocreated trees in the options # manager and save them to the configuration file. set config.show_template = 0 ## connection.ssl.cert_verify [0|1] # Verify the peer's SSL certificate. Note that this # probably doesn't work properly at all with GnuTLS. set connection.ssl.cert_verify = 0 ## document.browse.accesskey.auto_follow [0|1] # Automatically follow a link or submit a form if appropriate # accesskey is pressed - this is the standard behaviour, but it's # considered dangerous. set document.browse.accesskey.auto_follow = 0 ## document.browse.accesskey.display [0|1] # Display access key in link info. set document.browse.accesskey.display = 0 ## document.browse.accesskey.priority # Priority of 'accesskey' HTML attribute: # 0 is first try all normal bindings; if it fails, check accesskey # 1 is first try only frame bindings; if it fails, check accesskey # 2 is first check accesskey (this can be dangerous) set document.browse.accesskey.priority = 0 ## document.browse.images.display_style # Display style for image tags when displayed: # 0 means always display IMG # 1 means always display filename # 2 means display alt/title attribute if possible, IMG if not # 3 means display alt/title attribute if possible, filename if not set document.browse.images.display_style = 2 ## document.browse.images.filename_maxlen # Maximum length of image filename when displayed: # 0 means always display full filename # 1-500 means display filename with this maximal length; # if it is longer, the middle is substituted by an asterisk set document.browse.images.filename_maxlen = 0 ## document.browse.images.image_link_tagging # When to enclose image links: # 0 means never # 1 means never if alt or title are provided (old behavior) # 2 means always set document.browse.images.image_link_tagging = 2 ## document.html.display_frames [0|1] # Display frames. set document.html.display_frames = 1 ## document.html.display_tables [0|1] # Display tables. set document.html.display_tables = 1 ## document.html.display_subs [0|1] # Display subscripts (as [thing]). set document.html.display_subs = 1 ## document.html.display_sups [0|1] # Display superscripts (as ^thing). set document.html.display_sups = 1 ## document.html.link_display # How to render tags from the HTML header: # 0 is nothing # 1 is title # 2 is name in addition # 3 is hreflang in addition # 4 is type in addition # 5 is everything set document.html.link_display = 2 ## document.html.underline_links [0|1] # Underline links. set document.html.underline_links = 0 ## terminal.linux.colors set terminal.linux.colors = 2 ## terminal.linux.block_cursor [0|1] set terminal.linux.block_cursor = 1 ############################## # Automatically saved options # ## terminal.xterm-256color.charset set terminal.xterm-256color.charset = "System" ## terminal.xterm-256color.underline [0|1] set terminal.xterm-256color.underline = 1 ## terminal.xterm-256color.type set terminal.xterm-256color.type = 1 ############################## # Automatically saved options # ## document.browse.links.active_link.colors.background # Default background color. set document.browse.links.active_link.colors.background = "blue" ## document.browse.links.active_link.colors.text # Default text color. set document.browse.links.active_link.colors.text = "black" ## document.browse.links.active_link.enable_color [0|1] # Enable use of the active link background and text color # settings instead of the link colors from the document. set document.browse.links.active_link.enable_color = 0 ## document.browse.links.active_link.bold [0|1] # Make the active link text bold. set document.browse.links.active_link.bold = 0 ## document.browse.links.color_dirs [0|1] # Highlight links to directories in FTP and local directory listing. set document.browse.links.color_dirs = 1 ## document.browse.links.numbering [0|1] # Display numbers next to the links. set document.browse.links.numbering = 0 ## document.browse.links.target_blank # Define how to handle links having target=_blank set: # 0 means open link in current tab # 1 means open link in new tab in foreground # 2 means open link in new tab in background set document.browse.links.target_blank = 2 ## document.browse.links.use_tabindex [0|1] # Whether to navigate links using tabindex specified ordering. # The TABINDEX attribute in HTML elements specifies the order # in which links should receive focus when using the keyboard # to navigating the document. set document.browse.links.use_tabindex = 1 ## document.browse.links.warn_malicious [0|1] # When following a link the user ID part of the URI is # checked and if a maliciously crafted URI is detected a # warning dialog will ask before following the link. set document.browse.links.warn_malicious = 1 ## document.browse.links.wraparound [0|1] # When pressing 'down' on the last link, jump at the first one, and # vice versa. set document.browse.links.wraparound = 0 ## document.browse.scrolling.horizontal_extended [0|1] # Whether to allow horizontal scrolling when the document # does not extend off the screen. Useful for copy/paste # operations. set document.browse.scrolling.horizontal_extended = 1 ## document.browse.scrolling.horizontal_step # Number of columns to scroll when a key bound to scroll-left or scroll- # right is pressed and no prefix was given. set document.browse.scrolling.horizontal_step = 4 ## document.browse.scrolling.margin # Size of the virtual margin - when you click inside of that margin, # document scrolls in that direction. set document.browse.scrolling.margin = 3 ## document.browse.scrolling.vertical_step # Number of lines to scroll when a key bound to scroll-up or scroll- # down is pressed and no prefix was given. set document.browse.scrolling.vertical_step = 2 ## document.browse.search.case [0|1] # Whether the search should match the document text while maintaining # case sensitivity. set document.browse.search.case = 0 ## document.browse.search.regex # Enable searching with regular expressions: # 0 for plain text searching # 1 for basic regular expression searches # 2 for extended regular expression searches set document.browse.search.regex = 0 ## document.browse.search.show_hit_top_bottom [0|1] # Whether to show a dialog when the search hits top or bottom of the # document. set document.browse.search.show_hit_top_bottom = 1 ## document.browse.search.wraparound [0|1] # Wrap around when searching. Currently only used for typeahead. set document.browse.search.wraparound = 1 ## document.browse.search.show_not_found # How to inform the user when nothing is matched: # 0 means do nothing # 1 means beep the terminal # 2 means pop up message box set document.browse.search.show_not_found = 2 ## document.browse.search.typeahead # Start typeahead searching when an unbound key is pressed without # any modifiers. Note that most keys have default bindings, so this # feature will not be useful unless you unbind them. # # 0 disables this feature; typeahead searching will only be used # when you press a key bound to search-typeahead or similar # 1 automatically starts typeahead searching thru link text # 2 automatically starts typeahead searching thru all document text set document.browse.search.typeahead = 0 ## document.browse.margin_width # Horizontal text margin. set document.browse.margin_width = 3 ## document.browse.table_move_order [0|1] # Move by columns in table, instead of rows. set document.browse.table_move_order = 1 ## document.colors.image # Default image link color. set document.colors.image = "darkolivegreen" ## document.colors.bookmark # Default bookmarked link color. set document.colors.bookmark = "hotpink" ############################## # Automatically saved options # ## protocol.rewrite.dumb.wp # Replacement URI for this dumbprefix: # %c in the string means the current URL # %% in the string means '%' set protocol.rewrite.dumb.wp = "http://en.wikipedia.org/%c" ############################## # Automatically saved options # ## terminal.xterm-256color.transparency [0|1] set terminal.xterm-256color.transparency = 0 ## terminal.xterm-256color.block_cursor [0|1] set terminal.xterm-256color.block_cursor = 1 ############################## # Automatically saved options # ## document.browse.images.image_link_prefix # Prefix string to use to mark image links. set document.browse.images.image_link_prefix = "[" ## document.browse.images.image_link_suffix # Suffix string to use to mark image links. set document.browse.images.image_link_suffix = "]" ## document.css.enable [0|1] # Enable adding of CSS style info to documents. set document.css.enable = 1 ## document.css.import [0|1] # When enabled any external style sheets that are imported from # either CSS itself using the @import keyword or from the HTML using # tags in the document header will also be downloaded. set document.css.import = 1 ## document.css.stylesheet # The path to the file containing the default user defined # Cascading Style Sheet. It can be used to control the basic # layout of HTML documents. The path is assumed to be relative # to ELinks' home directory. # Leave as "" to use built-in document styling. set document.css.stylesheet = "" ############################## # Automatically saved options # ## ui.colors.color.tabs.unvisited.background # Default background color. set ui.colors.color.tabs.unvisited.background = "gray" ## ui.colors.color.tabs.normal.background # Default background color. set ui.colors.color.tabs.normal.background = "gray" ## ui.colors.color.tabs.loading.background # Default background color. set ui.colors.color.tabs.loading.background = "gray" ## ui.colors.color.tabs.separator.background # Default background color. set ui.colors.color.tabs.separator.background = "gray" ## ui.leds.enable [0|1] # Enable LEDs. # These visual indicators will inform you about various states. set ui.leds.enable = 1 ## ui.show_status_bar [0|1] # Show status bar on the screen. set ui.show_status_bar = 1 ## ui.show_title_bar [0|1] # Show title bar on the screen. set ui.show_title_bar = 1 ############################## # Automatically saved options # ## document.dump.codepage # Codepage used in dump output. 'System' stands for # a codepage determined by a selected locale. set document.dump.codepage = "System" ## document.dump.header # Header string used in dumps. %u is substituted by URL. set document.dump.header = "" ## document.dump.footer # Footer string used in dumps. %u is substituted by URL. set document.dump.footer = "" ## document.dump.separator # String which separates two dumps. set document.dump.separator = " " ## document.history.global.enable [0|1] # Enable global history ("history of all pages visited"). set document.history.global.enable = 1 ## ui.dialogs.listbox_min_height # Minimal height of the listbox widget (used e.g. for bookmarks # or global history). set ui.dialogs.listbox_min_height = 10 ## ui.timer.enable # Whether to enable the timer or not: # 0 is don't count down anything # 1 is count down, but don't show the timer # 2 is count down and show the timer near LEDs set ui.timer.enable = 0 ## ui.timer.duration # Inactivity timeout in seconds. The maximum of one day # should be enough for just everyone (TM). set ui.timer.duration = 120 ## ui.timer.action # Keybinding action to be triggered when timer reaches zero. set ui.timer.action = "reload" ############################## # Automatically saved options # ## mime.extension.jpg # MIME-type matching this file extension ('*' is used here in place # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # q # of '.'). set mime.extension.jpg = "image/jpg" ## ui.colors.color.status.status-bar.background # Default background color. set ui.colors.color.status.status-bar.background = "pink" ## ui.colors.color.status.status-text.background # Default background color. set ui.colors.color.status.status-text.background = "pink" ## ui.colors.color.tabs.unvisited.text # Default text color. set ui.colors.color.tabs.unvisited.text = "darkblue" ## ui.colors.color.tabs.normal.text # Default text color. set ui.colors.color.tabs.normal.text = "black" ## ui.colors.color.tabs.separator.text # Default text color. set ui.colors.color.tabs.separator.text = "yellow" ################################## # Automatically saved keybindings # bind "main" "Alt-p" = "tab-external-command" ############################## # Automatically saved options # ## ui.colors.color.mainmenu.normal.background # Default background color. set ui.colors.color.mainmenu.normal.background = "lightgreen" ############################## # Automatically saved options # ## ui.colors.color.menu.frame.background # Default background color. set ui.colors.color.menu.frame.background = "white" ############################## # Automatically saved options # ## ui.colors.color.title.title-bar.background # Default background color. set ui.colors.color.title.title-bar.background = "antiquewhite" ## ui.colors.color.title.title-text.background # Default background color. set ui.colors.color.title.title-text.background = "antiquewhite" ############################## # Automatically saved options # ## ui.colors.color.menu.selected.background # Default background color. set ui.colors.color.menu.selected.background = "lightblue" ############################## # Automatically saved options # ## ui.colors.color.menu.normal.background # Default background color. set ui.colors.color.menu.normal.background = "white" ############################## # Automatically saved options # ## ui.colors.color.title.title-bar.text # Default text color. set ui.colors.color.title.title-bar.text = "black" ############################## # Automatically saved options # ## ecmascript.error_reporting [0|1] # Open a message box when a script reports an error. set ecmascript.error_reporting = 0 ## ecmascript.max_exec_time # Maximum execution time in seconds for a script. set ecmascript.max_exec_time = 60 ## ecmascript.block_window_opening [0|1] # Whether to disallow scripts to open new windows or tabs. set ecmascript.block_window_opening = 1 ############################## # Automatically saved options # ## cookies.accept_policy # Cookies accepting policy: # 0 is accept no cookies # 1 is ask for confirmation before accepting cookie # 2 is accept all cookies set cookies.accept_policy = 2 ############################## # Automatically saved options # ## protocol.rewrite.dumb.edulinux # Replacement URI for this dumbprefix: # %c in the string means the current URL # %% in the string means '%' set protocol.rewrite.dumb.edulinux = "http://edulinux.homeunix.org" ############################## # Automatically saved options # ## protocol.rewrite.smart.el # Replacement URI for this smartprefix: # %c in the string means the current URL # %s in the string means the whole argument to smartprefix # %0,%1,...,%9 means argument 0, 1, ..., 9 # %% in the string means '%' set protocol.rewrite.smart.el = "http://edulinux.homeunix.org/%s" ############################## # Automatically saved options # ## protocol.rewrite.smart.lg # Replacement URI for this smartprefix: # %c in the string means the current URL # %s in the string means the whole argument to smartprefix # %0,%1,...,%9 means argument 0, 1, ..., 9 # %% in the string means '%' set protocol.rewrite.smart.lg = "http://www.google.com/search?q=%s&btnG=Google+Search&domains=linuxgazette.net&sitesearch=linuxgazette.net" ############################## # Automatically saved options # ## protocol.rewrite.dumb.hants # Replacement URI for this dumbprefix: # %c in the string means the current URL # %% in the string means '%' set protocol.rewrite.dumb.hants = "http://www.hants.lug.org.uk/" ############################## # Automatically saved options # ## ecmascript.enable [0|1] # Whether to run those scripts inside of documents. set ecmascript.enable = 1 ############################## # Automatically saved options # ## ui.colors.color.menu.marked.background # Default background color. set ui.colors.color.menu.marked.background = "white" ############################## # Automatically saved options # ## protocol.rewrite.dumb.bashtard # Replacement URI for this dumbprefix: # %c in the string means the current URL # %% in the string means '%' set protocol.rewrite.dumb.bashtard = "http://www.bashtard.org" ############################## # Automatically saved options # ## document.history.global.max_items # Maximum number of entries in the global history. set document.history.global.max_items = 1k ## document.history.keep_unhistory [0|1] # Keep unhistory ("forward history"). set document.history.keep_unhistory = 1 ## document.plain.display_links [0|1] # Display URIs in the document as links. set document.plain.display_links = 0 ################################## # Automatically saved keybindings # bind "edit" "Ctrl->" = "end-of-buffer" ################################## # Automatically saved keybindings # bind "main" "Ctrl-." = "tab-move-right" bind "main" "Ctrl-," = "tab-move-left" ################################## # Automatically saved keybindings # ############################## # Automatically saved options # ## connection.unrestartable_receive_timeout # Timeout for non-restartable connections (in seconds). set connection.unrestartable_receive_timeout = 300 ############################## # Automatically saved options # ## protocol.https.proxy.host # Host and port-number (host:port) of the HTTPS CONNECT proxy, or blank. # If it's blank, HTTPS_PROXY environment variable is checked as well. set protocol.https.proxy.host = "" ############################## # Automatically saved options # ## document.browse.forms.editor # Path to the executable that ELinks should launch when the user # requests to edit a textarea with an external editor. # # If this is blank, ELinks will use the value of the environmental # variable $EDITOR. If $EDITOR is empty or not set, ELinks will then # default to "vi". set document.browse.forms.editor = "gvim \"+set tw=0\" -f" ############################## # Automatically saved options # ## protocol.http.proxy.user # Proxy authentication username. set protocol.http.proxy.user = "" ############################## # Automatically saved options # ## protocol.no_proxy # Comma separated list of domains for which the proxy (HTTP/FTP) # should be disabled. Optionally, a port can be specified for some # domains as well. If it's blank, NO_PROXY environment variable is # checked as well. set protocol.no_proxy = "192.168.0.1,mail.yahoo.com,login.yahoo.com,global.secure.yahoo.com,yahoo.com,yahoo,com:443,uk.f343.mail.yahoo.com,amazon.co.uk,http://www.troubledlands.com" ############################## # Automatically saved options # ## connection.ssl.client_cert.enable [0|1] # Enable or not the sending of X509 client certificates # to servers which request them. set connection.ssl.client_cert.enable = 0 ## connection.async_dns [0|1] # Whether to use asynchronous DNS resolving. set connection.async_dns = 1 ## connection.max_connections # Maximum number of concurrent connections. set connection.max_connections = 10 ## connection.max_connections_to_host # Maximum number of concurrent connections to a given host. set connection.max_connections_to_host = 2 ## connection.receive_timeout # Receive timeout (in seconds). set connection.receive_timeout = 100 ############################## # Automatically saved options # ## connection.retries # Number of tries to establish a connection. # Zero means try forever. set connection.retries = 3 ## connection.try_ipv4 [0|1] # Whether to try to connect to a host over IPv4. # Note that if connection.try_ipv6 is enabled too, # it takes precedence. And better do not touch this # at all unless you are sure what are you doing. # Note that you can also force a given protocol # to be used on a per-connection basis by using an URL # in the style of i.e. http4://elinks.or.cz/. set connection.try_ipv4 = 1 ############################## # Automatically saved options # ## protocol.http.trace [0|1] # If active, all HTTP requests are sent with TRACE as their method # rather than GET or POST. This is useful for debugging of both ELinks # and various server-side scripts --- the server only returns the client's # request back to the client verbatim. Note that this type of request may # not be enabled on all servers. set protocol.http.trace = 0 ############################## # Automatically saved options # ## document.cache.ignore_cache_control [0|1] # Ignore Cache-Control and Pragma server headers. # When set, the document is cached even with 'Cache-Control: no-cache'. set document.cache.ignore_cache_control = 0 ## protocol.http.bugs.allow_blacklist [0|1] # Allow blacklisting of buggy servers. set protocol.http.bugs.allow_blacklist = 1 ## protocol.http.bugs.http10 [0|1] # Use HTTP/1.0 protocol instead of HTTP/1.1. set protocol.http.bugs.http10 = 0 ############################## # Automatically saved options # ## connection.try_ipv6 [0|1] # Whether to try to connect to a host over IPv6. # Note that you can also force a given protocol # to be used on a per-connection basis by using an URL # in the style of i.e. http6://elinks.or.cz/. #set connection.try_ipv6 = 1 ############################## # Automatically saved options # ## terminal.xterm-color.colors set terminal.xterm-color.colors = 2 ############################## # Automatically saved options # ## protocol.rewrite.dumb.pare # Replacement URI for this dumbprefix: # %c in the string means the current URL # %% in the string means '%' set protocol.rewrite.dumb.pare = "http://edulinux.homeunix.org/~pare" ############################## # Automatically saved options # ## ui.startup_goto_dialog [0|1] # Pop up goto dialog in newly created tabs when there's no homepage # set. This means also showing goto dialog on startup. set ui.startup_goto_dialog = 1 ############################## # Automatically saved options # ## ui.sessions.homepage # The URI to load either at startup time when no URI was given # on the command line or when requested by the goto-url-home action. # Set to "" if the environment variable WWW_HOME should be used # as homepage URI instead. set ui.sessions.homepage = "" ############################## # Automatically saved options # ## document.uri_passing.clipboard # A rule for passing URI to an external command. # The format is: # %c in the string means the current URL # %% in the string means '%' # Do _not_ put single- or double-quotes around %c. set document.uri_passing.clipboard = "echo -n %c | xclip -i " ############################## # Automatically saved options # ## protocol.rewrite.dumb.c2 # Replacement URI for this dumbprefix: # %c in the string means the current URL # %% in the string means '%' set protocol.rewrite.dumb.c2 = "http://c2.com/cgi/wiki" ############################## # Automatically saved options # ## protocol.rewrite.smart.c2 # Replacement URI for this smartprefix: # %c in the string means the current URL # %s in the string means the whole argument to smartprefix # %0,%1,...,%9 means argument 0, 1, ..., 9 # %% in the string means '%' set protocol.rewrite.smart.c2 = "http://c2.com/cgi/wiki?search=%s" ############################## # Automatically saved options # ## protocol.rewrite.dumb.rg # Replacement URI for this dumbprefix: # %c in the string means the current URL # %% in the string means '%' set protocol.rewrite.dumb.rg = "http://rubygarden.org" ############################## # Automatically saved options # ## protocol.rewrite.smart.rg # Replacement URI for this smartprefix: # %c in the string means the current URL # %s in the string means the whole argument to smartprefix # %0,%1,...,%9 means argument 0, 1, ..., 9 # %% in the string means '%' set protocol.rewrite.smart.rg = "http://www.rubygarden.org/ruby?search=%s&dosearch=1" ################################## # Automatically saved keybindings # bind "main" "Alt-o" = "link-external-command" ############################## # Automatically saved options # ## document.uri_passing.link-clipboard # A rule for passing URI to an external command. # The format is: # %c in the string means the current URL # %% in the string means '%' # Do _not_ put single- or double-quotes around %c. #"echo -n %c | xclip -i" ############################## # Automatically saved options # ## terminal.xterm.block_cursor [0|1] set terminal.xterm.block_cursor = 1 ## terminal.rxvt.block_cursor [0|1] set terminal.rxvt.block_cursor = 0 ############################## # Automatically saved options # ## ui.tabs.top [0|1] # Whether display tab bar at top like other browsers do. ############################## # Automatically saved options # ## document.cache.format.size # Number of cached formatted pages. Do not get too generous # here, 'formatted' means that all the accompanying structures # are kept in memory so that you get the cached document # immediatelly, but these structures may take a lot - 2x the # size of the HTML source is probably not unusual, but it can # be even more if the document consists of a lot of short lines # (padded right, if possible) and links and not much other markup. # So if you set this to 256 and then you don't like your ELinks # eating 90M, don't come complaining to us. ;-) # Also note that the format cache itself is not counted to the # memory cache size, but the HTML source of the formatted documents # is always cached, even if it is over the memory cache size # threshold. (Then of course no other documents can be cached.) set document.cache.format.size = 1 ############################## # Automatically saved options # ## document.colors.increase_contrast [0|1] # Increase the contrast between the foreground and background colors # to ensure readability. For example it disallows dark colors on a # black background. Note, this is different from ensuring the contrast # with the ensure_contrast option. set document.colors.increase_contrast = 1 ############################## # Automatically saved options # ## document.cache.memory.size # Memory cache size (in bytes). set document.cache.memory.size = 0 ############################## # Automatically saved options # ## document.browse.images.show_as_links [0|1] # Display links to images without an alt attribute. If this option # is off, these images are completely invisible. set document.browse.images.show_as_links = 0 ## ui.tabs.top [0|1] # Whether display tab bar at top like other browsers do. set ui.tabs.top = 0 ############################## # Automatically saved options # ## document.browse.forms.input_size # Default form input size if none is specified. set document.browse.forms.input_size = 100 ############################## # Automatically saved options # ## document.browse.images.label_maxlen # Maximum length of image label (alt/title): # 0 means always display full label # 1-500 means display label with this maximal length; # if it is longer, the middle is substituted by an asterisk set document.browse.images.label_maxlen = 0 ## document.browse.images.show_any_as_links [0|1] # Display links to any images in the document, regardless of them # having an alt attribute or not. If this option is off, the alt # attribute contents is shown, but as normal text, not selectable # as a link. set document.browse.images.show_any_as_links = 1 ############################## # Automatically saved options # ## document.html.wrap_nbsp [0|1] # If set do not honour non breaking space (the nbsp entity) # but allow to wrap the text. This can help keeping the width # of documents down so no horizontal scrolling is needed. set document.html.wrap_nbsp = 1