diff options
author | ville <ville@localhost> | 2004-09-15 17:41:50 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2004-09-15 17:41:50 +0000 |
commit | 480e6a321b36e5a9ed7bd08230e357d2f25d3ff5 (patch) | |
tree | a41a695e76a52a9b40874636fa062db09062a499 /htdocs/docs/install.html | |
parent | a7ba18b42d7e70deb323e0a7533b86f68bacf942 (diff) | |
download | markup-validator-480e6a321b36e5a9ed7bd08230e357d2f25d3ff5.zip markup-validator-480e6a321b36e5a9ed7bd08230e357d2f25d3ff5.tar.gz markup-validator-480e6a321b36e5a9ed7bd08230e357d2f25d3ff5.tar.bz2 |
Document HTML::Template dependency and minimum Config::General version.
Diffstat (limited to 'htdocs/docs/install.html')
-rwxr-xr-x | htdocs/docs/install.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 2e023b8..8b26dc0 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.5 2004-09-14 19:04:10 ville Exp $" ---><!--#set var="date" value="\$Date: 2004-09-14 19:04:10 $" +<!--#set var="revision" value="\$Id: install.html,v 1.6 2004-09-15 17:41:50 ville Exp $" +--><!--#set var="date" value="\$Date: 2004-09-15 17:41:50 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -87,7 +87,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: 2004-09-14 19:04:10 $</code>. <tt>:-)</tt> + <code>$Date: 2004-09-15 17:41:50 $</code>. <tt>:-)</tt> </p> <p> One easy - and strongly recommended - way to take care of all these @@ -107,7 +107,7 @@ takes care of all those niggly little bits of CGI for us and make options parsing and file upload a breeze. </dd> - <dt><a href="http://search.cpan.org/dist/Config-General/">Config-General</a></dt> + <dt><a href="http://search.cpan.org/dist/Config-General/">Config-General</a> >= 2.19</dt> <dd> Configuration file handling. </dd> @@ -115,6 +115,11 @@ <dd> Minimal HTML parser used for preparse and finding metadata. </dd> + <dt><a href="http://search.cpan.org/dist/HTML-Template/">HTML-Template</a> >= 2.6</dt> + <dd> + Template system which allows us to separate Validator's logic and + presentation. + </dd> <dt><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a> >= 5.60</dt> <dd> Gisle Aas' most excellent WWW library for Perl. This is where our |