summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/devel.html
diff options
context:
space:
mode:
authorville <ville@localhost>2002-09-08 19:37:42 +0000
committerville <ville@localhost>2002-09-08 19:37:42 +0000
commitba68ea2d990ee9d40578bf5ae35922cb66555794 (patch)
treea301452204c8a9cd79010cb1eeef2243b60e6365 /htdocs/docs/devel.html
parentc2bd4346d5daf794955a002900fb19fe8d693047 (diff)
downloadmarkup-validator-ba68ea2d990ee9d40578bf5ae35922cb66555794.zip
markup-validator-ba68ea2d990ee9d40578bf5ae35922cb66555794.tar.gz
markup-validator-ba68ea2d990ee9d40578bf5ae35922cb66555794.tar.bz2
Speling fixxes :)
Diffstat (limited to 'htdocs/docs/devel.html')
-rwxr-xr-xhtdocs/docs/devel.html10
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>