- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:17 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 263:f7c3810fbe96
user: ot
date: Tue Jan 06 22:19:33 2009 +0000
files: bin/checklink
description:
broken stuff report is not only about broken links - may as well be clearer and frustrate people less
diff -r 127e9b71cea1 -r f7c3810fbe96 bin/checklink
--- a/bin/checklink Tue Jan 06 22:09:57 2009 +0000
+++ b/bin/checklink Tue Jan 06 22:19:33 2009 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2009 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.130 2009-01-06 22:09:22 ot Exp $
+# $Id: checklink,v 4.131 2009-01-06 22:19:33 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.130 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.131 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver,
(W3C::UserAgent::USE_ROBOT_UA
@@ -2221,7 +2221,7 @@
} else {
print_doc_header();
print('<h3>') if $Opts{HTML};
- print("\nList of broken links");
+ print("\nList of broken links and other issues");
#print(' and redirects') if $Opts{Redirects};
# Sort the URI's by HTTP Code
Received on Thursday, 5 August 2010 14:47:27 UTC