[prev in list] [next in list] [prev in thread] [next in thread] 

List:       elinks-cvs
Subject:    [ELinks] elinks - jonas: Quite big update featuring the color clea...
From:       cvs () pasky ! ji ! cz
Date:       2003-12-31 21:29:04
Message-ID: 20031231212904.8838.qmail () machine ! sinus ! cz
[Download RAW message or body]

This is an automated notification of a change to the ELinks CVS tree.

Author: jonas
Module: elinks
   Tag: <TRUNK>
  Date: Wed Dec 31 21:29:04 2003 GMT

---- Log message:

Quite big update featuring the color cleanups and additions, auto save stuff and sorting changes.


---- Files affected:

elinks/doc/man/man5:
   elinks.conf.5 (1.21 -> 1.22) 
    http://cvsweb.elinks.or.cz/cvsweb.cgi/elinks/doc/man/man5/elinks.conf.5.diff?r1=1.21&r2=1.22&f=u


---- Diffs:

Index: elinks/doc/man/man5/elinks.conf.5
diff -u elinks/doc/man/man5/elinks.conf.5:1.21 elinks/doc/man/man5/elinks.conf.5:1.22
--- elinks/doc/man/man5/elinks.conf.5:1.21	Wed Dec 24 14:41:22 2003
+++ elinks/doc/man/man5/elinks.conf.5	Wed Dec 31 22:28:59 2003
@@ -1,6 +1,6 @@
 ." elinks.conf.5
 ."
-." Generated by help2doc (Revision: 1.9) on 24 December 03 using output from ELinks version 0.5rc4.CVS.
+." Generated by help2doc (Revision: 1.9) on 31 December 03 using output from ELinks version 0.9.0.CVS.
 ."
 ." Copyleft (c) 2002-2003 The ELinks project
 ."
@@ -8,7 +8,7 @@
 ." General Public License. <www.gnu.org/licenses/gpl.html>
 ."
 ." Process this file with groff -man -Tascii elinks.conf.5
-.TH ELINKS.CONF 5 "24 December 03"
+.TH ELINKS.CONF 5 "31 December 03"
 .SH NAME
 elinks.conf \- ELinks configuration file
 .SH DESCRIPTION
@@ -429,6 +429,17 @@
 Automatically follow document-specified refresh directives ('<meta>
 refresh' tags). Web-page authors use these to instruct the browser
 to reload a document at a given interval or to load another page.
+Regardless of the value the refresh URI is accessible as a link.
+Use the document.browse.minimum_refresh_time to control the minimum
+number of seconds a refresh will take.
+.TP
+\f3document.browse.minimum_refresh_time\f2 <num>\f1 (default: 1000)
+The minimum number of milliseconds that should pass before
+refreshing. If set to zero the document refresh time is used
+unchanged. It can fix going back in history for some sites that
+use refreshing with zero values.
+.PD
+.RE
 .TP
 \f3document.browse.scroll_margin\f2 <num>\f1 (default: 3)
 Size of the virtual margin - when you click inside of that margin,
@@ -677,11 +688,19 @@
 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.
+.TP
+\f3document.html.default_form_input_size\f2 <num>\f1 (default: 20)
+Default form input size if none is specified.
+.PD
+.RE
 .SS Plain rendering (document.plain)
 Options concerning the display of plain text pages.
 .TP
 \f3document.plain.display_links\f2 [0|1]\f1 (default: 0)
 Display URIs in the document as links.
+.TP
+\f3document.plain.compress_empty_lines\f2 [0|1]\f1 (default: 0)
+Compress successive empty lines to only one in displayed text.
 .SS MIME (mime)
 MIME-related options (handlers of various MIME types).
 .SS File extension associations (mime.extension)
@@ -774,28 +793,28 @@
 Protocol specific options.
 .SS Local files (protocol.file)
 Options specific to local browsing.
+.SS Local CGI (protocol.file.cgi)
+Local CGI specific options.
+.TP
+\f3protocol.file.cgi.path\f2 <str>\f1 (default: "")
+Colon separated list of directories, where CGI scripts are stored.
+.TP
+\f3protocol.file.cgi.policy\f2 [0|1]\f1 (default: 0)
+Whether to execute local CGI scripts.
 .TP
 \f3protocol.file.allow_special_files\f2 [0|1]\f1 (default: 0)
 Allow reading from non-regular files? (DANGEROUS - reading
 /dev/urandom or /dev/zero can ruin your day!)
 .TP
-\f3protocol.file.try_encoding_extensions\f2 [0|1]\f1 (default: 1)
-When set, if we can't open a file named 'filename', we'll try
-to open 'filename' with some encoding extension appended
-(ie. 'filename.gz'); it depends on the supported encodings.
-.TP
 \f3protocol.file.show_hidden_files\f2 [0|1]\f1 (default: 1)
 Show hidden files in directory listing ?
 If set to false, files with name starting with a dot will be
 hidden in local directories listing.
-.SS Local CGI (protocol.file.cgi)
-Local CGI specific options.
-.TP
-\f3protocol.file.cgi.policy\f2 [0|1]\f1 (default: 0)
-Whether to execute local CGI scripts.
 .TP
-\f3protocol.file.cgi.path\f2 <str>\f1 (default: "")
-Colon separated list of directories, where CGI scripts are stored.
+\f3protocol.file.try_encoding_extensions\f2 [0|1]\f1 (default: 1)
+When set, if we can't open a file named 'filename', we'll try
+to open 'filename' with some encoding extension appended
+(ie. 'filename.gz'); it depends on the supported encodings.
 .SS FTP (protocol.ftp)
 FTP specific options.
 .SS Proxy configuration (protocol.ftp.proxy)
@@ -1055,10 +1074,10 @@
 .SS Selected main menu bar item (ui.colors.color.mainmenu.selected)
 Selected main menu bar item colors.
 .TP
-\f3ui.colors.color.mainmenu.selected.text\f2 <color|#rrggbb>\f1 (default: black)
+\f3ui.colors.color.mainmenu.selected.text\f2 <color|#rrggbb>\f1 (default: green)
 Default text color.
 .TP
-\f3ui.colors.color.mainmenu.selected.background\f2 <color|#rrggbb>\f1 (default: green)
+\f3ui.colors.color.mainmenu.selected.background\f2 <color|#rrggbb>\f1 (default: black)
 Default background color.
 .SS Hotkey (ui.colors.color.mainmenu.hotkey)
 Main menu hotkey colors.
@@ -1066,18 +1085,18 @@
 Main menu unselected hotkey colors.
 .TP
 \f3ui.colors.color.mainmenu.hotkey.normal.text\f2 <color|#rrggbb>\f1 (default: darkred)
-Main menu unselected hotkey default text color.
+Default text color.
 .TP
 \f3ui.colors.color.mainmenu.hotkey.normal.background\f2 <color|#rrggbb>\f1 (default: white)
-Main menu unselected hotkey default background color.
+Default background color.
 .SS Selected hotkey (ui.colors.color.mainmenu.hotkey.selected)
 Main menu selected hotkey colors.
 .TP
 \f3ui.colors.color.mainmenu.hotkey.selected.text\f2 <color|#rrggbb>\f1 (default: darkred)
-Main menu selected hotkey text color.
+Default text color.
 .TP
 \f3ui.colors.color.mainmenu.hotkey.selected.background\f2 <color|#rrggbb>\f1 (default: green)
-Main menu selected hotkey default background color.
+Default background color.
 .SS Menu bar (ui.colors.color.menu)
 Menu bar colors.
 .SS Unselected menu item (ui.colors.color.menu.normal)
@@ -1110,18 +1129,18 @@
 Menu item unselected hotkey colors.
 .TP
 \f3ui.colors.color.menu.hotkey.normal.text\f2 <color|#rrggbb>\f1 (default: darkred)
-Menu item unselected hotkey default text color.
+Default text color.
 .TP
 \f3ui.colors.color.menu.hotkey.normal.background\f2 <color|#rrggbb>\f1 (default: white)
-Menu item unselected hotkey default background color.
+Default background color.
 .SS Selected hotkey (ui.colors.color.menu.hotkey.selected)
 Menu item selected hotkey colors.
 .TP
 \f3ui.colors.color.menu.hotkey.selected.text\f2 <color|#rrggbb>\f1 (default: darkred)
-Menu item selected hotkey default text color.
+Default text color.
 .TP
 \f3ui.colors.color.menu.hotkey.selected.background\f2 <color|#rrggbb>\f1 (default: green)
-Menu item selected hotkey background color.
+Default background color.
 .SS Menu frame (ui.colors.color.menu.frame)
 Menu frame colors.
 .TP
@@ -1239,11 +1258,11 @@
 .SS Shadow (ui.colors.color.dialog.shadow)
 Dialog shadow colors (see ui.shadows option).
 .TP
-\f3ui.colors.color.dialog.shadow.background\f2 <color|#rrggbb>\f1 (default: black)
-Default background color.
-.TP
 \f3ui.colors.color.dialog.shadow.text\f2 <color|#rrggbb>\f1 (default: black)
 Default text color.
+.TP
+\f3ui.colors.color.dialog.shadow.background\f2 <color|#rrggbb>\f1 (default: black)
+Default background color.
 .SS Title bar (ui.colors.color.title)
 Title bar colors.
 .SS Generic title bar (ui.colors.color.title.title-bar)
@@ -1282,6 +1301,15 @@
 Default background color.
 .SS Tabs bar (ui.colors.color.tabs)
 Tabs bar colors.
+.SS Unvisited tab (ui.colors.color.tabs.unvisited)
+Tab colors for tabs that have not been
+selected since they completed loading.
+.TP
+\f3ui.colors.color.tabs.unvisited.text\f2 <color|#rrggbb>\f1 (default: white)
+Default text color.
+.TP
+\f3ui.colors.color.tabs.unvisited.background\f2 <color|#rrggbb>\f1 (default: darkblue)
+Default background color.
 .SS Unselected tab (ui.colors.color.tabs.normal)
 Unselected tab colors.
 .TP
@@ -1326,16 +1354,16 @@
 Color settings for non-color terminal.
 .SS Main menu bar (ui.colors.mono.mainmenu)
 Main menu bar colors.
-.SS Unselected menu bar item (ui.colors.mono.mainmenu.normal)
-Unselected menu bar item colors.
+.SS Unselected main menu bar item (ui.colors.mono.mainmenu.normal)
+Unselected main menu bar item colors.
 .TP
 \f3ui.colors.mono.mainmenu.normal.text\f2 <color|#rrggbb>\f1 (default: black)
 Default text color.
 .TP
 \f3ui.colors.mono.mainmenu.normal.background\f2 <color|#rrggbb>\f1 (default: white)
 Default background color.
-.SS Selected menu bar item (ui.colors.mono.mainmenu.selected)
-Selected menu bar item colors.
+.SS Selected main menu bar item (ui.colors.mono.mainmenu.selected)
+Selected main menu bar item colors.
 .TP
 \f3ui.colors.mono.mainmenu.selected.text\f2 <color|#rrggbb>\f1 (default: gray)
 Default text color.
@@ -1348,18 +1376,18 @@
 Main menu unselected hotkey colors.
 .TP
 \f3ui.colors.mono.mainmenu.hotkey.normal.text\f2 <color|#rrggbb>\f1 (default: black)
-Main menu unselected hotkey default text color.
+Default text color.
 .TP
 \f3ui.colors.mono.mainmenu.hotkey.normal.background\f2 <color|#rrggbb>\f1 (default: white)
-Main menu unselected hotkey default background color.
+Default background color.
 .SS Selected hotkey (ui.colors.mono.mainmenu.hotkey.selected)
 Main menu selected hotkey colors.
 .TP
 \f3ui.colors.mono.mainmenu.hotkey.selected.text\f2 <color|#rrggbb>\f1 (default: black)
-Main menu selected hotkey default text color.
+Default text color.
 .TP
 \f3ui.colors.mono.mainmenu.hotkey.selected.background\f2 <color|#rrggbb>\f1 (default: white)
-Main menu selected hotkey default background color.
+Default background color.
 .SS Menu bar (ui.colors.mono.menu)
 Menu bar colors.
 .SS Unselected menu item (ui.colors.mono.menu.normal)
@@ -1389,21 +1417,21 @@
 .SS Hotkey (ui.colors.mono.menu.hotkey)
 Menu item hotkey colors.
 .SS Unselected hotkey (ui.colors.mono.menu.hotkey.normal)
-Menu unselected hotkey colors.
+Menu item unselected hotkey colors.
 .TP
 \f3ui.colors.mono.menu.hotkey.normal.text\f2 <color|#rrggbb>\f1 (default: gray)
-Menu unselected hotkey default text color.
+Default text color.
 .TP
 \f3ui.colors.mono.menu.hotkey.normal.background\f2 <color|#rrggbb>\f1 (default: black)
-Menu unselected hotkey default background color.
+Default background color.
 .SS Selected hotkey (ui.colors.mono.menu.hotkey.selected)
-Menu selected hotkey colors.
+Menu item selected hotkey colors.
 .TP
 \f3ui.colors.mono.menu.hotkey.selected.text\f2 <color|#rrggbb>\f1 (default: gray)
-Menu selected hotkey default text color.
+Default text color.
 .TP
 \f3ui.colors.mono.menu.hotkey.selected.background\f2 <color|#rrggbb>\f1 (default: black)
-Menu selected hotkey default background color.
+Default background color.
 .SS Menu frame (ui.colors.mono.menu.frame)
 Menu frame colors.
 .TP
@@ -1495,7 +1523,7 @@
 \f3ui.colors.mono.dialog.button-selected.background\f2 <color|#rrggbb>\f1 (default: black)
 Default background color.
 .SS Text field (ui.colors.mono.dialog.field)
-Dialog field colors.
+Dialog text field colors.
 .TP
 \f3ui.colors.mono.dialog.field.text\f2 <color|#rrggbb>\f1 (default: gray)
 Default text color.
@@ -1521,11 +1549,11 @@
 .SS Shadow (ui.colors.mono.dialog.shadow)
 Dialog shadow colors (see ui.shadows option).
 .TP
-\f3ui.colors.mono.dialog.shadow.background\f2 <color|#rrggbb>\f1 (default: black)
-Default background color.
-.TP
 \f3ui.colors.mono.dialog.shadow.text\f2 <color|#rrggbb>\f1 (default: black)
 Default text color.
+.TP
+\f3ui.colors.mono.dialog.shadow.background\f2 <color|#rrggbb>\f1 (default: black)
+Default background color.
 .SS Title bar (ui.colors.mono.title)
 Title bar colors.
 .SS Generic title bar (ui.colors.mono.title.title-bar)
@@ -1536,7 +1564,7 @@
 .TP
 \f3ui.colors.mono.title.title-bar.background\f2 <color|#rrggbb>\f1 (default: black)
 Default background color.
-.SS Title text (ui.colors.mono.title.title-text)
+.SS Title bar text (ui.colors.mono.title.title-text)
 Title bar text colors.
 .TP
 \f3ui.colors.mono.title.title-text.text\f2 <color|#rrggbb>\f1 (default: gray)
@@ -1549,10 +1577,10 @@
 .SS Generic status bar (ui.colors.mono.status.status-bar)
 Generic status bar colors.
 .TP
-\f3ui.colors.mono.status.status-bar.text\f2 <color|#rrggbb>\f1 (default: gray)
+\f3ui.colors.mono.status.status-bar.text\f2 <color|#rrggbb>\f1 (default: black)
 Default text color.
 .TP
-\f3ui.colors.mono.status.status-bar.background\f2 <color|#rrggbb>\f1 (default: black)
+\f3ui.colors.mono.status.status-bar.background\f2 <color|#rrggbb>\f1 (default: white)
 Default background color.
 .SS Status bar text (ui.colors.mono.status.status-text)
 Status bar text colors.
@@ -1564,6 +1592,15 @@
 Default background color.
 .SS Tabs bar (ui.colors.mono.tabs)
 Tabs bar colors.
+.SS Unvisited tab (ui.colors.mono.tabs.unvisited)
+Tab colors for tabs that have not been
+selected since they completed loading.
+.TP
+\f3ui.colors.mono.tabs.unvisited.text\f2 <color|#rrggbb>\f1 (default: white)
+Default text color.
+.TP
+\f3ui.colors.mono.tabs.unvisited.background\f2 <color|#rrggbb>\f1 (default: gray)
+Default background color.
 .SS Unselected tab (ui.colors.mono.tabs.normal)
 Unselected tab colors.
 .TP
@@ -1572,6 +1609,14 @@
 .TP
 \f3ui.colors.mono.tabs.normal.background\f2 <color|#rrggbb>\f1 (default: white)
 Default background color.
+.SS Loading tab (ui.colors.mono.tabs.loading)
+Tab colors for tabs that are loading in the background.
+.TP
+\f3ui.colors.mono.tabs.loading.text\f2 <color|#rrggbb>\f1 (default: gray)
+Default text color.
+.TP
+\f3ui.colors.mono.tabs.loading.background\f2 <color|#rrggbb>\f1 (default: white)
+Default background color.
 .SS Selected tab (ui.colors.mono.tabs.selected)
 Selected tab colors.
 .TP
@@ -1609,12 +1654,24 @@
 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.
-.SS LEDs (ui.leds)
-LEDs (visual indicators) options.
 .TP
-\f3ui.leds.enable\f2 [0|1]\f1 (default: 1)
-Enable LEDs.
-These visual indicators will inform you about various states.
+\f3ui.dialogs.underline_hotkeys\f2 [0|1]\f1 (default: 0)
+Whether to underline hotkeys in menus to make them more
+visible. Requires the underlining is enabled for the terminal.
+.SS Sessions (ui.sessions)
+Sessions settings.
+.TP
+\f3ui.sessions.auto_save\f2 [0|1]\f1 (default: 0)
+Automatically save the session when quitting.
+This feature requires bookmark support.
+.TP
+\f3ui.sessions.auto_restore\f2 [0|1]\f1 (default: 0)
+Automatically restore the session at start.
+This feature requires bookmark support.
+.TP
+\f3ui.sessions.auto_save_foldername\f2 <str>\f1 (default: "Auto saved session")
+Name of the bookmarks folder used for auto saving and restoring session.
+This only makes sense with bookmark support.
 .SS Window tabs (ui.tabs)
 Window tabs settings.
 .TP
@@ -1694,7 +1751,7 @@
 Secure file saving is automagically disabled if file is symlink.
 .SH "DOCUMENT INFO"
 .PP
-Generated by help2doc (Revision: 1.9) on 24 December 03 using output from ELinks version 0.5rc4.CVS.
+Generated by help2doc (Revision: 1.9) on 31 December 03 using output from ELinks version 0.9.0.CVS.
 help2doc is distributed with ELinks under the terms of the GPL.
 .SH "SEE ALSO"
 .BR elinks (1),

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic