- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:09 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 187:2b9a1795ff62
user: ville
date: Thu Sep 13 16:38:23 2007 +0000
files: bin/checklink docs/checklink.html
description:
Reassign accesskey 2 to downloads.
diff -r c153851a32e7 -r 2b9a1795ff62 bin/checklink
--- a/bin/checklink Thu Sep 13 15:45:50 2007 +0000
+++ b/bin/checklink Thu Sep 13 16:38:23 2007 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2007 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.67 2007-09-13 15:42:41 ville Exp $
+# $Id: checklink,v 4.68 2007-09-13 16:38:22 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -204,7 +204,7 @@
$PROGRAM = 'W3C-checklink';
$VERSION = '4.3';
$REVISION = sprintf('version %s (c) 1999-2007 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.67 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.68 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());
@@ -2226,7 +2226,7 @@
</div><!-- main -->
<ul class="navbar" id="menu">
<li><a href="%s" accesskey="3" title="Documentation for this Link Checker Service">Docs</a></li>
- <li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" title="Download the source / Install this service">Download</a></li>
+ <li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" accesskey="2" title="Download the source / Install this service">Download</a></li>
<li><a href="%s#csb" title="feedback: comments, suggestions and bugs" accesskey="4">Feedback</a></li>
<li><a href="http://validator.w3.org/" title="Validate your markup with the W3C Markup Validation Service">Validator</a></li>
</ul>
diff -r c153851a32e7 -r 2b9a1795ff62 docs/checklink.html
--- a/docs/checklink.html Thu Sep 13 15:45:50 2007 +0000
+++ b/docs/checklink.html Thu Sep 13 16:38:23 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.38 2007-09-13 15:45:50 ville Exp $" />
+ <meta name="revision" content="$Id: checklink.html,v 1.39 2007-09-13 16:38:23 ville Exp $" />
</head>
<body>
@@ -111,16 +111,7 @@
</p>
<ol>
<li>Home: access key "1" leads back to the service's home page.</li>
- <li>Skip Navigation: access key "2"...
- <ul>
- <li>... in results pages, leads you to the beginning of the actual
- results.</li>
- <li>... in documentation pages, leads you to the table of
- contents.</li>
- <li>... in other pages (home page, advanced interface pages),
- leads you to the first form.</li>
- </ul>
- </li>
+ <li>Downloads: access key "2" leads to downloads.</li>
<li>Documentation: access key "3" leads to the documentation index for
the service.</li>
<li>Feedback: access key "4" leads to the feedback instructions.</li>
@@ -295,7 +286,7 @@
<ul class="navbar" id="menu">
<li><a href="http://validator.w3.org/checklink" accesskey="1" title="The Link Checker Service at W3C">Link Checker</a></li>
- <li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" title="Download the source / Install this service">Download</a></li>
+ <li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" accesskey="2" title="Download the source / Install this service">Download</a></li>
<li><a href="#csb" title="feedback: comments, suggestions and bugs" accesskey="4">Feedback</a></li>
<li><a href="http://validator.w3.org" title="Validate your markup with the W3C Markup Validation Service">Validator</a></li>
</ul>
@@ -306,7 +297,7 @@
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: 2007-09-13 15:45:50 $
+ $Date: 2007-09-13 16:38:23 $
</address>
<p class="copyright">
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2007
Received on Thursday, 5 August 2010 14:47:21 UTC