diff options
Diffstat (limited to 'lynx_help/keystrokes/bookmark_help.html')
-rw-r--r-- | lynx_help/keystrokes/bookmark_help.html | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/lynx_help/keystrokes/bookmark_help.html b/lynx_help/keystrokes/bookmark_help.html index 66eafbf6..87187fd1 100644 --- a/lynx_help/keystrokes/bookmark_help.html +++ b/lynx_help/keystrokes/bookmark_help.html @@ -1,4 +1,4 @@ -<!-- $LynxId: bookmark_help.html,v 1.7 2013/05/21 10:51:27 tom Exp $ --> +<!-- $LynxId: bookmark_help.html,v 1.8 2014/01/07 23:32:23 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> @@ -6,17 +6,20 @@ <meta name="generator" content= "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org"> - <title>Lynx Bookmark Help</title> + <title>Lynx Bookmark Help Summary</title> <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 stores Bookmark files on your local machine. You can update these from within Lynx, or with a text editor"> + </head> <body> - <h1>Bookmark Help</h1> + <p><strong>Lynx</strong> stores <em>Bookmark files</em> on your + local machine. You can update these from within + <strong>Lynx</strong>, or with a text editor:</p> - <p><em>Bookmark files</em> are documents that reside on your - local machine and you are able to edit and change:</p> + <h2>Updating within Lynx</h2> <ul> <li>The append feature, invoked by pressing an '<em>a</em>' @@ -34,5 +37,11 @@ bookmarks in the <a href="option_help.html">Options Menu</a>.</li> </ul> + + <h2>Updating with a text editor</h2> + + <p>Lynx stores its bookmarks as an HTML file, using an unordered + list (<em>UL</em> and <em>LI</em> tags). It expects the list + items to be one per line, without wrapping.</p> </body> </html> |