about summary refs log tree commit diff stats
path: root/lynx_help
diff options
context:
space:
mode:
Diffstat (limited to 'lynx_help')
-rw-r--r--lynx_help/Lynx_users_guide.html17
-rw-r--r--lynx_help/about_lynx.html1
-rw-r--r--lynx_help/keystrokes/alt_edit_help.html1
-rw-r--r--lynx_help/keystrokes/bashlike_edit_help.html1
-rw-r--r--lynx_help/keystrokes/bookmark_help.html1
-rw-r--r--lynx_help/keystrokes/cookie_help.html1
-rw-r--r--lynx_help/keystrokes/dired_help.html1
-rw-r--r--lynx_help/keystrokes/edit_help.html1
-rw-r--r--lynx_help/keystrokes/environments.html1
-rw-r--r--lynx_help/keystrokes/follow_help.html1
-rw-r--r--lynx_help/keystrokes/gopher_types_help.html1
-rw-r--r--lynx_help/keystrokes/history_help.html1
-rw-r--r--lynx_help/keystrokes/keystroke_help.html1
-rw-r--r--lynx_help/keystrokes/movement_help.html1
-rw-r--r--lynx_help/keystrokes/option_help.html1
-rw-r--r--lynx_help/keystrokes/other_help.html1
-rw-r--r--lynx_help/keystrokes/print_help.html1
-rw-r--r--lynx_help/keystrokes/scrolling_help.html1
-rw-r--r--lynx_help/keystrokes/test_display.html1
-rw-r--r--lynx_help/keystrokes/visited_help.html1
-rw-r--r--lynx_help/keystrokes/xterm_help.html1
-rw-r--r--lynx_help/lynx-dev.html1
-rw-r--r--lynx_help/lynx_help_main.html3
-rw-r--r--lynx_help/lynx_url_support.html1
24 files changed, 32 insertions, 10 deletions
diff --git a/lynx_help/Lynx_users_guide.html b/lynx_help/Lynx_users_guide.html
index dc715425..6d699411 100644
--- a/lynx_help/Lynx_users_guide.html
+++ b/lynx_help/Lynx_users_guide.html
@@ -3,6 +3,7 @@
 <head>
 <title>Lynx Users Guide v2.8.4</title>
 <link rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 
 <body>
@@ -47,7 +48,7 @@ within a single LAN.
 <li><A HREF="#Bookmarks" NAME="ToC-Bookmarks">Lynx bookmarks</A>
 <li><A HREF="#Jumps" NAME="ToC-Jumps">Jump command</A>
 <li><A HREF="#DirEd" NAME="ToC-DirEd">Directory Editing</A>
-<li><A HREF="#ColorMouse" NAME="ToC-ColorMouse">Using Color & the Mouse</A>
+<li><A HREF="#ColorMouse" NAME="ToC-ColorMouse">Using Color &amp; the Mouse</A>
 <li><A HREF="#MiscKeys" NAME="ToC-MiscKeys">Scrolling and Other useful commands</A>
 <li><a href="#Forms" NAME="ToC-Forms">Lynx and HTML Forms</a>
 | <a href="#Images" NAME="ToC-Images">Lynx and HTML Images</a>
@@ -1167,9 +1168,9 @@ on your local system.  The commands available in DIRED mode are
 </dl>
 [<A HREF="#ToC-DirEd">ToC</A>]
 
-<h2 ID="ColorMouse"><A NAME="ColorMouse"><em>Using Color & the Mouse</em></A></h2>
+<h2 ID="ColorMouse"><A NAME="ColorMouse"><em>Using Color &amp; the Mouse</em></A></h2>
 
-A limited range of colors & mouse commands are available, if the user chooses:
+A limited range of colors &amp; mouse commands are available, if the user chooses:
 see <em>lynx.cfg</em> for details.
 
 [<A HREF="#ToC-ColorMouse">ToC</A>]
@@ -1422,8 +1423,7 @@ options from a list, and fields for entering text.
     Arrow</em>.  This mode can be used to avoid "getting stuck" in input
     fields, especially by users who rarely fill out forms.
 
-    <DIV ID="CtrlVNote">
-    <p><em>NOTE:</em> If you have a text input field selected you will not
+    <p><a name="CtrlVNote">NOTE:</a> If you have a text input field selected you will not
     have access to most of the Lynx keystroke commands, because they are
     interpreted by the <a href="keystrokes/edit_help.html"
     >Line Editor</a> as either text entries or editing commands.  Select a
@@ -1467,7 +1467,6 @@ options from a list, and fields for entering text.
     <em>^_</em> for the first Line Edit style, letting <em>^V</em> still
     act as SWITCH_DTD
     outside of text input fields.
-    </DIV>
 
 <dt>TEXTAREA Fields
 <dd>TEXTAREA fields are for most purposes handled as if they were a series of
@@ -2143,7 +2142,7 @@ same URL or a new URL, at a specified number of seconds following receipt
 of the current document.  This procedure has been termed
 <em>client-side-pull</em>.  An example of such an element is:
 <pre>
-      <em>&lt;META HTTP-EQUIV="Refresh" CONTENT="3; URL="http://host/path"&gt;</em>
+      <em>&lt;META HTTP-EQUIV="Refresh" CONTENT="3; URL=http://host/path"&gt;</em>
 </pre>
 which instructs a client to fetch the indicated URL in 3 seconds after
 receiving the current document.  If the <em>URL=</em> field is omitted,
@@ -2773,7 +2772,7 @@ where
              <dt><code>-stdin</code>
                 <dd>read the startfile from standard input
                     (UNIX only).
-             <dt><code>-syslog=<em>text</em>
+             <dt><code>-syslog=<em>text</em></code>
                 <dd>information for syslog call.
              <dt><code>-tagsoup</code>
                 <dd>initialize DTD with "TagSoup" tables,
@@ -2821,7 +2820,7 @@ where
                        <dd>color-style
                     <dt>4
                        <dd>TRST (table layout)
-                    <dl>
+                    </dl>
              <dt><code>-traversal</code>
                 <dd>traverse all http links derived from startfile.  When
                     used with <em>-crawl</em>, each link that begins with the
diff --git a/lynx_help/about_lynx.html b/lynx_help/about_lynx.html
index 4c158dd0..788d0f60 100644
--- a/lynx_help/about_lynx.html
+++ b/lynx_help/about_lynx.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>About Lynx</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 
 <BODY>
diff --git a/lynx_help/keystrokes/alt_edit_help.html b/lynx_help/keystrokes/alt_edit_help.html
index 3c779c1c..f8ed7b6d 100644
--- a/lynx_help/keystrokes/alt_edit_help.html
+++ b/lynx_help/keystrokes/alt_edit_help.html
@@ -5,6 +5,7 @@
 <link rev="made" href="mailto:lynx-dev@sig.net">
 <link rel="Sibling" title="Default Binding" href="edit_help.html">
 <link rel="Sibling" title="Bash-Like Binding" href="bashlike_edit_help.html">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body>
 <h1>+++ALTERNATIVE BINDING+++</h1>
diff --git a/lynx_help/keystrokes/bashlike_edit_help.html b/lynx_help/keystrokes/bashlike_edit_help.html
index 6c066468..a9d3491c 100644
--- a/lynx_help/keystrokes/bashlike_edit_help.html
+++ b/lynx_help/keystrokes/bashlike_edit_help.html
@@ -5,6 +5,7 @@
 <link rev="made" href="mailto:lynx-dev@sig.net">
 <link rel="Sibling" title="Default Binding" href="edit_help.html">
 <link rel="Sibling" title="Alternative Binding" href="alt_edit_help.html">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body>
 <h1>+++BASH-LIKE BINDING+++</h1>
diff --git a/lynx_help/keystrokes/bookmark_help.html b/lynx_help/keystrokes/bookmark_help.html
index 6a9e5e5e..6a6ea707 100644
--- a/lynx_help/keystrokes/bookmark_help.html
+++ b/lynx_help/keystrokes/bookmark_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Lynx Bookmark Help</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>+++ Bookmark Help +++</h1>
diff --git a/lynx_help/keystrokes/cookie_help.html b/lynx_help/keystrokes/cookie_help.html
index 6959c9f4..125e76ab 100644
--- a/lynx_help/keystrokes/cookie_help.html
+++ b/lynx_help/keystrokes/cookie_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Help on the Cookie Jar Page</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>+++ Cookie Jar Page Help +++</h1>
diff --git a/lynx_help/keystrokes/dired_help.html b/lynx_help/keystrokes/dired_help.html
index b881ad61..5fc37a25 100644
--- a/lynx_help/keystrokes/dired_help.html
+++ b/lynx_help/keystrokes/dired_help.html
@@ -3,6 +3,7 @@
 <head>
 <title>Lynx Dired Help</title>
 <link rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body>
 <h1>+++DIRED HELP+++</h1>
diff --git a/lynx_help/keystrokes/edit_help.html b/lynx_help/keystrokes/edit_help.html
index c5eae4b1..186915f0 100644
--- a/lynx_help/keystrokes/edit_help.html
+++ b/lynx_help/keystrokes/edit_help.html
@@ -3,6 +3,7 @@
 <head>
 <title>Lynx Line Editor Default Key Binding</title>
 <link rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body>
 <h1>+++DEFAULT BINDING+++</h1>
diff --git a/lynx_help/keystrokes/environments.html b/lynx_help/keystrokes/environments.html
index 06f66a8d..2c539565 100644
--- a/lynx_help/keystrokes/environments.html
+++ b/lynx_help/keystrokes/environments.html
@@ -3,6 +3,7 @@
 <head>
 <title>Help on Environment variables</title>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body>
 <pre>
diff --git a/lynx_help/keystrokes/follow_help.html b/lynx_help/keystrokes/follow_help.html
index 901c0af8..69fe113c 100644
--- a/lynx_help/keystrokes/follow_help.html
+++ b/lynx_help/keystrokes/follow_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Help on the Follow link (or page) number feature</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>+++ Follow link (or goto link or page) number Help +++<br>
diff --git a/lynx_help/keystrokes/gopher_types_help.html b/lynx_help/keystrokes/gopher_types_help.html
index 206665c5..03c77055 100644
--- a/lynx_help/keystrokes/gopher_types_help.html
+++ b/lynx_help/keystrokes/gopher_types_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Listing of Gopher types</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>+++ Gopher Types +++</h1>
diff --git a/lynx_help/keystrokes/history_help.html b/lynx_help/keystrokes/history_help.html
index db1776a2..c4e4553b 100644
--- a/lynx_help/keystrokes/history_help.html
+++ b/lynx_help/keystrokes/history_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Help on the History Page</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>+++ History Page Help +++</h1>
diff --git a/lynx_help/keystrokes/keystroke_help.html b/lynx_help/keystrokes/keystroke_help.html
index 699d01f8..5e2a688b 100644
--- a/lynx_help/keystrokes/keystroke_help.html
+++ b/lynx_help/keystrokes/keystroke_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Help on Lynx Keystroke Commands</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>+++ Keystroke Commands +++</h1>
diff --git a/lynx_help/keystrokes/movement_help.html b/lynx_help/keystrokes/movement_help.html
index d3661d9a..bbbd9ff3 100644
--- a/lynx_help/keystrokes/movement_help.html
+++ b/lynx_help/keystrokes/movement_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Help on Lynx Movement commands</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <H1>+++ MOVEMENT HELP +++</H1>
diff --git a/lynx_help/keystrokes/option_help.html b/lynx_help/keystrokes/option_help.html
index b27cca2e..610269db 100644
--- a/lynx_help/keystrokes/option_help.html
+++ b/lynx_help/keystrokes/option_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Form-based Options Menu : Help</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>FORM-BASED OPTIONS MENU : HELP</h1>
diff --git a/lynx_help/keystrokes/other_help.html b/lynx_help/keystrokes/other_help.html
index 0f41f20c..25c06f5a 100644
--- a/lynx_help/keystrokes/other_help.html
+++ b/lynx_help/keystrokes/other_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Help on Misc. Lynx Commands</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>+++ Other Commands +++</h1>
diff --git a/lynx_help/keystrokes/print_help.html b/lynx_help/keystrokes/print_help.html
index 05285273..f4869759 100644
--- a/lynx_help/keystrokes/print_help.html
+++ b/lynx_help/keystrokes/print_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Lynx Print Help</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>+++ Printing Help +++</h1>
diff --git a/lynx_help/keystrokes/scrolling_help.html b/lynx_help/keystrokes/scrolling_help.html
index 6ddec1ed..e7eaf175 100644
--- a/lynx_help/keystrokes/scrolling_help.html
+++ b/lynx_help/keystrokes/scrolling_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Lynx Scrolling Help</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <H1>+++ SCROLLING HELP +++</H1>
diff --git a/lynx_help/keystrokes/test_display.html b/lynx_help/keystrokes/test_display.html
index 12279695..d644498f 100644
--- a/lynx_help/keystrokes/test_display.html
+++ b/lynx_help/keystrokes/test_display.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Quick test for identifying display character set</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1 ALIGN=LEFT>Try this page with Lynx 2.7.2 or above:</h1>
diff --git a/lynx_help/keystrokes/visited_help.html b/lynx_help/keystrokes/visited_help.html
index 5c62fb3e..97007040 100644
--- a/lynx_help/keystrokes/visited_help.html
+++ b/lynx_help/keystrokes/visited_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>Help on the Visited Links Page</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>+++ Visited Links Page Help +++</h1>
diff --git a/lynx_help/keystrokes/xterm_help.html b/lynx_help/keystrokes/xterm_help.html
index 640cc913..e0f7749f 100644
--- a/lynx_help/keystrokes/xterm_help.html
+++ b/lynx_help/keystrokes/xterm_help.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>X Terminal Help</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 <BODY>
 <h1>+++ X Terminal or X Server +++</h1>
diff --git a/lynx_help/lynx-dev.html b/lynx_help/lynx-dev.html
index 8eeca51a..18b426e8 100644
--- a/lynx_help/lynx-dev.html
+++ b/lynx_help/lynx-dev.html
@@ -3,6 +3,7 @@
 <head>
 <title>Lynx-Dev Discussion List</title>
 <link rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 
 <body>
diff --git a/lynx_help/lynx_help_main.html b/lynx_help/lynx_help_main.html
index 91060a7c..1c72c7d9 100644
--- a/lynx_help/lynx_help_main.html
+++ b/lynx_help/lynx_help_main.html
@@ -1,8 +1,9 @@
 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 3.0//EN">
 <html>
 <head>
-<link rev="made" href="mailto:lynx-dev@sig.net">
 <title>The Lynx Help Page</title>
+<link rev="made" href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body>
 
diff --git a/lynx_help/lynx_url_support.html b/lynx_help/lynx_url_support.html
index ac2ccbb9..10904b39 100644
--- a/lynx_help/lynx_url_support.html
+++ b/lynx_help/lynx_url_support.html
@@ -3,6 +3,7 @@
 <HEAD>
 <TITLE>URL Schemes Supported in Lynx</TITLE>
 <LINK rev=made href="mailto:lynx-dev@sig.net">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </HEAD>
 
 <BODY>