- From: Ville Skytta <ville@dev.w3.org>
- Date: Sun, 07 Nov 2004 11:17:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv21512/docs
Modified Files:
checklink.html
Log Message:
Deprecate the -y/--proxy option in favour of the http_proxy env variable.
Index: checklink.html
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/checklink.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- checklink.html 6 Nov 2004 11:39:28 -0000 1.24
+++ checklink.html 7 Nov 2004 11:17:55 -0000 1.25
@@ -179,6 +179,13 @@
</p>
<p>
+ The link checker honors proxy settings from the
+ <code><em>scheme</em>_proxy</code> environment variables. See
+ <a href="http://search.cpan.org/dist/libwww-perl/lib/LWP.pm#ENVIRONMENT">LWP(3)</a>
+ for more information.
+ </p>
+
+ <p>
Some environment variables affect the way how the link checker uses
<a href="http://www.ietf.org/rfc/rfc959.txt"><abbr title="File Transfer Protocol">FTP</abbr></a>.
In particular, passive mode is the default. See
Received on Sunday, 7 November 2004 11:17:58 UTC