summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorville <ville@localhost>2009-06-23 17:59:49 +0000
committerville <ville@localhost>2009-06-23 17:59:49 +0000
commit87415eb7b2b96546c61db357aa8c561f3347e7a1 (patch)
treeb841c5ba755a33a2978a0c16d916aab674c50d30 /htdocs
parentb819f6ae409932d9c22d11c82209a4f071049f8b (diff)
downloadmarkup-validator-87415eb7b2b96546c61db357aa8c561f3347e7a1.zip
markup-validator-87415eb7b2b96546c61db357aa8c561f3347e7a1.tar.gz
markup-validator-87415eb7b2b96546c61db357aa8c561f3347e7a1.tar.bz2
Require libwww-perl >= 5.802.
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/docs/install.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index 54c0a3e..f0a255b 100755
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: install.html,v 1.48 2009-03-16 19:13:32 ot Exp $"
---><!--#set var="date" value="\$Date: 2009-03-16 19:13:32 $"
+<!--#set var="revision" value="\$Id: install.html,v 1.49 2009-06-23 17:59:49 ville Exp $"
+--><!--#set var="date" value="\$Date: 2009-06-23 17:59:49 $"
--><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -150,15 +150,14 @@ install Bundle::W3C::Validator
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.800</dt>
+ <dt><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a> &gt;= 5.802</dt>
<dd>
Gisle Aas' most excellent WWW library for Perl. This is where our
- support for downloading pages off the net comes from. Version 5.800
+ support for downloading pages off the net comes from. Version 5.802
or newer is required, however we strongly suggest a (much) newer
- version. Validator's support for compressed responses is available
- with version 5.802 and later, and announced using the
- <code>Accept-Encoding</code> HTTP header with version 5.816 and
- later, depending on if the modules required for libwww-perl's
+ version. Validator's support for compressed responses is announced
+ using the <code>Accept-Encoding</code> HTTP header with version 5.816
+ and later, depending on if the modules required for libwww-perl's
compression facilities are installed. If you want your Validator to
support <abbr title="Secure Sockets Layer">SSL</abbr>/<abbr
title="Transport Layer Security">TLS</abbr>, see