perl/modules/W3C/LinkChecker/bin checklink,4.12,4.13

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

Modified Files:
	checklink 
Log Message:
warning note about delay in summary only mode

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.12
retrieving revision 4.13
diff -u -d -r4.12 -r4.13
--- checklink	7 Nov 2004 11:17:55 -0000	4.12
+++ checklink	11 Nov 2004 06:44:57 -0000	4.13
@@ -693,6 +693,12 @@
 EOF
   }
 
+  if ($Opts{Summary_Only}) {
+    if ($Opts{HTML}) { print '<p>'}
+    print 'This may take some time';
+    if ($Opts{HTML}) { print '... (<a href="'.$Cfg{Doc_URI}.'#wait">why?</a>)</p>'}
+    else { print " if the document has many links to check.\n"}
+  }
   # Record that we have processed this resource
   $processed{$absolute_uri} = 1;
   # Parse the document

Received on Thursday, 11 November 2004 06:45:03 UTC