summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/docs/install.html13
-rwxr-xr-xhtdocs/source/index.html5
2 files changed, 12 insertions, 6 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> &gt;= 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> &gt;= 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> &gt;= 5.60</dt>
<dd>
Gisle Aas' most excellent WWW library for Perl. This is where our
diff --git a/htdocs/source/index.html b/htdocs/source/index.html
index 5beecb3..eaa989c 100755
--- a/htdocs/source/index.html
+++ b/htdocs/source/index.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: index.html,v 1.31 2004-07-21 15:07:26 link Exp $"
---><!--#set var="date" value="\$Date: 2004-07-21 15:07:26 $"
+<!--#set var="revision" value="\$Id: index.html,v 1.32 2004-09-15 17:41:50 ville Exp $"
+--><!--#set var="date" value="\$Date: 2004-09-15 17:41:50 $"
--><!--#set var="title" value="Source Code Availability for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -82,6 +82,7 @@
<li>w3c-markup-validator</li>
<li>w3c-markup-validator-libs</li>
<li>perl-Config-General</li>
+ <li>perl-HTML-Template</li>
<li>perl-Net-IP</li>
<li>perl-Set-IntSpan</li>
<li>perl-Text-Iconv</li>