lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev (patch) tweak lynx help


From: Leonid Pauzner
Subject: lynx-dev (patch) tweak lynx help
Date: Fri, 28 May 1999 11:47:57 +0400 (MSD)

This patch add links for Vlad's lynxcfg index.
Links currently hardcored to his homepage, should be fixed
when will reside in local files.

BTW, we may merge cattoc.html and alphatoc.html into a single file
lynx_help/lynxcfg_toc.html and supply anchor "#alphabetical" in the middle
of that file so links to body.html (probably with another name)
will be done nicely via BASE HREF=




diff -u old/lynx_hel.htm ./lynx_hel.htm
--- old/lynx_hel.htm    Fri Apr 23 07:56:36 1999
+++ ./lynx_hel.htm      Fri May 28 10:48:54 1999
@@ -17,6 +17,8 @@
  -- when entering URLs etc
 <li><a href="lynx_url_support.html">Supported URLs</a>
  -- how Lynx handles various types of URL
+<li><a href="http://www.hippo.ru/~hvv/cattoc.html";>lynx.cfg options</a>
+ -- a reference for advanced configurations
 <li><a href="about_lynx.html">About Lynx</a>
  -- credits, copyright etc
 <li><a href="lynx-dev.html">About Lynx-Dev</a>
diff -u old/lynx_use.htm ./lynx_use.htm
--- old/lynx_use.htm    Wed May 26 01:21:32 1999
+++ ./lynx_use.htm      Fri May 28 10:36:52 1999
@@ -2469,10 +2469,14 @@
 from your local add-on configuration file.  It is really cool to read
 lynx.cfg with its comments for hundreds of options,
 most of them commented out because they are built-in defaults.
+You may visit an index of options
+<a href="http://www.hippo.ru/~hvv/cattoc.html";>by categories</a> or
+<a href="http://www.hippo.ru/~hvv/aphatoc.html";>by alphabet</a>.

-<p>To see the current lynx.cfg state you may press <em>'='</em> key
-for <em>Lynx Information Page</em> and follow <em>your lynx.cfg</em> link
-from there near the top.
+<p>To see the current lynx.cfg state you may press <em>'o'</em> key
+for <em>Options Menu</em> and follow <em>check your lynx.cfg</em> link
+near the bottom; alternatively, you may also press <em>'='</em> key
+for <em>Lynx Information Page</em> and follow a link from there near the top.

 <p>However, for those who have a restricted account many Lynx features
 may be disabled by the system administrator, you probably will not see
diff -u old/lyreadcf.c ./lyreadcf.c
--- old/lyreadcf.c      Tue May 25 00:15:54 1999
+++ ./lyreadcf.c        Fri May 28 11:09:10 1999
@@ -1731,6 +1731,7 @@

 #ifndef NO_CONFIG_INFO
        if (!LYRestricted) {
+#ifdef NOTUSED
 #if defined(HAVE_CONFIG_H) || defined(VMS)
            if (strcmp(lynx_cfg_file, LYNX_CFG_FILE)) {
                fprintf(fp0, "<em>%s\n%s",
@@ -1744,13 +1745,16 @@
                             gettext("for more comments."));
            } else
 #endif /* HAVE_CONFIG_H */
+#endif /* NOTUSED */
            {
            /* no absolute path... for lynx.cfg on DOS/Win32 */
                fprintf(fp0, "<em>%s\n%s",
                             gettext("The following is read from your lynx.cfg 
file."),
                             gettext("Please read the distribution"));
                fprintf(fp0, " </em>lynx.cfg<em> ");
-               fprintf(fp0, "%s</em>\n",
+               fprintf(fp0, "\n%s %s %s</em>\n",
+                            gettext("or visit this reference"),
+                            "<a 
href="http://www.hippo.ru/~hvv/alphatoc.html";>(sic!)</a>",
                             gettext("for more comments."));
            }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]