- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:59 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 78:9379c4c529f0
user: ville
date: Tue Jun 01 21:55:54 2004 +0000
files: bin/checklink bin/checklink.pod etc/checklink.conf
description:
Typo and consistency fixes.
diff -r 224ca98f526f -r 9379c4c529f0 bin/checklink
--- a/bin/checklink Tue Jun 01 21:49:59 2004 +0000
+++ b/bin/checklink Tue Jun 01 21:55:54 2004 +0000
@@ -5,13 +5,13 @@
# (c) 1999-2004 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 3.48 2004-06-01 21:49:59 ville Exp $
+# $Id: checklink,v 3.49 2004-06-01 21:55:53 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
#
# The documentation is at:
-# http://validator.w3.org/docs/checlink.html
+# http://validator.w3.org/docs/checklink.html
#
# See the CVSweb interface at:
# http://dev.w3.org/cvsweb/perl/modules/W3C/LinkChecker/
@@ -112,7 +112,7 @@
$PACKAGE = 'W3C Link Checker';
$PROGRAM = 'W3C-checklink';
$VERSION = '3.9.3-dev';
- my ($cvsver) = q$Revision: 3.48 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 3.49 $ =~ /(\d+[\d\.]*\.\d+)/;
$REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C',
$VERSION, $cvsver);
$AGENT = sprintf('%s/%s [%s] %s',
diff -r 224ca98f526f -r 9379c4c529f0 bin/checklink.pod
--- a/bin/checklink.pod Tue Jun 01 21:49:59 2004 +0000
+++ b/bin/checklink.pod Tue Jun 01 21:55:54 2004 +0000
@@ -1,4 +1,4 @@
-$Id: checklink.pod,v 1.10 2004-05-03 20:49:07 ville Exp $
+$Id: checklink.pod,v 1.11 2004-06-01 21:55:53 ville Exp $
=head1 NAME
@@ -193,7 +193,7 @@
=head1 SEE ALSO
The documentation for this program is available on the web at
-L<http://www.w3.org/2000/07/checklink>.
+L<http://validator.w3.org/docs/checklink.html>.
L<LWP>, L<Net::FTP>, L<Net::NNTP>, L<Net::IP>, L<perlre>.
@@ -203,7 +203,7 @@
on Renaud Bruyeron's F<checklink.pl>. It has been enhanced by Ville Skyttä
and many other volunteers since. Use the E<lt>www-validator@w3.orgE<gt>
mailing list for feedback, and see
-L<http://www.w3.org/2000/07/checklink#csb> for more information.
+L<http://validator.w3.org/docs/checklink.html#csb> for more information.
This manual page was written by Frédéric Schütz <schutz@mathgen.ch>
for the Debian GNU/Linux system (but may be used by others).
diff -r 224ca98f526f -r 9379c4c529f0 etc/checklink.conf
--- a/etc/checklink.conf Tue Jun 01 21:49:59 2004 +0000
+++ b/etc/checklink.conf Tue Jun 01 21:55:54 2004 +0000
@@ -1,6 +1,6 @@
#
# Configuration file for the W3C Link Checker
-# $Id: checklink.conf,v 1.4 2004-05-31 05:54:39 ot Exp $
+# $Id: checklink.conf,v 1.5 2004-06-01 21:55:54 ville Exp $
#
# See Config::General(3) for the syntax; 'SplitPolicy' is 'equalsign' here.
#
@@ -43,7 +43,7 @@
#
-# Doc_URI is the URI to the link checker documentation, shown in the
+# Doc_URI is the URI to the Link Checker documentation, shown in the
# results report in CGI mode, and the usage message in command line mode.
# If you have installed the documentation locally somewhere, you may wish to
# change this to point to that version.
@@ -52,9 +52,8 @@
# Doc_URI = http://validator.w3.org/docs/checklink.html
#
-# Style_URI is the URI (relative or absolute of the style sheet to be used
-# by the Link Checker for display of interface and results
+# Style_URI is the URI (relative or absolute) of the style sheet to be used
+# by the Link Checker for display of interface and results.
#
# Default:
-#
-#Style_URI = http://validator.w3.org/docs/linkchecker.css
+# Style_URI = http://validator.w3.org/docs/linkchecker.css
Received on Thursday, 5 August 2010 14:47:07 UTC