summaryrefslogtreecommitdiffstats
path: root/htdocs/docs
diff options
context:
space:
mode:
authorlink <link@localhost>2001-09-19 08:52:09 +0000
committerlink <link@localhost>2001-09-19 08:52:09 +0000
commit6001dba1d252a721ea126324e1ccc36daee06abd (patch)
tree2de1abb8387ba539a8f0f60676b563285a4595ce /htdocs/docs
parent8dbc82fa4af7082f4241fd098685f381b2a1a95e (diff)
downloadmarkup-validator-6001dba1d252a721ea126324e1ccc36daee06abd.zip
markup-validator-6001dba1d252a721ea126324e1ccc36daee06abd.tar.gz
markup-validator-6001dba1d252a721ea126324e1ccc36daee06abd.tar.bz2
Moving to use SSI consistently across the board. Add link to Documentation.
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-xhtdocs/docs/devel.html40
-rwxr-xr-xhtdocs/docs/errors.html37
-rwxr-xr-xhtdocs/docs/help.html39
-rwxr-xr-xhtdocs/docs/sgml.html39
-rwxr-xr-xhtdocs/docs/users.html41
5 files changed, 22 insertions, 174 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&amp;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>