perl/modules/W3C/LinkChecker/bin checklink,3.36,3.37

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv6539/bin

Modified Files:
	checklink 
Log Message:
Add instructions how to allow us in /robots.txt, and include a link to it in the results.

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 3.36
retrieving revision 3.37
diff -u -d -r3.36 -r3.37
--- checklink	19 Apr 2004 20:10:38 -0000	3.36
+++ checklink	20 Apr 2004 17:13:26 -0000	3.37
@@ -1794,7 +1794,7 @@
                501 => 'Could not check this link: method not implemented or scheme not supported.',
                503 => 'The server cannot service the request, for some unknown reason.',
                # Non-HTTP codes:
-               RC_ROBOTS_TXT() => 'The link was not checked due to <a href="http://www.robotstxt.org/wc/exclusion.html#robotstxt">robots exclusion rules</a>. Check the link manually.',
+               RC_ROBOTS_TXT() => "The link was not checked due to <a href=\"http://www.robotstxt.org/wc/exclusion.html#robotstxt\">robots exclusion rules</a>. Check the link manually, and see also the link checker <a href=\"$Cfg{Doc_URI}#bot\">documentation on robots exclusion</a>.",
                RC_DNS_ERROR() => 'The hostname could not be resolved. This link needs to be fixed.',
              );
   my %priority = ( 410 => 1,

Received on Tuesday, 20 April 2004 13:13:33 UTC