- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 30 Mar 2007 20:47:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin In directory hutz:/tmp/cvs-serv18233 Modified Files: checklink checklink.pod Log Message: Make --exclude-docs doc more accurate, mention it in "Settings used" if used. Index: checklink =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v retrieving revision 4.50 retrieving revision 4.51 diff -u -d -r4.50 -r4.51 --- checklink 30 Mar 2007 20:13:53 -0000 4.50 +++ checklink 30 Mar 2007 20:47:54 -0000 4.51 @@ -538,7 +538,7 @@ http://www.w3.org/TR/html4/Overview.html would be http://www.w3.org/TR/html4/ --exclude-docs REGEXP In recursive mode, do not check links in documents - whose URIs match REGEXP. + whose full, canonical URIs match REGEXP. -L, --languages LANGS Accept-Language header to send. The special value 'auto' causes autodetection from the environment. -q, --quiet No output if no errors are found (implies -s). @@ -692,6 +692,8 @@ - Accept-Language: %s - Sleeping %d second%s between requests to each server EOF + printf("- Excluding links in documents whose URIs match %s\n", + $Opts{Exclude_Docs}) if defined($Opts{Exclude_Docs}); } printf("\nProcessing\t%s\n\n", Index: checklink.pod =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink.pod,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- checklink.pod 15 Jun 2006 17:53:14 -0000 1.14 +++ checklink.pod 30 Mar 2007 20:47:55 -0000 1.15 @@ -70,8 +70,8 @@ =item B<--exclude-docs> I<regexp> -In recursive mode, do not check links in documents whose URIs match -I<regexp>. +In recursive mode, do not check links in documents whose full, canonical +URIs match I<regexp>. =item B<-L, --languages> I<accept-language>
Received on Friday, 30 March 2007 20:48:01 UTC