validator/htdocs/docs devel.html,1.16,1.17 errors.html,1.28,1.29 install.html,1.3,1.4 sgml.html,1.15,1.16

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv6011/htdocs/docs

Modified Files:
	devel.html errors.html install.html sgml.html 
Log Message:
Merging from branch validator-0_6_0-branch, at tag validator-0_6_7-pre4.
(link and spelling fixes)


Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- errors.html	21 Jul 2004 15:07:10 -0000	1.28
+++ errors.html	21 Jul 2004 23:43:21 -0000	1.29
@@ -566,7 +566,7 @@
           <p>
             Your best bet is to replace the character with the nearest equivalent
             ASCII character, or to use an appropriate <a
-              href="http://www.w3.org/hypertext/WWW/MarkUp/html3/latin1.html">character
+              href="http://www.w3.org/MarkUp/html3/latin1.html">character
             entity</a>. For more information on Character Encoding on the web, see <a
               href="http://ppewww.ph.gla.ac.uk/%7Eflavell/aflavell.html">Alan
             Flavell</a>'s excellent <a

Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- install.html	21 Jul 2004 15:07:10 -0000	1.3
+++ install.html	21 Jul 2004 23:43:21 -0000	1.4
@@ -83,12 +83,12 @@
         The canonical list of Perl modules we use can be found in the source
         for the "check" CGI script. There is a bunch of lines that of the form
         "use Foo::Bar" where each "Foo::Bar" represents a module. Most modules
-        can be found on <a href="http://www.cpan.org/">CPAN</a> (minimum
-        versions in parenthesis after the name). The following
+        can be found on <a href="http://www.cpan.org/"><acronym
+            title="Comprehensive Perl Archive Network">CPAN</acronym></a>
+        (minimum versions in parenthesis after the name). The following
         list was complete when CVS spit out:
         <code>$Date$</code>. <tt>:-)</tt>
       </p>
-
      <p>
        One easy - and strongly recommended - way to take care of all these
        Perl module dependencies is to install
@@ -253,7 +253,7 @@
              Make changes to reflect where files are in your installation.</p>
             This file is well commented and this should be relatively straightforward. </li>
     </ol>
-    <h4>Check the installation</h4>
+    <h4><a id="install-check" name="install-check"></a>Check the installation</h4>
     <ol>
         <li><p>Point your browser at the new site.</p></li> 
         <li><p>Check the error log of the Web server to get clues on what may be wrong 

Index: devel.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/devel.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- devel.html	9 May 2004 15:56:50 -0000	1.16
+++ devel.html	21 Jul 2004 23:43:21 -0000	1.17
@@ -12,7 +12,7 @@
     <div id="toc">
       <ul>
 	<li><a href="#participate">Participate</a></li>
-        <li><a href="devel-frame">Development Framework</a>
+        <li><a href="#devel-frame">Development Framework</a>
 	  <ul>
 		<li><a href="#bug">Bugs and Issue Tracking</a></li>
 		<li><a href="#test">Test suite</a></li>
@@ -30,7 +30,7 @@
     </p>
 	
      <h3><a id="participate" name="participate"></a>Participating in the development of the Markup Validator</h3>
-     <p>The Markup Validator is managed as an open source project by a <a href="http://www.w3.org/QA/Tools/qa-dev">team 
+     <p>The Markup Validator is managed as an open source project by a <a href="http://www.w3.org/QA/Tools/qa-dev/">team 
      of volunteer developers and people from the W3C Team</a>.</p>
      <p> Help on this project is always welcome, usually as <a href="../feedback.html">feedback</a>,
      but developers may also be interested in working directly on the code, which is certainly encouraged.</p>
@@ -44,7 +44,7 @@
 
      <h3><a name="devel-frame" id="devel-frame"></a>Development Framework</h3>
 
-	<h4>Bug and Issue Tracking System</h4>
+	<h4><a id="bug" name="bug"></a>Bug and Issue Tracking System</h4>
       <p>
         Bug and Issue Tracking for the Validator happens in the <a
           href="http://www.w3.org/Bugs/Public/">W3C Public Bugzilla</a>

Index: sgml.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/sgml.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- sgml.html	9 May 2004 15:56:50 -0000	1.15
+++ sgml.html	21 Jul 2004 23:43:21 -0000	1.16
@@ -18,11 +18,11 @@
       <p>
         You don't actually have to know much about SGML to use The Validator
         successfully. If you're interested, though, I recommend TEI's
-        <a href="http://etext.virginia.edu/tei-tocs1.html">"A Gentle
+        <a href="http://www.tei-c.org/P4X/SG.html">"A Gentle
         Introduction to SGML"</a> as a good starting point. For in-depth
         treatment of <acronym title="Standard Generalized Markup Language">SGML</acronym>
         and <acronym title="HyperText Markup Language">HTML</acronym> I recommend
-        Martin Bryan's "<a href="http://www.sgml.u-net.com/book/">Web SGML and HTML 4.0 Explained</a>".
+        Martin Bryan's "<a href="http://www.is-thought.co.uk/book/home.htm">Web SGML and HTML 4.0 Explained</a>".
       </p>
     </div>
 
@@ -32,15 +32,15 @@
         For our purposes, a DTD, or Document Type Definition, is simply a file
         that defines the syntax of a <a href="#sgml">SGML</a>-based language.
         The DTDs for
-        <a href="http://w3.org/MarkUp/html-spec/">HTML 2.0</a>
-        and <a href="http://w3.org/TR/REC-html32">HTML 3.2</a>
+        <a href="http://www.w3.org/MarkUp/html-spec/">HTML 2.0</a>
+        and <a href="http://www.w3.org/TR/REC-html32">HTML 3.2</a>
         were written by the HTML Working Group of the
         <a href="http://www.ietf.org/"><abbr title="Internet Engineering Task Force">IETF</abbr></a>,
-        in collaboration with the <a href="http://w3.org"><abbr title="World Wide Web Consortium">W3C</abbr></a>.
-        From <a href="http://w3.org/TR/html4">HTML 4.0</a> on (this includes
-        <a href="http://w3.org/TR/xhtml1">XHTML</a>), the standards (both
+        in collaboration with the <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a>.
+        From <a href="http://www.w3.org/TR/html4/">HTML 4.0</a> on (this includes
+        <a href="http://www.w3.org/TR/xhtml1/">XHTML</a>), the standards (both
         prose and DTDs) have been written by the
-        <a href="http://w3.org"><abbr title="World Wide Web Consortium">W3C</abbr></a>.
+        <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a>.
       </p>
     </div>
 
@@ -82,7 +82,7 @@
         href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">List of
         Valid Doctypes</a> that you can choose from, and the <acronym
         title="Web Design Group">WDG</acronym> maintains a document on
-        "<a href="http://htmlhelp.com/tools/validator/doctype.html">Choosing
+        "<a href="http://www.htmlhelp.com/tools/validator/doctype.html">Choosing
         a DOCTYPE</a>".
       </p>
       <p class="warning">

Received on Wednesday, 21 July 2004 19:43:23 UTC