- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:05 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 142:e83242760f48
user: ville
date: Thu May 25 14:11:03 2006 +0000
files: README bin/checklink docs/checklink.html docs/linkchecker.css
description:
2006.
diff -r 5c022497f85c -r e83242760f48 README
--- a/README Thu May 25 14:07:52 2006 +0000
+++ b/README Thu May 25 14:11:03 2006 +0000
@@ -37,7 +37,7 @@
- Ville Skyttä <ville.skytta@iki.fi>
- The W3C Link Checker Team <www-validator@w3.org>
-Copyright (C) 1994-2005 World Wide Web Consortium, (Massachusetts
+Copyright (C) 1994-2006 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 5c022497f85c -r e83242760f48 bin/checklink
--- a/bin/checklink Thu May 25 14:07:52 2006 +0000
+++ b/bin/checklink Thu May 25 14:11:03 2006 +0000
@@ -2,10 +2,10 @@
#
# W3C Link Checker
# by Hugo Haas <hugo@w3.org>
-# (c) 1999-2005 World Wide Web Consortium
+# (c) 1999-2006 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.32 2006-05-25 14:07:52 ville Exp $
+# $Id: checklink,v 4.33 2006-05-25 14:11:02 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -124,8 +124,8 @@
$PACKAGE = 'W3C Link Checker';
$PROGRAM = 'W3C-checklink';
$VERSION = '4.2.1';
- $REVISION = sprintf('version %s (c) 1999-2005 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.32 $ =~ /(\d+[\d\.]*\.\d+)/;
+ $REVISION = sprintf('version %s (c) 1999-2006 W3C', $VERSION);
+ my ($cvsver) = q$Revision: 4.33 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
diff -r 5c022497f85c -r e83242760f48 docs/checklink.html
--- a/docs/checklink.html Thu May 25 14:07:52 2006 +0000
+++ b/docs/checklink.html Thu May 25 14:11:03 2006 +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.33 2006-05-06 18:24:10 ville Exp $" />
+ <meta name="revision" content="$Id: checklink.html,v 1.34 2006-05-25 14:11:02 ville Exp $" />
</head>
<body>
@@ -297,10 +297,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-05-06 18:24:10 $
+ $Date: 2006-05-25 14:11:02 $
</address>
<p class="copyright">
- <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2005
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2006
<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 5c022497f85c -r e83242760f48 docs/linkchecker.css
--- a/docs/linkchecker.css Thu May 25 14:07:52 2006 +0000
+++ b/docs/linkchecker.css Thu May 25 14:11:03 2006 +0000
@@ -1,10 +1,10 @@
/*
Base Style Sheet for the W3C Link Checker.
- Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved.
+ Copyright 2000-2006 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: linkchecker.css,v 1.12 2005-04-09 14:44:34 ville Exp $
+ $Id: linkchecker.css,v 1.13 2006-05-25 14:11:03 ville Exp $
*/
html, body {
Received on Thursday, 5 August 2010 14:47:21 UTC