lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev documentation update: option/keystrokes nits


From: Leonid Pauzner
Subject: lynx-dev documentation update: option/keystrokes nits
Date: Mon, 4 Jan 1999 13:35:24 +0300 (MSK)

diff -u old/keystrok.htm ./keystrok.htm
--- old/keystrok.htm    Sat Oct 10 13:53:16 1998
+++ ./keystrok.htm      Mon Jan  4 12:17:56 1999
@@ -83,14 +83,14 @@
               ]              - Send a HEAD request for the current doc or link
               "              - Toggle valid or "soft" double-quote parsing
                CTRL-R         - Reload current file and refresh the screen
-               CTRL-V         - Switch to alternative parsing of HTML documents
+               CTRL-V         - Switch to <A HREF="option_help.html#tagsoup"
+                                >alternative parsing</A> of HTML documents
                CTRL-W         - Refresh the screen
                CTRL-U         - Erase input line (<a href="edit_help.html"
                                >more input line commands</a>)
                CTRL-G         - Cancel input or transfer
                CTRL-T         - Toggle trace mode on and off
-               ;              - View the Lynx Trace Log for the current
-                                       session.
+               ;              - View the Lynx Trace Log for the current session
                CTRL-K         - Invoke the <A HREF="cookie_help.html"
                                >Cookie Jar Page</A>
                numbers        - Invoke the prompt

diff -u old/lynx_use.htm ./lynx_use.htm
--- old/lynx_use.htm    Sat Jan  2 01:48:06 1999
+++ ./lynx_use.htm      Mon Jan  4 11:56:38 1999
@@ -2316,7 +2316,8 @@
                <dd>allow non-http startfile and homepage with
                    <em>-validate</em>.
             <dt><code>-tagsoup</code>
-               <dd>initialize DTD with "TagSoup" tables.
+               <dd>initialize DTD with "TagSoup" tables,
+               <A HREF="keystrokes/option_help.html#tagsoup">more details</A>.
             <dt><code>-telnet</code>
                <dd>disable recognition of telnet commands.
             <dt><code>-term=TERM</code>

diff -u old/option_h.htm ./option_h.htm
--- old/option_h.htm    Sat Jan  2 01:11:06 1999
+++ ./option_h.htm      Mon Jan  4 12:23:08 1999
@@ -221,10 +221,10 @@
 <H1><A NAME="SI">Show Images</A></H1>

 Text-based browser cannot show images directly, so we have a choice:
-ignore all images without ALT= text string (this is also switched by
-<A HREF="../Lynx_users_guide.html#[-key">'[' key</A>),
-show labels (see also "verbose images" for choice between [IMAGE] and 
filename),
-use links for every image to make it possible to download them
+<em>ignore all</em> images without ALT= text string
+(this is also switched by <A HREF="../Lynx_users_guide.html#[-key">'[' 
key</A>),
+<em>show labels</em> (see also "verbose images" for choice between [IMAGE] and 
filename),
+<em>use links</em> for every image to make it possible to download them
 (also switched by <A HREF="../Lynx_users_guide.html#*-key">'*' key</A>).
 Changing these settings will not be saved but could be made permanent
 by changing the respective settings in lynx.cfg.

diff -u old/other_he.htm ./other_he.htm
--- old/other_he.htm    Sat Dec 12 20:10:36 1998
+++ ./other_he.htm      Mon Jan  4 13:31:08 1999
@@ -17,7 +17,7 @@

        d      -        Downloads the file pointed to by the current link
                and displays an option menu allowing the file to
-               be saved or transfered by configurable options.
+               be saved or transferred by configurable options.
                Can also be used when positioned on a form SUBMIT
                button to download the reply to a form submission.

@@ -57,13 +57,13 @@

        p      -        Brings up a list of <A HREF="print_help.html">print 
commands</A>.

-       o      -        Brings up a list of setable <A 
HREF="option_help.html">options</A>.
+       o      -        Brings up a list of settable <A 
HREF="option_help.html">options</A>.

        q      -        Quits Lynx. ('Q' quits without asking)

-       /      -        Search for a string of characters in the current
-               document case insensitive or case sensitive
-               depending on the options set. (see <A 
HREF="option_help.html">options)</A>.
+       /      -        Search for a string of characters in the current 
document
+                (case insensitive or case sensitive
+                depending on the <A HREF="option_help.html">options</A> set).

        s      -        Search through an external searchable indexed document.

@@ -72,12 +72,14 @@

        v      -        View a <A HREF="bookmark_help.html">Bookmark file</A>.

+       V      - Go to the <A HREF="visited_help.html">Visited Links Page</A>
+
        x      - Force submission of form or link with no-cache.

        z      -        Abort a network transfer in progress.  If any partial
-               data has been transfered it will be displayed.
+               data has been transferred it will be displayed.

-  &lt;backspace&gt; - displays the <a href="history_help.html">history 
page</A>.
+  &lt;backspace&gt; - displays the <a href="history_help.html">History 
Page</A>.

        =      -        Show information about the file and link that you
                are currently viewing.
@@ -110,12 +112,13 @@
        *      -        Toggles image_links mode on and off.  When on, links 
will
                 be created for all images, including inlines.

-       @      -        Toggles raw 8-bit translations or CJK mode on and off.
+       @      -        Toggles raw 8-bit translations or CJK mode on and off, 
only
+                for documents which does not specify character set explicitely.
                 Should be on when the document's charset matches the
-               selected character set, and otherwise off so that 8-bit
-               characters will be reverse translated with respect to the
-               ISO-8859-1 conversion table for the character set (see
-               <A HREF="option_help.html">options)</A>.
+               display character set, and otherwise off so that 8-bit
+               characters will be translated by Lynx with respect to the
+               Assumed document charset, using approximations if necessary
+               (see <A HREF="option_help.html">options</A>).

        [      -        Toggles pseudo_inlines mode on and off.  When on, inline
                 images which have no ALT string specified will have an
@@ -145,7 +148,8 @@

      CTRL-V   -        Switches to an alternative way of parsing HTML 
documents.
                 This may help to get a more readable rendering of some
-                documents with invalidly placed HTML tags.
+                documents with invalidly placed HTML tags, <A
+                HREF="option_help.html#tagsoup">more details</A>.

      CTRL-W   -        Resets or cleans up the display.





reply via email to

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