- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:26 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 351:dfdcf2d8782d user: ville date: Sun Mar 07 16:34:35 2010 +0000 files: bin/checklink docs/checklink.html description: Comment updates. diff -r 2cb47141240c -r dfdcf2d8782d bin/checklink --- a/bin/checklink Thu Mar 04 21:59:55 2010 +0000 +++ b/bin/checklink Sun Mar 07 16:34:35 2010 +0000 @@ -5,7 +5,7 @@ # (c) 1999-2010 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink,v 4.186 2010-03-04 21:59:55 ville Exp $ +# $Id: checklink,v 4.187 2010-03-07 16:34:34 ville Exp $ # # This program is licensed under the W3C(r) Software License: # http://www.w3.org/Consortium/Legal/copyright-software @@ -251,9 +251,11 @@ audio => ['src'], blockquote => ['cite'], body => ['background'], - del => ['cite'], - # proprietary + # button/@formaction not checked (side effects) + del => ['cite'], + + # @pluginspage, @pluginurl, @href: pre-HTML5 proprietary embed => ['href', 'pluginspage', 'pluginurl', 'src'], # form/@action not checked (side effects) @@ -262,7 +264,7 @@ img => ['longdesc', 'src'], ins => ['cite'], - # input/@action not checked (side effects) + # input/@action, input/@formaction not checked (side effects) input => ['src'], link => ['href'], object => ['data'], @@ -299,7 +301,7 @@ $PROGRAM = 'W3C-checklink'; $VERSION = '4.5'; $REVISION = sprintf('version %s (c) 1999-2010 W3C', $VERSION); - my ($cvsver) = q$Revision: 4.186 $ =~ /(\d+[\d\.]*\.\d+)/; + my ($cvsver) = q$Revision: 4.187 $ =~ /(\d+[\d\.]*\.\d+)/; $AGENT = sprintf( '%s/%s [%s] %s', $PROGRAM, $VERSION, $cvsver, diff -r 2cb47141240c -r dfdcf2d8782d docs/checklink.html --- a/docs/checklink.html Thu Mar 04 21:59:55 2010 +0000 +++ b/docs/checklink.html Sun Mar 07 16:34:35 2010 +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.58 2010-02-04 19:15:47 ville Exp $" /> + <meta name="revision" content="$Id: checklink.html,v 1.59 2010-03-07 16:34:35 ville Exp $" /> </head> <body> @@ -245,7 +245,7 @@ <h2><a name="bot" id="bot">Robots exclusion</a></h2> <p> - As of version 4.0, the link checker honors + The link checker honors <a href="http://www.robotstxt.org/wc/exclusion.html#robotstxt">robots exclusion rules</a>. To place rules specific to the W3C Link Checker in <code>/robots.txt</code> files, sites can use the <code>W3C-checklink</code> user agent string. For example, to allow @@ -325,7 +325,7 @@ <address> <a title="Send Feedback for the W3C Link Checker" href="http://validator.w3.org/feedback.html">The W3C Validator Team</a><br /> - $Date: 2010-02-04 19:15:47 $ + $Date: 2010-03-07 16:34:35 $ </address> <p class="copyright"> <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2010
Received on Thursday, 5 August 2010 14:47:38 UTC