- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 17 Mar 2011 21:10:48 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 386:69f309744d27 user: Ville Skyttä <ville.skytta@iki.fi> date: Thu Mar 17 21:20:55 2011 +0200 files: META.yml Makefile.PL bin/checklink docs/checklink.html description: Link updates. diff -r 74a3e03b3520 -r 69f309744d27 META.yml --- a/META.yml Thu Mar 17 19:29:34 2011 +0200 +++ b/META.yml Thu Mar 17 21:20:55 2011 +0200 @@ -49,7 +49,7 @@ bugtracker: http://www.w3.org/Bugs/Public/ homepage: http://validator.w3.org/checklink MailingList: http://lists.w3.org/Archives/Public/www-validator/ - repository: http://dvcs.w3.org/hg/ + repository: http://dvcs.w3.org/hg/link-checker/ no_index: directory: - t diff -r 74a3e03b3520 -r 69f309744d27 Makefile.PL --- a/Makefile.PL Thu Mar 17 19:29:34 2011 +0200 +++ b/Makefile.PL Thu Mar 17 21:20:55 2011 +0200 @@ -72,7 +72,7 @@ resources => { homepage => 'http://validator.w3.org/checklink', bugtracker => 'http://www.w3.org/Bugs/Public/', - repository => 'http://dvcs.w3.org/hg/', + repository => 'http://dvcs.w3.org/hg/link-checker/', MailingList => 'http://lists.w3.org/Archives/Public/www-validator/', }, diff -r 74a3e03b3520 -r 69f309744d27 bin/checklink --- a/bin/checklink Thu Mar 17 19:29:34 2011 +0200 +++ b/bin/checklink Thu Mar 17 21:20:55 2011 +0200 @@ -11,8 +11,8 @@ # The documentation is at: # http://validator.w3.org/docs/checklink.html # -# See the Mercurial interface (the link-checker entry) at: -# http://dvcs.w3.org/hg/ +# See the Mercurial interface at: +# http://dvcs.w3.org/hg/link-checker/ # # An online version is available at: # http://validator.w3.org/checklink @@ -2767,7 +2767,7 @@ RC_ROBOTS_TXT() => sprintf( 'The link was not checked due to %srobots exclusion rules%s. Check the link manually, and see also the link checker %sdocumentation on robots exclusion%s.', $Opts{HTML} ? ( - '<a href="http://www.robotstxt.org/wc/exclusion.html#robotstxt">', + '<a href="http://www.robotstxt.org/robotstxt.html">', '</a>', "<a href=\"$Cfg{Doc_URI}#bot\">", '</a>' diff -r 74a3e03b3520 -r 69f309744d27 docs/checklink.html --- a/docs/checklink.html Thu Mar 17 19:29:34 2011 +0200 +++ b/docs/checklink.html Thu Mar 17 21:20:55 2011 +0200 @@ -10,7 +10,7 @@ <body> <div id="banner"><h1 id="title"><a href="http://www.w3.org/" title="W3C"><img alt="W3C" id="logo" src="../images/no_w3c.png" width="110" height="61" /></a> - <a href="checklink"><span>Link Checker</span></a></h1> + <a href="../checklink"><span>Link Checker</span></a></h1> <p id="tagline">Check links and anchors in Web pages or full Web sites</p></div> <div id="main"> <ul> @@ -45,9 +45,8 @@ <a href="http://search.cpan.org/dist/W3C-LinkChecker/"><abbr title="Comprehensive Perl Archive Network">CPAN</abbr></a> (released versions) and a - <a href="http://dvcs.w3.org/hg/">Mercurial repository</a> - (development and archived release versions; see the - <code>link-checker</code> entry there). + <a href="http://dvcs.w3.org/hg/link-checker/">Mercurial repository</a> + (development and archived release versions). </p> <h2><a name="what" id="what">What it does</a></h2> @@ -247,7 +246,8 @@ <p> 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 + <a href="http://www.robotstxt.org/robotstxt.html">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 the link checker to access all documents on a server and to disallow @@ -266,7 +266,7 @@ Robots exlusion support in the link checker is based on the <a href="http://search.cpan.org/dist/libwww-perl/lib/LWP/RobotUA.pm">LWP::RobotUA</a> Perl module. It currently supports the - "<a href="http://www.robotstxt.org/wc/norobots.html">original 1994 version</a>" + "<a href="http://www.robotstxt.org/orig.html">original 1994 version</a>" of the standard. The robots META tag, ie. <code><meta name="robots" content="..."></code>, is not supported. Other than that, the link checker's implementation goes all the way @@ -330,7 +330,7 @@ <p class="copyright"> <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2011 <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.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved.
Received on Thursday, 17 March 2011 21:10:50 UTC