diff options
-rwxr-xr-x | htdocs/docs/devel.html | 40 | ||||
-rwxr-xr-x | htdocs/docs/errors.html | 37 | ||||
-rwxr-xr-x | htdocs/docs/help.html | 39 | ||||
-rwxr-xr-x | htdocs/docs/sgml.html | 39 | ||||
-rwxr-xr-x | htdocs/docs/users.html | 41 | ||||
-rwxr-xr-x | htdocs/file-upload.html | 57 | ||||
-rwxr-xr-x | htdocs/footer.html | 8 | ||||
-rwxr-xr-x | htdocs/header.html | 33 | ||||
-rwxr-xr-x | htdocs/todo.html | 29 |
9 files changed, 72 insertions, 251 deletions
diff --git a/htdocs/docs/devel.html b/htdocs/docs/devel.html index 481edb2..634ee1d 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,27 +1,6 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - <title>W3C HTML Validation Service Developers Manual</title> - <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="/base.css" /> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, W3C HTML Validation Service" /> - <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> - <meta name="revision" content="$Id: devel.html,v 1.2 2001-03-26 06:56:52 gerald Exp $" /> - <meta name="modified" content="$Date: 2001-03-26 06:56:52 $" /> - </head> - - <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> - <h1><a href="http://www.w3.org/"><img align="left" - src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" - alt="W3C" /></a> HTML Validator Developers Manual</h1> - - <p align="right" class="navbar"> - <a href="../">Validator home</a> | - <a href="../about.html">About this service</a> | - <a href="../feedback.html">Feedback</a><br clear="all" /> - </p> +<!--#set var="revision" value="\$Id: devel.html,v 1.3 2001-09-19 08:52:09 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-19 08:52:09 $" --> +<!--#include virtual="/header.html" --> <p> The W3C HTML Validation Service consists of an SGML Parser, an SGML @@ -59,7 +38,7 @@ 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>. The following - list was complete when CVS spit out: <code>$Date: 2001-03-26 06:56:52 $</code>. <tt>:-)</tt> + list was complete when CVS spit out: <code>$Date: 2001-09-19 08:52:09 $</code>. <tt>:-)</tt> </p> <dl> <dt><code>LWP::UserAgent</code></dt> @@ -151,15 +130,6 @@ </p> </div> - <hr /> - <address> - <a href="http://validator.w3.org/check/referer"><img - src="http://validator.w3.org/images/vxhtml10" height="31" width="88" - align="right" border="0" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Webmaster</a><br /> - $Date: 2001-03-26 06:56:52 $ - </address> - +<!--#include virtual="/footer.html" --> </body> - </html> diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index cd6d111..6c4c2e6 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,27 +1,6 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - <title>W3C HTML Validation Error Messages</title> - <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="../base.css" /> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, W3C HTML Validation Service" /> - <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> - <meta name="revision" content="$Id: errors.html,v 1.12 2001-09-04 22:51:16 gerald Exp $" /> - <meta name="modified" content="$Date: 2001-09-04 22:51:16 $" /> - </head> - - <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> - <h1><a href="http://www.w3.org/"><img align="left" - src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" - alt="W3C" /></a> HTML Validator Error Messages</h1> - - <p align="right" class="navbar"> - <a href="../">Validator home</a> | - <a href="../about.html">About this service</a> | - <a href="../feedback.html">Feedback</a><br clear="all" /> - </p> +<!--#set var="revision" value="\$Id: errors.html,v 1.13 2001-09-19 08:52:09 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-19 08:52:09 $" --> +<!--#include virtual="/header.html" --> <p> These error explanations were originally written by Scott Bigham, @@ -559,14 +538,6 @@ </dd> </dl> - <hr /> - <address> - <a href="http://validator.w3.org/check/referer"><img - src="http://validator.w3.org/images/vxhtml10" height="31" width="88" - align="right" border="0" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Webmaster</a><br /> - $Date: 2001-09-04 22:51:16 $ - </address> - +<!--#include virtual="/footer.html" --> </body> </html> diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html index a917463..4ac370d 100755 --- a/htdocs/docs/help.html +++ b/htdocs/docs/help.html @@ -1,29 +1,6 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - <title>W3C HTML Validation Service Help</title> - <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="/base.css" /> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, - W3C HTML Validation Service" /> - <meta name="description" content="W3C's easy-to-use HTML validation - service, based on an SGML parser." /> - <meta name="revision" content="$Id: help.html,v 1.2 2001-03-26 06:56:52 gerald Exp $" /> - <meta name="modified" content="$Date: 2001-03-26 06:56:52 $" /> - </head> - - <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> - <h1><a href="http://www.w3.org/"><img align="left" - src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" - alt="W3C" /></a> HTML Validator Help</h1> - - <p align="right" class="navbar"> - <a href="../">Validator home</a> | - <a href="../about.html">About this service</a> | - <a href="../feedback.html">Feedback</a><br clear="all" /> - </p> +<!--#set var="revision" value="\$Id: help.html,v 1.3 2001-09-19 08:52:09 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-19 08:52:09 $" --> +<!--#include virtual="/header.html" --> <div> <h2 id="what-is-it">What does The Validator do?</h2> @@ -94,14 +71,6 @@ </p> </div> - <hr /> - <address> - <a href="http://validator.w3.org/check/referer"><img - src="http://validator.w3.org/images/vxhtml10" height="31" width="88" - align="right" border="0" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Webmaster</a><br /> - $Date: 2001-03-26 06:56:52 $ - </address> - +<!--#include virtual="/footer.html" --> </body> </html> diff --git a/htdocs/docs/sgml.html b/htdocs/docs/sgml.html index 1aa89f5..a553419 100755 --- a/htdocs/docs/sgml.html +++ b/htdocs/docs/sgml.html @@ -1,28 +1,6 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - <title>W3C HTML Validator SGML Intro</title> - <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="/base.css" /> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, W3C HTML Validation Service" /> - <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> - <meta name="revision" content="$Id: sgml.html,v 1.5 2001-07-31 19:30:47 link Exp $" /> - <meta name="modified" content="$Date: 2001-07-31 19:30:47 $" /> - </head> - - <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> - <h1><a href="http://www.w3.org/"><img align="left" - src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" - alt="W3C" /></a> HTML Validator SGML Intro</h1> - - <p align="right" class="navbar"> - <a href="../">Validator home</a> | - <a href="../about.html">About this service</a> | - <a href="../feedback.html">Feedback</a><br clear="all" /> - </p> - +<!--#set var="revision" value="\$Id: sgml.html,v 1.6 2001-09-19 08:52:09 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-19 08:52:09 $" --> +<!--#include virtual="/header.html" --> <div> <h2 id="sgml">What is SGML?</h2> <p> @@ -116,16 +94,7 @@ The Validator. </p> </div> - - <hr /> - <address> - <a href="http://validator.w3.org/check/referer"><img - src="http://validator.w3.org/images/vxhtml10" height="31" width="88" - align="right" border="0" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Webmaster</a><br /> - $Date: 2001-07-31 19:30:47 $ - </address> - +<!--#include virtual="/footer.html" --> </body> </html> diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index 5c6d01d..658dbb9 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,31 +1,8 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!--#set var="revision" value="\$Id: users.html,v 1.3 2001-09-19 08:52:09 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-19 08:52:09 $" --> +<!--#include virtual="/header.html" --> - <head> - <title>W3C HTML Validation Service User Manual</title> - <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="/base.css" /> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, - W3C HTML Validation Service" /> - <meta name="description" content="W3C's easy-to-use HTML validation - service, based on an SGML parser." /> - <meta name="revision" content="$Id: users.html,v 1.2 2001-03-26 06:56:52 gerald Exp $" /> - <meta name="modified" content="$Date: 2001-03-26 06:56:52 $" /> - </head> - - <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> - <h1><a href="http://www.w3.org/"><img align="left" - src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" - alt="W3C" /></a> HTML Validator User Manual</h1> - - <p align="right" class="navbar"> - <a href="../">Validator home</a> | - <a href="../about.html">About this service</a> | - <a href="../feedback.html">Feedback</a><br clear="all" /> - </p> - - <div id="Quickstart" class="stb"> + <div id="Quickstart"> <h2>QuickStart</h2> <p> Just type (or Cut&Paste) the URL for the page you want to validate @@ -164,14 +141,6 @@ </p> </div> - <hr /> - <address> - <a href="http://validator.w3.org/check/referer"><img - src="http://validator.w3.org/images/vxhtml10" height="31" width="88" - align="right" border="0" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Webmaster</a><br /> - $Date: 2001-03-26 06:56:52 $ - </address> - +<!--#include virtual="/footer.html" --> </body> </html> diff --git a/htdocs/file-upload.html b/htdocs/file-upload.html index a539531..963fd76 100755 --- a/htdocs/file-upload.html +++ b/htdocs/file-upload.html @@ -1,31 +1,6 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - -<head> - <title>W3C HTML Validation Service: Upload files</title> - <link rev="made" href="mailto:gerald@w3.org" /> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, - W3C HTML Validation Service" /> - <meta name="description" content="W3C's easy-to-use - HTML validation service, based on an SGML parser." /> -</head> - -<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> - - <p> - <a href="http://www.w3.org/"><img align="left" - src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" - alt="W3C" /></a> - </p> - - <p align="right" class="navbar"> - <a href="./">Validator home</a> | - <a href="about.html">About this service</a> | - <a href="feedback.html">Feedback</a><br clear="all" /> - </p> - - <h1>HTML Validation Service</h1> +<!--#set var="revision" value="\$Id: file-upload.html,v 1.5 2001-09-19 08:52:08 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-19 08:52:08 $" --> +<!--#include virtual="/header.html" --> <p> This form allows you to upload files from your computer and have @@ -47,19 +22,6 @@ <option>HTML 2.0</option> </select> <table cellpadding="0" cellspacing="0"> - <!-- - <tr> - <td> - <input name="weblint" type="checkbox" value="" /> Include <a - href="http://www.weblint.org/">Weblint</a> - results - </td> - <td> - <input name="pw" type="checkbox" value="" /> run Weblint - in "pedantic" mode - </td> - </tr> - --> <tr> <td> <input name="ss" type="checkbox" value="" /> Show source input @@ -88,16 +50,7 @@ it by <a href="./">entering its address</a> instead. </p> -<hr /> - -<address> - <a href="http://validator.w3.org/check/referer"><img - src="http://validator.w3.org/images/vxhtml10" height="31" width="88" - align="right" border="0" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2001-05-26 06:05:56 $ -</address> - -</body> +<!--#include virtual="/footer.html" --> + </body> </html> diff --git a/htdocs/footer.html b/htdocs/footer.html new file mode 100755 index 0000000..bb3cff7 --- /dev/null +++ b/htdocs/footer.html @@ -0,0 +1,8 @@ + <address> + <a href="http://validator.w3.org/check/referer"><img + src="http://validator.w3.org/images/vxhtml10" height="31" width="88" + alt="Valid XHTML 1.0!" /></a> + <a href="/feedback.html">Gerald Oskoboiny</a><br /> + <!--#echo var="date" --> + <!-- SSI Template Version: $Id: footer.html,v 1.1 2001-09-19 08:52:08 link Exp $ --> + </address> diff --git a/htdocs/header.html b/htdocs/header.html new file mode 100755 index 0000000..c12e5bc --- /dev/null +++ b/htdocs/header.html @@ -0,0 +1,33 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>W3C HTML Validation Service</title> + <link rev="made" href="mailto:gerald@w3.org" /> + <link rel="stylesheet" type="text/css" href="/base.css" /> + <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, + W3C HTML 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.1 2001-09-19 08:52:08 link Exp $ --> + </head> + + <body> + <p class="navbar"> + <a href="/about.html">About...</a> + <a href="/feedback.html">Feedback</a> + <a href="/whatsnew.html">What's New</a> + <a href="/file-upload.html">Upload Files</a> + <a href="/source/">Source Code</a> + <a href="/docs/">Documentation</a> + <a href="http://jigsaw.w3.org/css-validator/">CSS Validator</a> + <a href="/checklink">Link Checker</a> + <a href="http://www.w3.org/MarkUp/">HTML Home</a> + <a href="http://www.w3.org/People/Raggett/tidy/">HTML Tidy</a> + <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a> + <a href="http://www.w3.org/TR/html401/">HTML 4.01</a> + </p> + <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> + HTML Validation Service</h1> diff --git a/htdocs/todo.html b/htdocs/todo.html index d767798..8052d54 100755 --- a/htdocs/todo.html +++ b/htdocs/todo.html @@ -1,21 +1,6 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> - <head> - <title>W3C HTML Validation Service: To Do List</title> - <link rev="made" href="mailto:gerald@w3.org" /> - <link rel="stylesheet" type="text/css" href="base.css" /> - <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, - W3C HTML Validation Service, To Do List" /> - <meta name="description" content="To Do List for W3C's Validation Service." /> - <meta name="revision" - content="$Id: todo.html,v 1.45 2001-09-06 23:16:16 link Exp $" /> - </head> - <body> - <h1><a href="http://www.w3.org/"><img id="logo" - src="http://www.w3.org/Icons/WWW/w3c_home" height="48" - alt="W3C" /></a> Validator: To Do List</h1> +<!--#set var="revision" value="\$Id: todo.html,v 1.46 2001-09-19 08:52:08 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-19 08:52:08 $" --> +<!--#include virtual="/header.html" --> <p class="intro"> This page has the to-do list for the <a href="/">W3C HTML Validation Service</a>, including bugs that need fixing and general wishlist items. @@ -212,13 +197,7 @@ <li>Make sure we output sane "text/html; charset=foo".</li> <li>Document how to add new DOCTYPEs to the Validator.</li> </ol> - - <address> - <a href="/check/referer"><img src="/images/vxhtml10.png" - height="31" width="88" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2001-09-06 23:16:16 $ - </address> +<!--#include virtual="/footer.html" --> </body> </html> |