Looking into cattoc.html layout (--enable-htmlized-cfg) I found few more problems. In particular, I see no difference between two .h1 sections "Interaction" and "Internal behaviour", I mean the real options list associated with them, not the header name. Also I see some problems with markup (text shifted more than one space right after '#' symbol should be rewritten in <pre></pre>). Nethertheless, I made one minor tweak: * htmlized lynx.cfg: add .h2 RULESFILE, remove confusing .h1 header. diff -u old/lynx.cfg ./lynx.cfg --- old/lynx.cfg Thu Apr 13 19:39:32 2000 +++ ./lynx.cfg Sat Apr 15 01:54:52 2000 @@ -1232,7 +1232,6 @@ .h1 Mail-related -# The settings control mailing facilities of lynx. .h2 SYSTEM_MAIL .h2 SYSTEM_MAIL_FLAGS @@ -1717,6 +1716,7 @@ # #MAKE_LINKS_FOR_ALL_IMAGES:FALSE + .h2 MAKE_PSEUDO_ALTS_FOR_INLINES # If MAKE_PSEUDO_ALTS_FOR_INLI4NES is FALSE, inline images which don't specify # an ALT string will not have "[INLINE]" inserted as a pseudo-ALT, @@ -2815,6 +2815,7 @@ .h1 Internal Behavior .h2 RULE +.h2 RULESFILE # CERN-style rules, EXPERIMENTAL - URL-specific rules # # A CERN-style rules file can be given with RULESFILE. Use the system's @@ -2828,6 +2829,7 @@ # in the samples subdirectory for further explanation. # # Examples: +.ex 5 # RULESFILE:/etc/lynx/cernrules # RULE:Fail gopher:* # reject by scheme # RULE:Pass finger://*@localhost/ # allow this, @@ -2841,6 +2843,7 @@ # Enable pretty source view #PRETTYSRC:FALSE + .h2 PRETTYSRC_SPEC # Pretty source view settings. These settings are in effect when -prettysrc # is specified. @@ -2989,6 +2992,7 @@ # #JUSTIFY:TRUE + .h2 JUSTIFY_MAX_VOID_PERCENT # JUSTIFY_MAX_VOID_PERCENT - Appearance # This option controls the maximum allowed value for ratio (in percents) of @@ -3016,6 +3020,7 @@ # option. # #TEXTFIELDS_NEED_ACTIVATION:FALSE + .h2 LEFTARROW_IN_TEXTFIELD_PROMPT # LEFTARROW_IN_TEXTFIELD_PROMPT
