perl/modules/W3C/LinkChecker/docs checklink.html,1.13,1.14

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

Modified Files:
	checklink.html 
Log Message:
Make sleep time between requests to each server configurable in command
line use (-S/--sleep, defaults to 1 second), remove old "sleep 3 seconds
between documents" feature, and show used settings in the results.


Index: checklink.html
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/checklink.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- checklink.html	10 Apr 2004 17:00:56 -0000	1.13
+++ checklink.html	11 Apr 2004 19:33:41 -0000	1.14
@@ -94,8 +94,10 @@
 
     <p>
       In the online version (and in general, when run as a CGI script),
-      the number of documents that can be checked recursively is limited
-      and there is a delay between each document checked to avoid abuses.
+      the number of documents that can be checked recursively is limited.
+      Both the command line version and the online one sleep at least one
+      second between requests to each server to avoid abuses and target
+      server congestion.
     </p>
 
     <h2><a name="install" id="install">Install it locally</a></h2>

Received on Sunday, 11 April 2004 15:33:49 UTC