diff options
author | ville <ville@localhost> | 2002-12-08 17:51:46 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2002-12-08 17:51:46 +0000 |
commit | db6e4f2bc9a1d1519dc767c5f04eb4575a08f548 (patch) | |
tree | d4b0b6ea6bffe438bf7e2806a9317de0c9f422ab | |
parent | 6ca2309115862f85b877e7a78bcf80de3133898c (diff) | |
download | markup-validator-db6e4f2bc9a1d1519dc767c5f04eb4575a08f548.zip markup-validator-db6e4f2bc9a1d1519dc767c5f04eb4575a08f548.tar.gz markup-validator-db6e4f2bc9a1d1519dc767c5f04eb4575a08f548.tar.bz2 |
Link tweaks, kudos to checklink.
-rwxr-xr-x | htdocs/about.html | 10 | ||||
-rwxr-xr-x | htdocs/dev/tests/nonSGML-chars.html | 8 | ||||
-rwxr-xr-x | htdocs/dev/tests/xhtml1-strict.html | 6 | ||||
-rwxr-xr-x | htdocs/docs/devel.html | 10 | ||||
-rwxr-xr-x | htdocs/source/index.html | 16 | ||||
-rwxr-xr-x | htdocs/todo.html | 8 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 14 | ||||
-rwxr-xr-x | httpd/cgi-bin/check | 7 |
8 files changed, 40 insertions, 39 deletions
diff --git a/htdocs/about.html b/htdocs/about.html index e88cd4b..bf833be 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: about.html,v 1.20 2002-12-08 14:39:25 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-12-08 14:39:25 $" +<!--#set var="revision" value="\$Id: about.html,v 1.21 2002-12-08 17:51:46 ville Exp $" +--><!--#set var="date" value="\$Date: 2002-12-08 17:51:46 $" --><!--#set var="title" value="About the W3C MarkUp Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -125,9 +125,9 @@ <acronym title="eXtensible Markup Language">XML</acronym>) parser</a> <acronym title="SGML Processor">SP</acronym>. The version in use for this service is the "OpenSP" version from - the <a href="http://openjade.sf.net/">OpenJade</a> team. For some - time it also made use of <a - href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>'s + the <a href="http://openjade.sourceforge.net/">OpenJade</a> team. + For some time it also made use of + <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>'s modified version, lq-nsgmls. </li> <li> diff --git a/htdocs/dev/tests/nonSGML-chars.html b/htdocs/dev/tests/nonSGML-chars.html index fe7531c..4a55c4b 100755 --- a/htdocs/dev/tests/nonSGML-chars.html +++ b/htdocs/dev/tests/nonSGML-chars.html @@ -1,12 +1,12 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/strict.dtd"> + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>XHTML 1.0 Strict with chars in the range 0x80-0x9B</title> <link rev="made" href="mailto:gerald@w3.org" /> <link rel="stylesheet" type="text/css" href="/base.css" /> - <meta name="revision" content="$Id: nonSGML-chars.html,v 1.1 2001-07-16 07:54:05 link Exp $" /> - <meta name="modified" content="$Date: 2001-07-16 07:54:05 $" /> + <meta name="revision" content="$Id: nonSGML-chars.html,v 1.2 2002-12-08 17:51:46 ville Exp $" /> + <meta name="modified" content="$Date: 2002-12-08 17:51:46 $" /> </head> <body> @@ -23,7 +23,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Webmaster</a><br /> - $Date: 2001-07-16 07:54:05 $ + $Date: 2002-12-08 17:51:46 $ </address> </body> diff --git a/htdocs/dev/tests/xhtml1-strict.html b/htdocs/dev/tests/xhtml1-strict.html index 1f40c10..82dc468 100755 --- a/htdocs/dev/tests/xhtml1-strict.html +++ b/htdocs/dev/tests/xhtml1-strict.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/strict.dtd"> + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <?xml-stylesheet href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css"?> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> @@ -7,7 +7,7 @@ <title>test XHTML 1.0 Strict document</title> <link rev="made" href="mailto:gerald@w3.org" /> <meta name="revision" - content="$Id: xhtml1-strict.html,v 1.1 1999-12-06 05:52:07 gerald Exp $" /> + content="$Id: xhtml1-strict.html,v 1.2 2002-12-08 17:51:46 ville Exp $" /> </head> <body> @@ -25,7 +25,7 @@ See: <a href="./">W3C HTML Validation Service: Tests</a> <address> <a href="http://validator.w3.org/check/referer">valid HTML</a><br /> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 1999-12-06 05:52:07 $ + $Date: 2002-12-08 17:51:46 $ </address> </body> diff --git a/htdocs/docs/devel.html b/htdocs/docs/devel.html index 2619fd0..f4a2f63 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: devel.html,v 1.12 2002-12-08 01:46:44 link Exp $" ---><!--#set var="date" value="\$Date: 2002-12-08 01:46:44 $" +<!--#set var="revision" value="\$Id: devel.html,v 1.13 2002-12-08 17:51:46 ville Exp $" +--><!--#set var="date" value="\$Date: 2002-12-08 17:51:46 $" --><!--#set var="title" value="Developer Documentation for The W3C MarkUp Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -26,8 +26,8 @@ </p> <p> The SGML parser we're currently using is <code>OpenSP 1.5</code>, - which can be found on the <a href="http://openjade.sf.net/">OpenJade - home page</a>. + which can be found on the + <a href="http://openjade.sourceforge.net/">OpenJade home page</a>. </p> <p> The canonical list of Perl modules we use can be found in the source @@ -36,7 +36,7 @@ can be found on <a href="http://www.cpan.org/">CPAN</a> (minimum versions in parenthesis after the name). The following list was complete when CVS spit out: - <code>$Date: 2002-12-08 01:46:44 $</code>. <tt>:-)</tt> + <code>$Date: 2002-12-08 17:51:46 $</code>. <tt>:-)</tt> </p> <dl> <dt><code>CGI (2.81)</code></dt> diff --git a/htdocs/source/index.html b/htdocs/source/index.html index a8bec65..54c365d 100755 --- a/htdocs/source/index.html +++ b/htdocs/source/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.25 2002-12-08 14:39:26 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-12-08 14:39:26 $" +<!--#set var="revision" value="\$Id: index.html,v 1.26 2002-12-08 17:51:46 ville Exp $" +--><!--#set var="date" value="\$Date: 2002-12-08 17:51:46 $" --><!--#set var="title" value="Source Code Availability for The W3C MarkUp Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -26,16 +26,16 @@ <li> <p> If you just want to glance at the code, or see its revision - history, you can <a - href="http://dev.w3.org/cgi-bin/cvsweb/validator/">browse it on + history, you can + <a href="http://dev.w3.org/cvsweb/validator/">browse it on the web</a>. </p> <p> - The most interesting files are currently <a - href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/cgi-bin/check">a + The most interesting files are currently + <a href="http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check">a CGI script called "check"</a> that does pretty much everything, and possibly also <a - href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/conf/httpd.conf">the + href="http://dev.w3.org/cvsweb/validator/httpd/conf/httpd.conf">the httpd.conf</a>. (Select the topmost revision numbers on these pages to see the most recent revision of each file.) </p> @@ -114,7 +114,7 @@ </li> <li> <a href="http://www.perl.org/">Perl</a>: the <a - href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/cgi-bin/check">main + href="http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check">main CGI script</a> that does everything is written in Perl. You'll need version 5.6.0 or newer. Additionally, the following <a href="http://www.cpan.org/"><acronym diff --git a/htdocs/todo.html b/htdocs/todo.html index db42fa3..e0fe34c 100755 --- a/htdocs/todo.html +++ b/htdocs/todo.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: todo.html,v 1.56 2002-12-01 13:40:32 link Exp $" ---><!--#set var="date" value="\$Date: 2002-12-01 13:40:32 $" +<!--#set var="revision" value="\$Id: todo.html,v 1.57 2002-12-08 17:51:46 ville Exp $" +--><!--#set var="date" value="\$Date: 2002-12-08 17:51:46 $" --><!--#set var="title" value="TODO List for The W3C MarkUp Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -117,7 +117,7 @@ Finish adding support for <acronym title="eXtensible Markup Language">XML</acronym> validation (see also: - <a href="dev/tests/#xml">test cases</a>, or + <a href="dev/tests/">test cases</a>, or <a href="http://www.hcrc.ed.ac.uk/~richard/xml-check.html">an existing service</a>). </li> @@ -222,7 +222,7 @@ <a href="http://www.w3.org/TR/REC-html40/"><acronym title="HyperText Markup Language">HTML</acronym> 4.0 spec</a>. (these things really belong in something like - <a href="http://tidy.sf.net/">Tidy</a>). + <a href="http://tidy.sourceforge.net/">Tidy</a>). </li> <li> Make an "elements found" section a la Webtechs, with links from each diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 1c670ca..d3c7574 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.35 2002-12-01 13:40:32 link Exp $" ---><!--#set var="date" value="\$Date: 2002-12-01 13:40:32 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.36 2002-12-08 17:51:46 ville Exp $" +--><!--#set var="date" value="\$Date: 2002-12-08 17:51:46 $" --><!--#set var="title" value="What's New at The W3C MarkUp Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -9,7 +9,7 @@ This page lists recent changes to <a href="./">the <acronym title="World Wide Web Consortium">W3C</acronym> MarkUp Validation Service</a>. For minor changes and bug fixes that aren't listed on this - page, see <a href="http://dev.w3.org/cgi-bin/cvsweb/validator/">the + page, see <a href="http://dev.w3.org/cvsweb/validator/">the <acronym title="Concurrent Versions System">CVS</acronym> log</a>. </p> </div> @@ -173,7 +173,7 @@ Added username/password proxying for validation of documents protected by HTTP Basic Authentication, thanks to patches from <a href="http://www.w3.org/People/Renaud/">Renaud Bruyeron</a>. (see - <a href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/cgi-bin/check.diff?r1=text&tr1=1.16&r2=text&tr2=1.18&f=h">the + <a href="http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check.diff?r1=text&tr1=1.16&r2=text&tr2=1.18&f=h">the changes</a>) </p> <p> @@ -188,7 +188,7 @@ 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 - 19990304 working draft</a>. (see <a href="http://dev.w3.org/cgi-bin/cvsweb/validator/httpd/cgi-bin/check.diff?r1=text&tr1=1.13&r2=text&tr2=1.16&f=h">the changes</a>) + 19990304 working draft</a>. (see <a href="http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/check.diff?r1=text&tr1=1.13&r2=text&tr2=1.16&f=h">the changes</a>) </p> </dd> <dt><a name="1999.02.25">February 25, 1999</a>:</dt> @@ -205,7 +205,7 @@ Updated the SGML declaration according to the <a href="http://www.w3.org/MarkUp/html40-updates/REC-html40-19980424-errata.html"> <acronym title="HyperText Markup Language">HTML</acronym> - 4.0 spec errata</a>. (see <a href="http://dev.w3.org/cgi-bin/cvsweb/validator/htdocs/sgml-lib/REC-html40-971218/HTML4.decl?r1=1.1&r2=1.2">the + 4.0 spec errata</a>. (see <a href="http://dev.w3.org/cvsweb/validator/htdocs/sgml-lib/REC-html40-971218/HTML4.decl?r1=1.1&r2=1.2">the changes</a>). </p> </dd> @@ -234,7 +234,7 @@ <dd> <p> Made the <a href="http://validator.w3.org/source/">source code</a> - available via <a href="http://dev.w3.org/cgi-bin/cvsweb"><acronym + available via <a href="http://dev.w3.org/cvsweb/"><acronym title="World Wide Web Consortium">W3C</acronym>'s public <acronym title="Concurrent Versions System">CVS</acronym> tree</a>. </p> diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 78cdcd3..e1a2a35 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -9,7 +9,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.319 2002-12-08 01:46:44 link Exp $ +# $Id: check,v 1.320 2002-12-08 17:51:46 ville Exp $ # # Disable buffering on STDOUT! @@ -144,7 +144,7 @@ The error reported was: '$@' # # Strings - $VERSION = q$Revision: 1.319 $; + $VERSION = q$Revision: 1.320 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; } # end of BEGIN block. @@ -468,7 +468,8 @@ if (&is_xml($File)) { $catalog = File::Spec->catfile($CFG->{SGML_Library}, 'xml.soc'); push(@xmlflags, '-wxml'); &add_warning($File, 'Note:', <<".EOF."); - The Validator XML support has <a href="http://openjade.sf.net/doc/xml.htm" + The Validator XML support has + <a href="http://openjade.sourceforge.net/doc/xml.htm" title="Limitations in Validator XML support">some limitations</a>. .EOF. } |