diff options
author | link <link@localhost> | 2004-07-21 23:43:21 +0000 |
---|---|---|
committer | link <link@localhost> | 2004-07-21 23:43:21 +0000 |
commit | a83377788a74345284cf2de7a9b09351946af7bb (patch) | |
tree | fbb9d5d9d8552723eb92b31c6cebccb13396657b /htdocs/docs | |
parent | cab48ec5bd2e7e326affbd8bf6d082df73a91a79 (diff) | |
download | markup-validator-a83377788a74345284cf2de7a9b09351946af7bb.zip markup-validator-a83377788a74345284cf2de7a9b09351946af7bb.tar.gz markup-validator-a83377788a74345284cf2de7a9b09351946af7bb.tar.bz2 |
Merging from branch validator-0_6_0-branch, at tag validator-0_6_7-pre4.
(link and spelling fixes)
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/devel.html | 10 | ||||
-rwxr-xr-x | htdocs/docs/errors.html | 6 | ||||
-rwxr-xr-x | htdocs/docs/install.html | 14 | ||||
-rwxr-xr-x | htdocs/docs/sgml.html | 22 |
4 files changed, 26 insertions, 26 deletions
diff --git a/htdocs/docs/devel.html b/htdocs/docs/devel.html index 25a4eae..1afd6a7 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: devel.html,v 1.16 2004-05-09 15:56:50 link Exp $" ---><!--#set var="date" value="\$Date: 2004-05-09 15:56:50 $" +<!--#set var="revision" value="\$Id: devel.html,v 1.17 2004-07-21 23:43:21 link Exp $" +--><!--#set var="date" value="\$Date: 2004-07-21 23:43:21 $" --><!--#set var="title" value="Developer Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -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> diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index 55184c1..be29848 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.28 2004-07-21 15:07:10 link Exp $" ---><!--#set var="date" value="\$Date: 2004-07-21 15:07:10 $" +<!--#set var="revision" value="\$Id: errors.html,v 1.29 2004-07-21 23:43:21 link Exp $" +--><!--#set var="date" value="\$Date: 2004-07-21 23:43:21 $" --><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -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 diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index ceba820..31765e3 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.3 2004-07-21 15:07:10 link Exp $" ---><!--#set var="date" value="\$Date: 2004-07-21 15:07:10 $" +<!--#set var="revision" value="\$Id: install.html,v 1.4 2004-07-21 23:43:21 link Exp $" +--><!--#set var="date" value="\$Date: 2004-07-21 23:43:21 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -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: 2004-07-21 15:07:10 $</code>. <tt>:-)</tt> + <code>$Date: 2004-07-21 23:43:21 $</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 diff --git a/htdocs/docs/sgml.html b/htdocs/docs/sgml.html index 88b38ca..8a00af7 100755 --- a/htdocs/docs/sgml.html +++ b/htdocs/docs/sgml.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: sgml.html,v 1.15 2004-05-09 15:56:50 link Exp $" ---><!--#set var="date" value="\$Date: 2004-05-09 15:56:50 $" +<!--#set var="revision" value="\$Id: sgml.html,v 1.16 2004-07-21 23:43:21 link Exp $" +--><!--#set var="date" value="\$Date: 2004-07-21 23:43:21 $" --><!--#set var="title" value="Introduction To SGML for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -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"> |