- From: Ville Skytta <ville@dev.w3.org>
- Date: Wed, 15 Sep 2004 17:41:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv25854/htdocs/docs
Modified Files:
install.html
Log Message:
Document HTML::Template dependency and minimum Config::General version.
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- install.html 14 Sep 2004 19:04:10 -0000 1.5
+++ install.html 15 Sep 2004 17:41:50 -0000 1.6
@@ -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
Received on Wednesday, 15 September 2004 17:41:53 UTC