diff options
author | link <link@localhost> | 2002-10-23 23:11:30 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-10-23 23:11:30 +0000 |
commit | 719a15b4ff21ecaaaef1df79ac7554a739c72b16 (patch) | |
tree | 286ebe7d4e660cddb4da44f34db0818111ef61b4 /htdocs/docs/devel.html | |
parent | 10613f73ba72509b40a8a84c7077adda383236c4 (diff) | |
download | markup-validator-719a15b4ff21ecaaaef1df79ac7554a739c72b16.zip markup-validator-719a15b4ff21ecaaaef1df79ac7554a739c72b16.tar.gz markup-validator-719a15b4ff21ecaaaef1df79ac7554a739c72b16.tar.bz2 |
s/HTML/MarkUp/ in "W3C HTML Validation Service". cf.
http://lists.w3.org/Archives/Public/www-validator/2002Oct/0080.html
Diffstat (limited to 'htdocs/docs/devel.html')
-rwxr-xr-x | htdocs/docs/devel.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/docs/devel.html b/htdocs/docs/devel.html index e60b08d..cf39680 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,11 +1,11 @@ -<!--#set var="revision" value="\$Id: devel.html,v 1.7 2002-09-08 19:37:42 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-09-08 19:37:42 $" ---><!--#set var="title" value="Developer Documentation for The W3C HTML Validation Service" +<!--#set var="revision" value="\$Id: devel.html,v 1.8 2002-10-23 23:11:30 link Exp $" +--><!--#set var="date" value="\$Date: 2002-10-23 23:11:30 $" +--><!--#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 HTML 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> @@ -40,7 +40,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: 2002-09-08 19:37:42 $</code>. <tt>:-)</tt> + list was complete when CVS spit out: <code>$Date: 2002-10-23 23:11:30 $</code>. <tt>:-)</tt> </p> <dl> <dt><code>LWP::UserAgent</code></dt> |