diff options
Diffstat (limited to 'lynx_help/keystrokes/cookie_help.html')
-rw-r--r-- | lynx_help/keystrokes/cookie_help.html | 36 |
1 files changed, 24 insertions, 12 deletions
diff --git a/lynx_help/keystrokes/cookie_help.html b/lynx_help/keystrokes/cookie_help.html index 0f7378b8..7ec6088c 100644 --- a/lynx_help/keystrokes/cookie_help.html +++ b/lynx_help/keystrokes/cookie_help.html @@ -1,4 +1,4 @@ -<!-- $LynxId: cookie_help.html,v 1.9 2014/01/07 09:14:46 tom Exp $ --> +<!-- $LynxId: cookie_help.html,v 1.11 2017/04/28 21:32:43 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> @@ -15,7 +15,17 @@ </head> <body> - <h2>Overview</h2> + <div class="nav"> + <ul> + <li><a href="#overview">Overview</a></li> + + <li><a href="#showing_cookies">Cookie Details Shown</a></li> + + <li><a href="#removing_cookies">Removing Cookies</a></li> + </ul> + </div> + + <h2><a name="overview" id="overview">Overview</a></h2> <p><strong>Lynx</strong>'s <em>Cookie Jar Page</em> displays all of the unexpired cookies you have accumulated in the hypothetical @@ -32,11 +42,12 @@ address tail-matches a <em>domain</em> in the <em>Cookie Jar</em>, all its cookies with a <em>path</em> which head-matches the path in the URL for that request are included as a - <em>Cookie</em> MIME header. The 'allow' setting for accepting - cookies from each domain (always, never, or via prompt) also is - indicated in the listing.</p> + <em>Cookie</em> MIME header. The “allow” setting for + accepting cookies from each domain (always, never, or via prompt) + also is indicated in the listing.</p> - <h2>Cookie Details Shown</h2> + <h2><a name="showing_cookies" id="showing_cookies">Cookie Details + Shown</a></h2> <p>The listing also shows the <em>port</em> (normally 80) of the URL for the request which caused the cookie to be sent, and @@ -50,7 +61,8 @@ <em>Set-Cookie</em> MIME headers, those also are displayed in the listing.</p> - <h2>Removing Cookies</h2> + <h2><a name="removing_cookies" id="removing_cookies">Removing + Cookies</a></h2> <p>The <em>domain</em>=value pairs, and each cookie's name=value, are links in the listing. Activating a <em>domain</em>=value link @@ -58,10 +70,10 @@ <em>domain</em> should be <em>Gobbled</em> (deleted from the <em>Cookie Jar</em>), and/or whether the <em>domain</em> entry should be <em>Gobbled</em> if all of its cookies have been - <em>Gobbled</em>, or whether to change the 'allow' setting for - that <em>domain</em>. Activating a cookie's name=value link will - cause that particular cookie to be <em>Gobbled</em>. You will be - prompted for confirmations of deletions, to avoid any accidental - <em>Gobbling</em>.</p> + <em>Gobbled</em>, or whether to change the “allow” + setting for that <em>domain</em>. Activating a cookie's + name=value link will cause that particular cookie to be + <em>Gobbled</em>. You will be prompted for confirmations of + deletions, to avoid any accidental <em>Gobbling</em>.</p> </body> </html> |