Minor lynx.cfg corections for better cfg2html.pl output. diff -u old/lynx.cfg ./lynx.cfg --- old/lynx.cfg Wed Dec 15 04:03:18 1999 +++ ./lynx.cfg Sun Dec 19 02:48:14 1999 @@ -6,7 +6,7 @@ # Definition pairs are of the form VARIABLE:DEFINITION # NO spaces are allowed between the pair items. # -# If you do not have write access to /usr/local/bin you may change +# If you do not have write access to /usr/local/lib you may change # the default location of this file in the userdefs.h file and recompile, # or specify its location on the command line with the "-cfg" # command line option. @@ -18,7 +18,13 @@ # An HTML'ized description of all settings (based on comments in this file, # with alphabetical table of settings and with table of settings by category) # is available at http://www.hippo.ru/~hvv/lynxcfg_toc.html +# +### The conversion done via scripts/cfg2html.pl script, +### several directives begin with '.' used for this purpose. + +.h1 Internal Behavior +.h2 INCLUDE # Starting with Lynx 2.8.1, the lynx.cfg file has a crude "include" # facility. This means that you can take advantage of the global lynx.cfg # while also supplying your own tweaks. @@ -46,9 +52,11 @@ # INCLUDE:filename for <space-separated-list-of-allowed-settings> # # sample: +.ex #INCLUDE:~/lynx.cfg for COLOR VIEWER KEYMAP # only one space character should surround the word 'for'. On Unix systems ':' # is also accepted as separator. In that case, the example can be written as +.ex #INCLUDE:~/lynx.cfg:COLOR VIEWER KEYMAP # In the example, only the settings COLOR, VIEWER and KEYMAP are accepted by # lynx. Other settings are ignored. Note: INCLUDE is also treated as a @@ -82,6 +90,7 @@ # # As an alternative, you may want to use a local URL. A good choice for this is # the user's home directory: +.ex #STARTFILE:file://localhost/~/ # # Your choice of STARTFILE should reflect your site's needs, and be a URL that @@ -1359,12 +1368,10 @@ # the rendition of documents that you browse with lynx, but can change various # delays and resource utilization. -.h2 CSO_PROXY -.h2 FINGER_PROXY +.h2 HTTP_PROXY +.h2 HTTPS_PROXY .h2 FTP_PROXY .h2 GOPHER_PROXY -.h2 HTTPS_PROXY -.h2 HTTP_PROXY .h2 NEWSPOST_PROXY .h2 NEWSREPLY_PROXY .h2 NEWS_PROXY @@ -1373,6 +1380,8 @@ .h2 SNEWSREPLY_PROXY .h2 SNEWS_PROXY .h2 WAIS_PROXY +.h2 FINGER_PROXY +.h2 CSO_PROXY # Lynx version 2.2 and beyond supports the use of proxy servers that can act as # firewall gateways and caching servers. They are preferable to the older # gateway servers. Each protocol used by Lynx can be mapped separately using
