diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2017-04-28 22:16:55 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2017-04-28 22:16:55 +0000 |
commit | 5ae317fdbe6eed531e4eba65faaa6e33050e19c2 (patch) | |
tree | 9bd6162c49f69375b6555712f2692c6ab18b011f /lynx_help/keystrokes/visited_help.html | |
parent | b694a6d466c2c4f2f3b2fb48945e488b6bd79fc8 (diff) | |
download | lynx-snapshots-5ae317fdbe6eed531e4eba65faaa6e33050e19c2.tar.gz |
snapshot of project "lynx", label v2-8-9dev_11q
Diffstat (limited to 'lynx_help/keystrokes/visited_help.html')
-rw-r--r-- | lynx_help/keystrokes/visited_help.html | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/lynx_help/keystrokes/visited_help.html b/lynx_help/keystrokes/visited_help.html index a6dae243..01fa9ccc 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.9 2014/01/07 09:26:22 tom Exp $ --> +<!-- $LynxId: visited_help.html,v 1.11 2017/04/28 22:09:23 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> @@ -15,21 +15,31 @@ </head> <body> - <h2>Overview</h2> + <div class="nav"> + <ul> + <li><a href="#overview">Overview</a></li> + + <li><a href="#navigation">Navigation</a></li> + + <li><a href="#configuration">Configuration</a></li> + </ul> + </div> + + <h2><a name="overview" id="overview">Overview</a></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> + 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> + <h2><a name="navigation" id="navigation">Navigation</a></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 @@ -40,11 +50,12 @@ <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 displayed by - Lynx, itself.</p> + “<em>d</em>”ownloading or were passed to helper + applications, i.e., not just the links that were rendered and + displayed by Lynx, itself.</p> - <h2>Configuration</h2> + <h2><a name="configuration" id= + "configuration">Configuration</a></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= |