- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Jan 2009 12:11:09 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv5240/htdocs/docs
Modified Files:
install.html
Log Message:
If not in debug mode, set Accept-Encoding to what LWP (>= 5.816) can handle.
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- install.html 4 Jan 2009 11:34:56 -0000 1.41
+++ install.html 4 Jan 2009 12:11:07 -0000 1.42
@@ -155,7 +155,10 @@
support for downloading pages off the net comes from. Version 5.800
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. If you want your Validator to
+ 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
+ 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
<a href="http://search.cpan.org/dist/libwww-perl/README.SSL">README.SSL</a>
Received on Sunday, 4 January 2009 12:11:18 UTC