diff options
author | link <link@localhost> | 2002-11-25 01:27:56 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-11-25 01:27:56 +0000 |
commit | 0091e430096eaf4af0b00e08491d7833eb1c40c2 (patch) | |
tree | 9e882912a2df90e443b2d53bfd74865abe3a9408 /htdocs/docs/devel.html | |
parent | 0fb42316856f8acf89fa12d7ac88c955be4d99b5 (diff) | |
download | markup-validator-0091e430096eaf4af0b00e08491d7833eb1c40c2.zip markup-validator-0091e430096eaf4af0b00e08491d7833eb1c40c2.tar.gz markup-validator-0091e430096eaf4af0b00e08491d7833eb1c40c2.tar.bz2 |
Typos, update prereq on OpenSP 1.5...
Diffstat (limited to 'htdocs/docs/devel.html')
-rwxr-xr-x | htdocs/docs/devel.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/htdocs/docs/devel.html b/htdocs/docs/devel.html index 8c30bf5..67e13cf 100755 --- a/htdocs/docs/devel.html +++ b/htdocs/docs/devel.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: devel.html,v 1.9 2002-11-19 14:58:40 link Exp $" ---><!--#set var="date" value="\$Date: 2002-11-19 14:58:40 $" +<!--#set var="revision" value="\$Id: devel.html,v 1.10 2002-11-25 01:27:56 link Exp $" +--><!--#set var="date" value="\$Date: 2002-11-25 01:27:56 $" --><!--#set var="title" value="Developer Documentation for The W3C MarkUp Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -21,11 +21,11 @@ <h2>Prerequisites</h2> <p> Apart from a properly configured web server, the Validator needs a - SGML parser -- that does all the heard work -- and several Perl + SGML parser -- that does all the hard work -- and several Perl modules used by the "check" CGI script. </p> <p> - The SGML parser we're currently using is <code>OpenSP 1.5pre9</code>, + The SGML parser we're currently using is <code>OpenSP 1.5</code>, which can be found on the <a href="http://openjade.sf.net/">OpenJade home page</a>. </p> @@ -36,7 +36,7 @@ can be found on <a href="http://www.cpan.org/">CPAN</a> (minimum versions in parenthesis after the name). The following list was complete when CVS spit out: - <code>$Date: 2002-11-19 14:58:40 $</code>. <tt>:-)</tt> + <code>$Date: 2002-11-25 01:27:56 $</code>. <tt>:-)</tt> </p> <dl> <dt><code>CGI (2.81)</code></dt> @@ -95,9 +95,7 @@ <dt>frag.cfg</dt> <dd> Maps error messages to an URI fragment identifier where an - explanation of that error can be found. Currently not used and may - be phased out in the future (to be replaced with a more robust - system). + explanation of that error can be found. </dd> <dt>type.cfg</dt> <dd> |