diff options
author | link <link@localhost> | 2001-09-24 10:05:41 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-24 10:05:41 +0000 |
commit | 71bd8b9c15310032f3fcd58d536f1b31dbfd1c1d (patch) | |
tree | 40d5a32148890f135bd48ac8dba23cb9a2077778 /htdocs/docs/devel.html | |
parent | 632adae846e0b4b12a706cb7b551d9e8909b48a1 (diff) | |
download | markup-validator-71bd8b9c15310032f3fcd58d536f1b31dbfd1c1d.zip markup-validator-71bd8b9c15310032f3fcd58d536f1b31dbfd1c1d.tar.gz markup-validator-71bd8b9c15310032f3fcd58d536f1b31dbfd1c1d.tar.bz2 |
Continure redesign. Add unique titles for each page. Redesign navbar somewhat.
Move options to separate page. Shorten form on front page. Add @title. :-)
Diffstat (limited to 'htdocs/docs/devel.html')
-rwxr-xr-x | htdocs/docs/devel.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/htdocs/docs/devel.html b/htdocs/docs/devel.html index 634ee1d..a48363c 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,5 +1,6 @@ -<!--#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 $" --> +<!--#set var="revision" value="\$Id: devel.html,v 1.4 2001-09-24 10:05:41 link Exp $" --> +<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" --> +<!--#set var="title" value="Developer Documentation for The W3C HTML Validation Service" --> <!--#include virtual="/header.html" --> <p> @@ -38,7 +39,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-09-19 08:52:09 $</code>. <tt>:-)</tt> + list was complete when CVS spit out: <code>$Date: 2001-09-24 10:05:41 $</code>. <tt>:-)</tt> </p> <dl> <dt><code>LWP::UserAgent</code></dt> |