diff options
author | ville <ville@localhost> | 2007-04-02 09:42:33 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2007-04-02 09:42:33 +0000 |
commit | 88b0304a291edca96c575bc416dad9003140d203 (patch) | |
tree | 8bde16afe3cf60184c7543d71a668284087f106c /htdocs/docs/install.html | |
parent | 8a4d443879d63a5f6abc7f1ab60621aa76d2ab9b (diff) | |
download | markup-validator-88b0304a291edca96c575bc416dad9003140d203.zip markup-validator-88b0304a291edca96c575bc416dad9003140d203.tar.gz markup-validator-88b0304a291edca96c575bc416dad9003140d203.tar.bz2 |
Update dependencies
Diffstat (limited to 'htdocs/docs/install.html')
-rwxr-xr-x | htdocs/docs/install.html | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 37bcc97..3c04e14 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.18 2007-04-02 08:35:39 ville Exp $" ---><!--#set var="date" value="\$Date: 2007-04-02 08:35:39 $" +<!--#set var="revision" value="\$Id: install.html,v 1.19 2007-04-02 09:42:33 ville Exp $" +--><!--#set var="date" value="\$Date: 2007-04-02 09:42:33 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -71,7 +71,7 @@ <p> Apart from a properly configured Web server, the Validator needs a - SGML parser -- that does all the hard work --, Perl (version 5.6.0 + SGML parser -- that does all the hard work --, Perl (version 5.8.0 or newer) and several Perl modules used by the "check" CGI script. </p> <h5 id="install-prereq-sp">OpenSP, the SGML (and XML) parser</h5> @@ -94,7 +94,7 @@ title="Comprehensive Perl Archive Network">CPAN</acronym></a> (minimum versions in parenthesis after the name). The following list was complete when CVS spit out: - <code>$Date: 2007-04-02 08:35:39 $</code>. <tt>:-)</tt> + <code>$Date: 2007-04-02 09:42:33 $</code>. <tt>:-)</tt> </p> <p> One easy - and strongly recommended - way to take care of all these @@ -170,15 +170,6 @@ <dd> IP address manipulation. </dd> - <dt><a href="http://search.cpan.org/dist/Set-IntSpan/">Set-IntSpan</a></dt> - <dd> - Efficient set operations. - </dd> - <dt><a href="http://search.cpan.org/dist/Text-Iconv/">Text-Iconv</a></dt> - <dd> - Perl-native interface to the (g)libc iconv(3) library. Handles - character set conversion issues. - </dd> <dt><a href="http://search.cpan.org/dist/URI/">URI</a></dt> <dd> Library to handle URIs and escaping special characters in them. |