diff options
Diffstat (limited to 'lynx_help/keystrokes/visited_help.html')
-rw-r--r-- | lynx_help/keystrokes/visited_help.html | 40 |
1 files changed, 25 insertions, 15 deletions
diff --git a/lynx_help/keystrokes/visited_help.html b/lynx_help/keystrokes/visited_help.html index 197eb498..a6dae243 100644 --- a/lynx_help/keystrokes/visited_help.html +++ b/lynx_help/keystrokes/visited_help.html @@ -1,4 +1,4 @@ -<!-- $LynxId: visited_help.html,v 1.8 2013/05/21 10:51:27 tom Exp $ --> +<!-- $LynxId: visited_help.html,v 1.9 2014/01/07 09:26:22 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> @@ -10,21 +10,26 @@ <link rev="made" href="mailto:lynx-dev@nongnu.org"> <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii"> -</head> + <meta name="description" content= + "Lynx provides an alternative to its history page, the visited-links page which highlights those which are of most interest."> + </head> <body> - <h1>Visited Links Page Help</h1> - - <p>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 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 <a href="history_help.html">History Page</a>.</p> + <h2>Overview</h2> + + <p><strong>Lynx</strong>'s <em>Visited Links Page</em> 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 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 <a href= + "history_help.html">History Page</a>.</p> + + <h2>Navigation</h2> <p>You may <a href="movement_help.html">select</a> any link on the Visited Links Page to retrieve a document that you had @@ -39,8 +44,13 @@ i.e., not just the links that were rendered and displayed by Lynx, itself.</p> + <h2>Configuration</h2> + <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>).</p> + "option_help.html#VP">Options Menu</a>). The menu allows you to + choose whether to view the list ordered by the first or last + visit, forward or reversed – or a mixture (a tree + structure).</p> </body> </html> |