diff options
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 b52aa04..e60b08d 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: devel.html,v 1.6 2002-08-20 01:51:24 link Exp $" ---><!--#set var="date" value="\$Date: 2002-08-20 01:51:24 $" +<!--#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="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -10,7 +10,7 @@ relies on a moderately large set of Perl modules for it's operation. </p> <p> - This document tries to draw a roadmap of the prerequisits and what the + This document tries to draw a road map of the prerequisites and what the different parts of the system do. It is intended for system administrators and people interested in helping developing the validator. This is not end user documentation. See the @@ -40,12 +40,12 @@ 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-08-20 01:51:24 $</code>. <tt>:-)</tt> + list was complete when CVS spit out: <code>$Date: 2002-09-08 19:37:42 $</code>. <tt>:-)</tt> </p> <dl> <dt><code>LWP::UserAgent</code></dt> <dd> - Gisle Aas« most excellent WWW library for Perl. This is where our + Gisle Aas' most excellent WWW library for Perl. This is where our support for downloading pages off the net comes from. </dd> <dt><code>URI::Escape</code></dt> |