diff options
author | ville <ville@localhost> | 2003-02-24 23:33:21 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2003-02-24 23:33:21 +0000 |
commit | e660290d180cd8f628a21f1c85c865edbfcef4aa (patch) | |
tree | cf87457c498fa7f8c294ea25a847fcd77734f585 | |
parent | 327973f796f2e83cdd6cc6f0d23dd6f14992bab0 (diff) | |
download | markup-validator-e660290d180cd8f628a21f1c85c865edbfcef4aa.zip markup-validator-e660290d180cd8f628a21f1c85c865edbfcef4aa.tar.gz markup-validator-e660290d180cd8f628a21f1c85c865edbfcef4aa.tar.bz2 |
s/MarkUp/Markup/ for consistency with other w3.org.
31 files changed, 107 insertions, 107 deletions
diff --git a/htdocs/about.html b/htdocs/about.html index bf833be..f1c8947 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -1,6 +1,6 @@ -<!--#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="revision" value="\$Id: about.html,v 1.22 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="About the W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -10,7 +10,7 @@ <p> <a href="./">The <acronym title="World Wide Web Consortium">W3C</acronym> - MarkUp Validation Service</a> checks + Markup Validation Service</a> checks <acronym title="HyperText Markup Language">HTML</acronym> documents for conformance to <acronym title="World Wide Web Consortium">W3C</acronym> @@ -21,16 +21,16 @@ standards. Related resources include: </p> <ul> - <li><a title="Source Code for The W3C MarkUp Validation Service" + <li><a title="Source Code for The W3C Markup Validation Service" href="http://validator.w3.org/source/">Source code availability</a>.</li> <li><a href="todo.html">The TODO list for The <acronym title="World Wide Web Consortium">W3C</acronym> - MarkUp Validation Service</a>.</li> + Markup Validation Service</a>.</li> <li><a href="http://lists.w3.org/Archives/Public/www-validator/">The www-validator mailing list</a>.</li> <li><a href="feedback.html">How to provide feedback on The <acronym title="World Wide Web Consortium">W3C</acronym> - MarkUp Validation Service</a>.</li> + Markup Validation Service</a>.</li> </ul> </div> @@ -104,7 +104,7 @@ <h2>Credits</h2> <p> The <acronym title="World Wide Web Consortium">W3C</acronym> - MarkUp Validation Service was created and maintained by + Markup Validation Service was created and maintained by <a title="Gerald Oskoboiny's Home Page" href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</a>. In a previous incarnation it was known as "The Kinder, Gentler, diff --git a/htdocs/accesskeys.html b/htdocs/accesskeys.html index fc670ff..d28df7a 100755 --- a/htdocs/accesskeys.html +++ b/htdocs/accesskeys.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: accesskeys.html,v 1.3 2002-10-23 23:11:29 link Exp $" ---><!--#set var="date" value="\$Date: 2002-10-23 23:11:29 $" ---><!--#set var="title" value="Accesskeys Legend For The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: accesskeys.html,v 1.4 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="Accesskeys Legend For The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> diff --git a/htdocs/base.css b/htdocs/base.css index 12122d5..8345a1c 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -1,10 +1,10 @@ /* - Base Style Sheet for the W3C MarkUp Validation Service. + Base Style Sheet for the W3C Markup Validation Service. Copyright 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.29 2002-12-08 01:46:44 link Exp $ + $Id: base.css,v 1.30 2003-02-24 23:33:18 ville Exp $ */ @import url(results.css); /* CSS for validation results. */ diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index 8604091..96df611 100644 --- a/htdocs/config/types.conf +++ b/htdocs/config/types.conf @@ -1,7 +1,7 @@ # -# Main Document Type Database for the W3C MarkUp Validation Service. +# Main Document Type Database for the W3C Markup Validation Service. # -# $Id: types.conf,v 1.2 2003-01-03 20:21:55 ville Exp $ +# $Id: types.conf,v 1.3 2003-02-24 23:33:18 ville Exp $ # # Maintains all information for each of the document types we support. # See 'perldoc Config::General' for the syntax, and be aware that the diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf index bf72bbf..d509644 100644 --- a/htdocs/config/validator.conf +++ b/htdocs/config/validator.conf @@ -1,7 +1,7 @@ # -# Main Configuration File for the W3C MarkUp Validation Service. +# Main Configuration File for the W3C Markup Validation Service. # -# $Id: validator.conf,v 1.6 2003-01-03 20:21:55 ville Exp $ +# $Id: validator.conf,v 1.7 2003-02-24 23:33:18 ville Exp $ # # See 'perldoc Config::General' for the syntax, and be aware that the # 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*'. diff --git a/htdocs/detailed.html b/htdocs/detailed.html index f9dd33c..682c5bc 100755 --- a/htdocs/detailed.html +++ b/htdocs/detailed.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: detailed.html,v 1.14 2003-01-09 19:10:48 ville Exp $" ---><!--#set var="date" value="\$Date: 2003-01-09 19:10:48 $" ---><!--#set var="title" value="The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: detailed.html,v 1.15 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index f30d7bc..494b86f 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.42 2002-10-23 23:11:30 link Exp $" ---><!--#set var="date" value="\$Date: 2002-10-23 23:11:30 $" ---><!--#set var="title" value="The W3C MarkUp Validation Service: Tests" +<!--#set var="revision" value="\$Id: index.html,v 1.43 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> diff --git a/htdocs/docs/devel.html b/htdocs/docs/devel.html index f4a2f63..f4b430c 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,11 +1,11 @@ -<!--#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="revision" value="\$Id: devel.html,v 1.14 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="Developer Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> <p id="skip"> - The W3C MarkUp Validation Service consists of an SGML Parser, an SGML + The W3C Markup Validation Service consists of an SGML Parser, an SGML catalog, a CGI program and it's configuration files. In addition it relies on a moderately large set of Perl modules for it's operation. </p> @@ -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 17:51:46 $</code>. <tt>:-)</tt> + <code>$Date: 2003-02-24 23:33:18 $</code>. <tt>:-)</tt> </p> <dl> <dt><code>CGI (2.81)</code></dt> diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index 35f169e..00b751c 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.24 2002-11-07 05:12:28 ot Exp $" ---><!--#set var="date" value="\$Date: 2002-11-07 05:12:28 $" ---><!--#set var="title" value="Error Explanations for The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: errors.html,v 1.25 2003-02-24 23:33:19 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:19 $" +--><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html index fb2092a..1db1a25 100755 --- a/htdocs/docs/help.html +++ b/htdocs/docs/help.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: help.html,v 1.12 2002-11-25 01:37:22 ot Exp $" ---><!--#set var="date" value="\$Date: 2002-11-25 01:37:22 $" ---><!--#set var="title" value="Help for The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: help.html,v 1.13 2003-02-24 23:33:19 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:19 $" +--><!--#set var="title" value="Help for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> diff --git a/htdocs/docs/index.html b/htdocs/docs/index.html index 06d8cb5..29b6ad1 100755 --- a/htdocs/docs/index.html +++ b/htdocs/docs/index.html @@ -1,11 +1,11 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.8 2002-11-06 02:45:20 ot Exp $" ---><!--#set var="date" value="\$Date: 2002-11-06 02:45:20 $" ---><!--#set var="title" value="Documentation Index for The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: index.html,v 1.9 2003-02-24 23:33:19 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:19 $" +--><!--#set var="title" value="Documentation Index for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> <p id="skip"> - Here you'll find the documentation for The W3C MarkUp Validation Service. + Here you'll find the documentation for The W3C Markup Validation Service. What little there is of it; <a href="../feedback.html">additions eagerly accepted</a>!<tt>:-)</tt> </p> @@ -15,7 +15,7 @@ a few Frequently Asked Questions. Read this first.</p></dd> <dt><a href="users.html">W3C Validator Users Guide</a></dt> <dd><p>The Users Guide for the W3C Validator.</p></dd> - <dt><a href="sgml.html">SGML (basics) and the MarkUp Validator</a></dt> + <dt><a href="sgml.html">SGML (basics) and the Markup Validator</a></dt> <dd> <p> A quick introduction to SGML concepts as they apply to the diff --git a/htdocs/docs/sgml.html b/htdocs/docs/sgml.html index a1af197..83c1958 100755 --- a/htdocs/docs/sgml.html +++ b/htdocs/docs/sgml.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: sgml.html,v 1.12 2002-12-01 13:40:33 link Exp $" ---><!--#set var="date" value="\$Date: 2002-12-01 13:40:33 $" ---><!--#set var="title" value="Introduction To SGML for The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: sgml.html,v 1.13 2003-02-24 23:33:19 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:19 $" +--><!--#set var="title" value="Introduction To SGML for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> <div id="skip"> diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index 21d4467..32d3c2b 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.15 2002-12-01 13:40:33 link Exp $" ---><!--#set var="date" value="\$Date: 2002-12-01 13:40:33 $" ---><!--#set var="title" value="User Documentation for The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: users.html,v 1.16 2003-02-24 23:33:19 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:19 $" +--><!--#set var="title" value="User Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> <div id="toc"> @@ -34,7 +34,7 @@ <div id="Introduction" class="stb"> <h2>Introduction</h2> <p> - The W3C MarkUp Validation Service is a web gateway to a well known SGML + The W3C Markup Validation Service is a web gateway to a well known SGML parser called SP. SP will take your HTML and compare it to a set of objective syntax rules called a "DTD", a Document Type Definition. This way you can be sure your HTML is really valid and not just that it @@ -44,11 +44,11 @@ alternate ways of achieving your goal. </p> <p> - When you send an URL to the W3C MarkUp Validation Service, it will fetch + When you send an URL to the W3C Markup Validation Service, it will fetch that URL and feed it to the SGML parser. If you upload a file it'll get fed directly into the SGML parser. We then take the output from the SGML parser and format it nicely as HTML and send it back to your web - browser. The W3C MarkUp Validation Service isn't generating any of the + browser. The W3C Markup Validation Service isn't generating any of the error messages; they are all generated by the underlying SGML Parser which is checking your HTML against the actual standard for the version of HTML you are using. @@ -129,7 +129,7 @@ <div id="Interpret" class="stb"> <h2>Interpreting the results</h2> <p> - In spite of our efforts, interpreting the MarkUp Validator's error messages + In spite of our efforts, interpreting the Markup Validator's error messages isn't quite what you'd call easy. The error messages are generated in the context of a full SGML environment which demands a somewhat higher level of technical detail then your average HTML document. We have set up a page @@ -310,7 +310,7 @@ <tr class="comma"> <td class="comma-desc"> - Validate the MarkUp. + Validate the markup. </td> <td class="comma-tool"> W3C Markup Validator diff --git a/htdocs/favelets.html b/htdocs/favelets.html index 554b4e4..73552a0 100755 --- a/htdocs/favelets.html +++ b/htdocs/favelets.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: favelets.html,v 1.2 2002-12-01 13:40:32 link Exp $" ---><!--#set var="date" value="\$Date: 2002-12-01 13:40:32 $" ---><!--#set var="title" value="Favelets For The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: favelets.html,v 1.3 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="Favelets For The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> diff --git a/htdocs/feedback.html b/htdocs/feedback.html index eaf66f6..9d08102 100755 --- a/htdocs/feedback.html +++ b/htdocs/feedback.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: feedback.html,v 1.16 2002-10-24 05:31:08 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-10-24 05:31:08 $" ---><!--#set var="title" value="How To Provide Feedback for The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: feedback.html,v 1.17 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="How To Provide Feedback for The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> diff --git a/htdocs/file-upload.html b/htdocs/file-upload.html index 3e8a439..6e8fc57 100755 --- a/htdocs/file-upload.html +++ b/htdocs/file-upload.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: file-upload.html,v 1.15 2002-12-05 01:44:36 ot Exp $" ---><!--#set var="date" value="\$Date: 2002-12-05 01:44:36 $" ---><!--#set var="title" value="W3C MarkUp Validation Service: Upload Files" +<!--#set var="revision" value="\$Id: file-upload.html,v 1.16 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="W3C Markup Validation Service: Upload Files" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> diff --git a/htdocs/footer.html b/htdocs/footer.html index 71edaf0..d815c7a 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -2,8 +2,8 @@ <a href="<!--#echo var="relroot" -->check/referer"><img src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> - <a title="Send Feedback for the W3C MarkUp Validation Service" + <a title="Send Feedback for the W3C Markup Validation Service" href="<!--#echo var="relroot" -->feedback.html">The W3C Validator Team</a><br /> <!--#echo var="date" --> - <!-- SSI Template Version: $Id: footer.html,v 1.6 2002-12-01 13:40:32 link Exp $ --> + <!-- SSI Template Version: $Id: footer.html,v 1.7 2003-02-24 23:33:18 ville Exp $ --> </address> diff --git a/htdocs/fragment-upload.html b/htdocs/fragment-upload.html index b419346..cf033e0 100755 --- a/htdocs/fragment-upload.html +++ b/htdocs/fragment-upload.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: fragment-upload.html,v 1.7 2002-12-06 21:30:27 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-12-06 21:30:27 $" ---><!--#set var="title" value="W3C MarkUp Validation Service: Validate Fragment" +<!--#set var="revision" value="\$Id: fragment-upload.html,v 1.8 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="W3C Markup Validation Service: Validate Fragment" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> diff --git a/htdocs/header.html b/htdocs/header.html index 06e0bc5..27cc73a 100755 --- a/htdocs/header.html +++ b/htdocs/header.html @@ -8,23 +8,23 @@ <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" /> <style type="text/css" media="all">@import "<!--#echo var="relroot" -->base.css";</style> <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, - W3C MarkUp Validation Service" /> + W3C Markup Validation Service" /> <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> <meta name="revision" content="<!--#echo var="revision" -->" /> - <!-- SSI Template Version: $Id: header.html,v 1.21 2002-12-01 13:40:32 link Exp $ --> + <!-- SSI Template Version: $Id: header.html,v 1.22 2003-02-24 23:33:18 ville Exp $ --> </head> <body> <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> - MarkUp Validation Service</h1> + Markup Validation Service</h1> <dl class="navbar"> <dt>Site Navigation</dt> <dd class="main"> <ul> <li class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a></li> - <li><a href="<!--#echo var="relroot" -->" accesskey="h" title="Go to the Home Page for The W3C MarkUp Validation Service">Home Page</a></li> + <li><a href="<!--#echo var="relroot" -->" accesskey="h" title="Go to the Home Page for The W3C Markup Validation Service">Home Page</a></li> <li><a href="<!--#echo var="relroot" -->docs/" title="Documentation for this Service">Documentation</a></li> <li><a href="<!--#echo var="relroot" -->source/" title="Information on Source Availability">Source Code</a></li> <li><a href="<!--#echo var="relroot" -->whatsnew.html" title="The changes made to this service recently">What's New</a></li> @@ -45,7 +45,7 @@ <li><a href="http://cgi.w3.org/cgi-bin/tidy" class="offsite" title="The HTML Tidy Tool Online">Tidy Online</a></li> </ul> </dd> - <dt>MarkUp Standards</dt> + <dt>Markup Standards</dt> <dd> <ul> <li><a href="http://www.w3.org/TR/xhtml11/" class="offsite" title="The XHTML 1.1 Recommendation"><acronym title="eXtensible HyperText Markup Language">XHTML</acronym> 1.1</a></li> diff --git a/htdocs/index.html b/htdocs/index.html index 2d0638b..08d2b35 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,12 +1,12 @@ -<!--#set var="revision" value="\$Id: index.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="title" value="The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: index.html,v 1.57 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> <div id="skip" class="intro"> <p> - Welcome to the W3C MarkUp Validation Service; a free service that checks + Welcome to the W3C Markup Validation Service; a free service that checks documents like HTML and XHTML for conformance to W3C Recommendations and other standards. </p> @@ -16,7 +16,7 @@ <p> You can enter a URI in the <code>Address</code> field below, or choose a file to upload. There is also an <a title="Extended Interface to the - W3C MarkUp Validation Service" href="detailed.html">Extended + W3C Markup Validation Service" href="detailed.html">Extended Interface</a> available if you want to set any advanced options. </p> <form method="post" enctype="multipart/form-data" action="check"> diff --git a/htdocs/navbar.css b/htdocs/navbar.css index a2d243e..17cdd7b 100644 --- a/htdocs/navbar.css +++ b/htdocs/navbar.css @@ -1,10 +1,10 @@ /* - Navigation Style Sheet for the W3C MarkUp Validation Service. + Navigation Style Sheet for the W3C Markup Validation Service. Copyright 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: navbar.css,v 1.5 2002-12-01 13:44:59 link Exp $ + $Id: navbar.css,v 1.6 2003-02-24 23:33:18 ville Exp $ */ dl.navbar { diff --git a/htdocs/sgml-lib/sgml.soc b/htdocs/sgml-lib/sgml.soc index 704434e..2bcb5e2 100644 --- a/htdocs/sgml-lib/sgml.soc +++ b/htdocs/sgml-lib/sgml.soc @@ -1,6 +1,6 @@ - -- SGML catalog for the W3C MarkUp Validation Service -- - -- $Id: sgml.soc,v 1.3 2002-10-27 15:36:19 ville Exp $ -- + -- SGML catalog for the W3C Markup Validation Service -- + -- $Id: sgml.soc,v 1.4 2003-02-24 23:33:19 ville Exp $ -- OVERRIDE YES -- prefer public identifiers to system identifiers -- SGMLDECL sgml.dcl diff --git a/htdocs/source/index.html b/htdocs/source/index.html index 31cc0d3..6f8dcb9 100755 --- a/htdocs/source/index.html +++ b/htdocs/source/index.html @@ -1,12 +1,12 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.27 2003-02-09 22:41:49 ville Exp $" ---><!--#set var="date" value="\$Date: 2003-02-09 22:41:49 $" ---><!--#set var="title" value="Source Code Availability for The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: index.html,v 1.28 2003-02-24 23:33:19 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:19 $" +--><!--#set var="title" value="Source Code Availability for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> <p id="skip"> The source code for the <a - href="../">W3C MarkUp Validation Service</a> is available under the + href="../">W3C Markup Validation Service</a> is available under the terms of the <a href="http://www.w3.org/Consortium/Legal/copyright-software">W3C Software Copyright</a>. diff --git a/htdocs/tips.css b/htdocs/tips.css index d9c83d1..c94f58d 100644 --- a/htdocs/tips.css +++ b/htdocs/tips.css @@ -1,10 +1,10 @@ /* - Quality Tips Style Sheet for the W3C MarkUp Validation Service. + Quality Tips Style Sheet for the W3C Markup Validation Service. Copyright 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: tips.css,v 1.5 2002-12-01 13:40:32 link Exp $ + $Id: tips.css,v 1.6 2003-02-24 23:33:18 ville Exp $ */ diff --git a/htdocs/todo.html b/htdocs/todo.html index 35e301c..1400bb7 100755 --- a/htdocs/todo.html +++ b/htdocs/todo.html @@ -1,11 +1,11 @@ -<!--#set var="revision" value="\$Id: todo.html,v 1.58 2003-02-08 22:51:30 ville Exp $" ---><!--#set var="date" value="\$Date: 2003-02-08 22:51:30 $" ---><!--#set var="title" value="TODO List for The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: todo.html,v 1.59 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="TODO List for The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> <p id="skip" class="intro"> This page has the to-do list for the <a href="./"><acronym - title="World Wide Web Consortium">W3C</acronym> MarkUp + title="World Wide Web Consortium">W3C</acronym> Markup Validation Service</a>, including bugs that need fixing and general wish list items. See also the <a href="http://lists.w3.org/Archives/Public/www-validator/">www-validator diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index d3c7574..652d310 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,13 +1,13 @@ -<!--#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="revision" value="\$Id: whatsnew.html,v 1.37 2003-02-24 23:33:18 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $" +--><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> <div id="skip" class="intro"> <p> This page lists recent changes to <a href="./">the <acronym - title="World Wide Web Consortium">W3C</acronym> MarkUp Validation + 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/cvsweb/validator/">the <acronym title="Concurrent Versions System">CVS</acronym> log</a>. diff --git a/htdocs/xml-results.css b/htdocs/xml-results.css index 4bda284..ed41102 100644 --- a/htdocs/xml-results.css +++ b/htdocs/xml-results.css @@ -1,10 +1,10 @@ /* - XML Results Style Sheet for the W3C MarkUp Validation Service. + XML Results Style Sheet for the W3C Markup Validation Service. Copyright 2002 Terje Bless <link@pobox.com>. All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: xml-results.css,v 1.4 2002-10-30 16:48:05 link Exp $ + $Id: xml-results.css,v 1.5 2003-02-24 23:33:18 ville Exp $ */ result, meta, uri, modified, server, size, encoding, doctype, warnings, messages {display: block} diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index aa9d0cf..f5d99e4 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -1,7 +1,7 @@ #!/usr/bin/perl -T # -# W3C MarkUp Validation Service -# A CGI script to retrieve and validate a MarkUp file +# W3C Markup Validation Service +# A CGI script to retrieve and validate a markup file # # Copyright 1995-2002 Gerald Oskoboiny <gerald@w3.org> # for additional contributors, see http://dev.w3.org/cvsweb/validator/ @@ -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.321 2003-01-03 20:21:55 ville Exp $ +# $Id: check,v 1.322 2003-02-24 23:33:19 ville Exp $ # # Disable buffering on STDOUT! @@ -144,7 +144,7 @@ The error reported was: '$@' # # Strings - $VERSION = q$Revision: 1.321 $; + $VERSION = q$Revision: 1.322 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; } # end of BEGIN block. diff --git a/httpd/conf/httpd.conf b/httpd/conf/httpd.conf index e9f4fd0..dc94078 100644 --- a/httpd/conf/httpd.conf +++ b/httpd/conf/httpd.conf @@ -1,11 +1,11 @@ # -# Example httpd.conf snippet for W3C MarkUp Validation Service +# Example httpd.conf snippet for W3C Markup Validation Service # Note that this is not a complete server configuration file, but contains # only the validator-specific part. # # You may use the Include directive for including this in your main httpd.conf. # -# $Id: httpd.conf,v 1.17 2002-11-25 20:45:43 ville Exp $ +# $Id: httpd.conf,v 1.18 2003-02-24 23:33:21 ville Exp $ # # The values below assume that you have the validator files in diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 72e6b95..dd35133 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -2,8 +2,8 @@ <a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> - <a title="Send Feedback for the W3C MarkUp Validation Service" + <a title="Send Feedback for the W3C Markup Validation Service" href="./feedback.html">The W3C Validator Team</a><br /> Date: 2002/11/26 22:22:16 - <!-- SSI Template Version: $Id: footer.tmpl,v 1.1 2002-12-02 01:53:16 link Exp $ --> + <!-- SSI Template Version: $Id: footer.tmpl,v 1.2 2003-02-24 23:33:21 ville Exp $ --> </address> diff --git a/share/templates/en_US/header.tmpl b/share/templates/en_US/header.tmpl index 92cb00b..e5b8885 100644 --- a/share/templates/en_US/header.tmpl +++ b/share/templates/en_US/header.tmpl @@ -11,25 +11,25 @@ Content-Type: text/html; charset=utf-8 <link rev="start" href="./" title="Home Page" /> <style type="text/css" media="all">@import "./base.css";</style> <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, - W3C MarkUp Validation Service" /> + W3C Markup Validation Service" /> <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> <meta name="revision" content="1.307" /> - <!-- SSI Template Version: $Id: header.tmpl,v 1.2 2003-01-03 20:24:35 ville Exp $ --> + <!-- SSI Template Version: $Id: header.tmpl,v 1.3 2003-02-24 23:33:21 ville Exp $ --> </head> <body> <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> - MarkUp Validation Service [UNSTABLE development version]</h1> + Markup Validation Service [UNSTABLE development version]</h1> <dl class="navbar"> <dt>Site Navigation</dt> <dd class="main"> <ul> <li class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a></li> - <li><a href="./" accesskey="h" title="Go to the Home Page for The W3C MarkUp Validation Service">Home Page</a></li> + <li><a href="./" accesskey="h" title="Go to the Home Page for The W3C Markup Validation Service">Home Page</a></li> <li><a href="./docs/" title="Documentation for this Service">Documentation</a></li> <li><a href="./source/" title="Information on Source Availability">Source Code</a></li> @@ -53,7 +53,7 @@ Content-Type: text/html; charset=utf-8 </ul> </dd> - <dt>MarkUp Standards</dt> + <dt>Markup Standards</dt> <dd> <ul> <li><a href="http://www.w3.org/TR/xhtml11/" class="offsite" title="The XHTML 1.1 Recommendation"><acronym title="eXtensible HyperText Markup Language">XHTML</acronym> 1.1</a></li> |