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 | |
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)
-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 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 14 | ||||
-rwxr-xr-x | misc/mkrelease.sh | 2 |
6 files changed, 34 insertions, 34 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"> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index e84c060..af38d1d 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.41 2004-07-21 18:37:35 link Exp $" ---><!--#set var="date" value="\$Date: 2004-07-21 18:37:35 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.42 2004-07-21 23:43:21 link Exp $" +--><!--#set var="date" value="\$Date: 2004-07-21 23:43:21 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -129,7 +129,7 @@ <li> Added options to make the DOCTYPE and Charset Override behave like Fallbacks. i.e. With these options enabled, the Override will only - insert the relevant new value iff one was not allready present. + insert the relevant new value iff one was not already present. </li> <li>No longer treat missing DOCTYPE or Charset as a fatal error.</li> <li>Much improved error messages for several error situations.</li> @@ -149,7 +149,7 @@ page) that should make it easier to locate SHORTTAGS-related problems (such as implied end tags). </li> - <li>Valid Badge useage guidelines are now available.</li> + <li>Valid Badge usage guidelines are now available.</li> <li>Various internal restructuring to make way for future (post-0.6.5) features.</li> <li> "/referer" is now deprecated in favor of "?uri=referer"; @@ -331,7 +331,7 @@ <dt id="t1999-03-04">1999-03-04:</dt> <dd> <p> - Added support for <a href="http://www.w3.org/MarkUp/#future"><acronym + Added support for <a href="http://www.w3.org/MarkUp/#xhtml1"><acronym title="eXtensible HyperText Markup Language">XHTML</acronym></a>, using the <acronym title="Document Type Definitions">DTDs</acronym> from <a href="http://www.w3.org/TR/1999/WD-html-in-xml-19990304/">the @@ -343,8 +343,8 @@ <p> Added support for <code>ISO-2022-JP</code> and <code>Shift_JIS</code> character encodings. - Thanks to <a href="http://www.w3.org/People/W3Cpeople.html#Asada">Takuya - Asada</a>, <a href="http://www.w3.org/People/W3Cpeople.html#Ishikawa">Masayasu + Thanks to <a href="http://www.w3.org/People/asada/">Takuya + Asada</a>, <a href="http://www.w3.org/People/all#mimasa">Masayasu Ishikawa</a>, and <a href="http://www.w3.org/People/D%C3%BCrst/">Martin Dürst</a> for their patches and advice. </p> diff --git a/misc/mkrelease.sh b/misc/mkrelease.sh index bb936fa..171b75d 100755 --- a/misc/mkrelease.sh +++ b/misc/mkrelease.sh @@ -4,7 +4,7 @@ # mkdir foo # cd foo # export CVSROOT=:pserver:anonymous@dev.w3.org:/sources/public -# cvs -z3 export -r validator-0_6_6-release validator +# cvs -z3 export -r validator-0_6_7-release validator # cd validator # misc/mkrelease.sh 0.6.7 |