- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:02 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 116:23ed8710ac7a user: ville date: Sun Jan 09 20:43:36 2005 +0000 files: README bin/checklink docs/checklink.html docs/linkchecker.css description: 2005. diff -r d77c626485be -r 23ed8710ac7a README --- a/README Wed Nov 24 19:02:49 2004 +0000 +++ b/README Sun Jan 09 20:43:36 2005 +0000 @@ -37,7 +37,7 @@ - Ville Skyttä <ville.skytta@iki.fi> - The W3C Link Checker Team <www-validator@w3.org> -Copyright (C) 1994-2004 World Wide Web Consortium, (Massachusetts +Copyright (C) 1994-2005 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 d77c626485be -r 23ed8710ac7a bin/checklink --- a/bin/checklink Wed Nov 24 19:02:49 2004 +0000 +++ b/bin/checklink Sun Jan 09 20:43:36 2005 +0000 @@ -2,10 +2,10 @@ # # W3C Link Checker # by Hugo Haas <hugo@w3.org> -# (c) 1999-2004 World Wide Web Consortium +# (c) 1999-2005 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink,v 4.14 2004-11-23 20:50:46 ville Exp $ +# $Id: checklink,v 4.15 2005-01-09 20:43:36 ville Exp $ # # This program is licensed under the W3C(r) Software License: # http://www.w3.org/Consortium/Legal/copyright-software @@ -109,8 +109,8 @@ $PACKAGE = 'W3C Link Checker'; $PROGRAM = 'W3C-checklink'; $VERSION = '4.1'; - $REVISION = sprintf('version %s (c) 1999-2004 W3C', $VERSION); - my ($cvsver) = q$Revision: 4.14 $ =~ /(\d+[\d\.]*\.\d+)/; + $REVISION = sprintf('version %s (c) 1999-2005 W3C', $VERSION); + my ($cvsver) = q$Revision: 4.15 $ =~ /(\d+[\d\.]*\.\d+)/; $AGENT = sprintf('%s/%s [%s] %s', $PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent()); diff -r d77c626485be -r 23ed8710ac7a docs/checklink.html --- a/docs/checklink.html Wed Nov 24 19:02:49 2004 +0000 +++ b/docs/checklink.html Sun Jan 09 20:43:36 2005 +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.27 2004-11-23 20:13:36 ville Exp $" /> + <meta name="revision" content="$Id: checklink.html,v 1.28 2005-01-09 20:43:36 ville Exp $" /> </head> <body> @@ -273,10 +273,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: 2004-11-23 20:13:36 $ + $Date: 2005-01-09 20:43:36 $ </address> <p class="copyright"> - <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2004 + <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2005 <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 d77c626485be -r 23ed8710ac7a docs/linkchecker.css --- a/docs/linkchecker.css Wed Nov 24 19:02:49 2004 +0000 +++ b/docs/linkchecker.css Sun Jan 09 20:43:36 2005 +0000 @@ -1,10 +1,10 @@ /* Base Style Sheet for the W3C Link Checker. - Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved. + Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: linkchecker.css,v 1.10 2004-06-11 18:55:39 ville Exp $ + $Id: linkchecker.css,v 1.11 2005-01-09 20:43:36 ville Exp $ */ html, body {
Received on Thursday, 5 August 2010 14:47:14 UTC