summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2002-10-27 08:26:09 +0000
committerville <ville@localhost>2002-10-27 08:26:09 +0000
commit3e9ea34fec237190f20fc968462c729f0156a159 (patch)
tree6493ae1016d4161abd013955b18ca3c1fc17e933
parente987231817c99585ba1e10ed111fbc23e975e511 (diff)
downloadmarkup-validator-3e9ea34fec237190f20fc968462c729f0156a159.zip
markup-validator-3e9ea34fec237190f20fc968462c729f0156a159.tar.gz
markup-validator-3e9ea34fec237190f20fc968462c729f0156a159.tar.bz2
Remove HTTP/1.1 from TODO, add TermReadKey module recommendation.
-rwxr-xr-xhtdocs/docs/checklink.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/htdocs/docs/checklink.html b/htdocs/docs/checklink.html
index 69b24b6..78634d0 100755
--- a/htdocs/docs/checklink.html
+++ b/htdocs/docs/checklink.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: checklink.html,v 1.2 2002-10-25 21:00:57 ville Exp $"
---><!--#set var="date" value="\$Date: 2002-10-25 21:00:57 $"
+<!--#set var="revision" value="\$Id: checklink.html,v 1.3 2002-10-27 08:26:09 ville Exp $"
+--><!--#set var="date" value="\$Date: 2002-10-27 08:26:09 $"
--><!--#set var="title" value="W3C Link Checker documentation"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -95,11 +95,6 @@
A <code>Referer</code> header should be sent out.
</li>
<li>
- Use an HTTP/1.1 library (such as the
- <a href="http://www.w3.org/Jigsaw/">Jigsaw</a> client library)
- for efficiency reasons.
- </li>
- <li>
Add XML and <a href="http://www.w3.org/XML/Linking">XLink</a> support.
</li>
<li>
@@ -157,11 +152,12 @@
these installed. For an introduction to installing Perl modules,
see <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">The CPAN FAQ</a>.
<ul>
- <li><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a></li>
+ <li><a href="http://search.cpan.org/dist/libwww-perl/">libwww-perl</a> (version 5.60 or newer if you want HTTP/1.1 with <code>Keep-Alive</code></li>
<li><a href="http://search.cpan.org/dist/HTML-Parser/">HTML-Parser</a> (version 3.00 or newer)</li>
<li><a href="http://search.cpan.org/dist/CGI.pm/">CGI.pm</a></li>
<li><a href="http://search.cpan.org/dist/URI/">URI</a></li>
<li><a href="http://search.cpan.org/dist/Time-HiRes/">Time-HiRes</a></li>
+ <li><a href="http://search.cpan.org/dist/TermReadKey/">TermReadKey</a> (optional but recommended for all platforms; required for password input in command line mode for systems that don't have the <code>stty</code> command, eg. Windows)</li>
</ul>
</li>
<li>