diff options
author | link <link@localhost> | 2003-05-24 20:32:50 +0000 |
---|---|---|
committer | link <link@localhost> | 2003-05-24 20:32:50 +0000 |
commit | ad55505ac9e7be6346dc97f3f0f0082e9b4e88be (patch) | |
tree | c5d3f870a93a3ad458a7fd9d91b82a27291cc188 /htdocs/docs/checklink.html | |
parent | b6cb0baa3d77fad45374094a80c23629e59934a3 (diff) | |
download | markup-validator-ad55505ac9e7be6346dc97f3f0f0082e9b4e88be.zip markup-validator-ad55505ac9e7be6346dc97f3f0f0082e9b4e88be.tar.gz markup-validator-ad55505ac9e7be6346dc97f3f0f0082e9b4e88be.tar.bz2 |
Merging from validator-0_6_0-branch, at tag validator-0_6_2-beta1, to HEAD.
Diffstat (limited to 'htdocs/docs/checklink.html')
-rwxr-xr-x | htdocs/docs/checklink.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/htdocs/docs/checklink.html b/htdocs/docs/checklink.html index 08d264f..bf6ddb8 100755 --- a/htdocs/docs/checklink.html +++ b/htdocs/docs/checklink.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: checklink.html,v 1.5 2002-11-19 21:43:31 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-11-19 21:43:31 $" +<!--#set var="revision" value="\$Id: checklink.html,v 1.6 2003-05-24 20:32:46 link Exp $" +--><!--#set var="date" value="\$Date: 2003-05-24 20:32:46 $" --><!--#set var="title" value="W3C Link Checker documentation" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -103,6 +103,7 @@ <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/Config-General/">Config-General</a> (version 2.06 or newer)</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> @@ -110,6 +111,13 @@ Download the link checker from <a href="http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/checklink.pl">CVS</a>. </li> + <li> + Download the configuration file from + <a href="http://dev.w3.org/cvsweb/validator/htdocs/config/checklink.conf">CVS</a> + and install it to <code>/etc/w3c/checklink.conf</code> or set the + <code>W3C_CHECKLINK_CFG</code> environment variable to the location + where you installed it. + </li> </ol> <p> |