diff options
Diffstat (limited to 'lynx_help/keystrokes')
-rw-r--r-- | lynx_help/keystrokes/option_help.html | 38 | ||||
-rw-r--r-- | lynx_help/keystrokes/visited_help.html | 9 |
2 files changed, 42 insertions, 5 deletions
diff --git a/lynx_help/keystrokes/option_help.html b/lynx_help/keystrokes/option_help.html index f8e2316d..71fe34ec 100644 --- a/lynx_help/keystrokes/option_help.html +++ b/lynx_help/keystrokes/option_help.html @@ -16,13 +16,13 @@ compiled in or chosen in `lynx.cfg': <LI>General Preferences <UL> <LI><A HREF="#UM">User Mode</A> -<LI><A HREF="#CK">Cookies</A> +<LI><A HREF="#ED">Editor</A> <LI><A HREF="#ST">Searching type</A> +<LI><A HREF="#CK">Cookies</A> </UL> <LI>Keyboard Input <UL> -<LI><A HREF="#ED">Editor</A> <LI><A HREF="#KM">Keypad mode</A> <LI><A HREF="#EM">Emacs keys</A> <LI><A HREF="#VI">VI keys</A> @@ -67,7 +67,7 @@ compiled in or chosen in `lynx.cfg': <UL> <LI><A HREF="#MB">Multi-bookmarks</A> <LI><A HREF="#BF">Bookmark file</A> -<LI><A HREF="#VP">Visited Pages</A> <!-- no text yet --> +<LI><A HREF="#VP">Visited Pages</A> </UL> </UL> @@ -348,6 +348,38 @@ if subdirectories are included (e.g., './BM/lynx_bookmarks.html'). Lynx will create bookmark files when you first 'a'dd a link, but any subdirectories in the filepath must already exist. +<H1><A NAME="VP">Visited Pages</A></H1> + +This allows you to change the appearance of the +<a href="visited_help.html">Visited Links Page</a> + +Normally it shows a list, in reverse order of the pages visited. +The popup menu allows you these choices: +<dl> +<dt><EM>By First Visit</EM>: +The default appearance, shows the pages based on when they were first visited. +The list is shown in reverse order, to make the current page (usually) at +the top of the list. +<dt><EM>By First Visit Reversed</EM> +The default appearance, shows the pages based on when they were first visited. +The list is shown in order, to make the current page (usually) at +the bottom of the list. +<dt><EM>As Visit Tree</EM> +Combines the first/last visited information, showing the list in order of +the first visit, but using the indentation level of the page immediately +previous to determine indentation of new entries. +That gives a clue to the order of visiting pages when moving around in +the History or Visited Pages lists. +<dt><EM>By Last Visit</EM> +The default appearance, shows the pages based on when they were last visited. +The list is shown in reverse order, to make the current page (usually) at +the top of the list. +<dt><EM>By Last Visit Reversed</EM> +The default appearance, shows the pages based on when they were last visited. +The list is shown in order, to make the current page (usually) at +the bottom of the list. +</dl> + <H1><A NAME="FT">FTP sort criteria</A></H1> This allows you to specify how files will be sorted within FTP listings. diff --git a/lynx_help/keystrokes/visited_help.html b/lynx_help/keystrokes/visited_help.html index 0a6874f3..fbf5dcd7 100644 --- a/lynx_help/keystrokes/visited_help.html +++ b/lynx_help/keystrokes/visited_help.html @@ -11,7 +11,7 @@ The Visited Links Page displays all of the links that you have traveled through during the current Lynx session, except for any temporary menu or list files, bookmark files, or any documents associated with POST content. The VLINKS keystroke command for invoking this page normally -is mapped to uppercase '<em>V</em>'. The list of Visited Links is in +is mapped to uppercase '<em>V</em>'. The list of Visited Links is normally in order of recency (most recently visited links first), without repetitions in the list if a link was visited more than once during the session (unless the URLs differ due to appended fragments), and is supplementary to the @@ -25,7 +25,12 @@ can use this list to save such links in your <A HREF="bookmark_help.html" <p>In contrast to the History Page, the Visited Links Page includes any links which were retrieved for '<em>d</em>'ownloading or were passed to -helper applications, i.e, not just the links that were rendered and +helper applications, i.e., not just the links that were rendered and displayed by Lynx, itself. + +<p>You may change the appearance of the Visited Links Page via a popup +menu on that page (which also appears on the +<A HREF="option_help.html#VP">Options Menu</A>). + </BODY> </HTML> |