- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:16 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 260:d425c31336a8
user: ot
date: Tue Jan 06 21:01:39 2009 +0000
files: bin/checklink
description:
making sure broken links get seen first. They are the prime concern. Moving the fragments report lower.
diff -r ad85814d5741 -r d425c31336a8 bin/checklink
--- a/bin/checklink Tue Jan 06 20:37:48 2009 +0000
+++ b/bin/checklink Tue Jan 06 21:01:39 2009 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2009 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.128 2009-01-06 20:37:48 ot Exp $
+# $Id: checklink,v 4.129 2009-01-06 21:01:39 ot Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -260,7 +260,7 @@
$PROGRAM = 'W3C-checklink';
$VERSION = '4.3';
$REVISION = sprintf('version %s (c) 1999-2009 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.128 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.129 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver,
(W3C::UserAgent::USE_ROBOT_UA
@@ -1061,8 +1061,8 @@
}
print "\n" unless $Opts{Quiet};
+ &links_summary(\%links, \%results, \%broken, \%redirects);
&anchors_summary($p->{Anchors}, \%errors);
- &links_summary(\%links, \%results, \%broken, \%redirects);
# Do we want to process other documents?
if ($depth != 0) {
Received on Thursday, 5 August 2010 14:47:30 UTC