- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:06 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 156:75e4dbde582b
user: ville
date: Tue Mar 20 19:57:06 2007 +0000
files: README bin/checklink docs/checklink.html docs/linkchecker.css
description:
2007
diff -r f33c9be6d3bc -r 75e4dbde582b README
--- a/README Tue Mar 20 19:51:01 2007 +0000
+++ b/README Tue Mar 20 19:57:06 2007 +0000
@@ -37,7 +37,7 @@
- Ville Skyttä <ville.skytta@iki.fi>
- The W3C Link Checker Team <www-validator@w3.org>
-Copyright (C) 1994-2006 World Wide Web Consortium, (Massachusetts
+Copyright (C) 1994-2007 World Wide Web Consortium, (Massachusetts
Institute of Technology, European Research Consortium for Informatics
and Mathematics, Keio University). All Rights Reserved. This work is
distributed under the W3C(R) Software License [1] in the hope that it
diff -r f33c9be6d3bc -r 75e4dbde582b bin/checklink
--- a/bin/checklink Tue Mar 20 19:51:01 2007 +0000
+++ b/bin/checklink Tue Mar 20 19:57:06 2007 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2006 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.44 2007-03-20 19:51:01 ville Exp $
+# $Id: checklink,v 4.45 2007-03-20 19:57:06 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -127,8 +127,8 @@
$PACKAGE = 'W3C Link Checker';
$PROGRAM = 'W3C-checklink';
$VERSION = '4.3';
- $REVISION = sprintf('version %s (c) 1999-2006 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.44 $ =~ /(\d+[\d\.]*\.\d+)/;
+ $REVISION = sprintf('version %s (c) 1999-2007 W3C', $VERSION);
+ my ($cvsver) = q$Revision: 4.45 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
diff -r f33c9be6d3bc -r 75e4dbde582b docs/checklink.html
--- a/docs/checklink.html Tue Mar 20 19:51:01 2007 +0000
+++ b/docs/checklink.html Tue Mar 20 19:57:06 2007 +0000
@@ -6,7 +6,7 @@
<title>W3C Link Checker Documentation</title>
<link rev="made" href="mailto:www-validator@w3.org" />
<style type="text/css" media="all">@import "linkchecker.css";</style>
- <meta name="revision" content="$Id: checklink.html,v 1.35 2006-09-21 15:49:57 ville Exp $" />
+ <meta name="revision" content="$Id: checklink.html,v 1.36 2007-03-20 19:57:06 ville Exp $" />
</head>
<body>
@@ -305,10 +305,10 @@
alt="Valid XHTML 1.0!" /></a>
<a title="Send Feedback for the W3C Link Checker"
href="http://validator.w3.org/feedback.html">The W3C Validator Team</a><br />
- $Date: 2006-09-21 15:49:57 $
+ $Date: 2007-03-20 19:57:06 $
</address>
<p class="copyright">
- <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2006
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2007
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
(<a href="http://www.lcs.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
diff -r f33c9be6d3bc -r 75e4dbde582b docs/linkchecker.css
--- a/docs/linkchecker.css Tue Mar 20 19:51:01 2007 +0000
+++ b/docs/linkchecker.css Tue Mar 20 19:57:06 2007 +0000
@@ -1,10 +1,10 @@
/*
Base Style Sheet for the W3C Link Checker.
- Copyright 2000-2006 W3C (MIT, INRIA, Keio). All Rights Reserved.
+ Copyright 2000-2007 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: linkchecker.css,v 1.14 2006-10-15 18:25:51 ville Exp $
+ $Id: linkchecker.css,v 1.15 2007-03-20 19:57:06 ville Exp $
*/
html, body {
Received on Thursday, 5 August 2010 14:47:15 UTC