link-checker commit: Add/revise accesskeys.

changeset:   83:bb21512da8d3
user:        ville
date:        Wed Jun 02 19:07:19 2004 +0000
files:       bin/checklink docs/checklink.html
description:
Add/revise accesskeys.
(l=linkchecker,i=download/install,d=docs,m=markup validator,s=skip navigation)


diff -r dc29f1f530ee -r bb21512da8d3 bin/checklink
--- a/bin/checklink	Wed Jun 02 19:02:21 2004 +0000
+++ b/bin/checklink	Wed Jun 02 19:07:19 2004 +0000
@@ -5,7 +5,7 @@
 # (c) 1999-2004 World Wide Web Consortium
 # based on Renaud Bruyeron's checklink.pl
 #
-# $Id: checklink,v 3.53 2004-06-02 19:02:21 ville Exp $
+# $Id: checklink,v 3.54 2004-06-02 19:07:19 ville Exp $
 #
 # This program is licensed under the W3C(r) Software License:
 #       http://www.w3.org/Consortium/Legal/copyright-software
@@ -112,7 +112,7 @@
   $PACKAGE       = 'W3C Link Checker';
   $PROGRAM       = 'W3C-checklink';
   $VERSION       = '3.9.3-dev';
-  my ($cvsver)   = q$Revision: 3.53 $ =~ /(\d+[\d\.]*\.\d+)/;
+  my ($cvsver)   = q$Revision: 3.54 $ =~ /(\d+[\d\.]*\.\d+)/;
   $REVISION      = sprintf('version %s [%s] (c) 1999-2004 W3C',
                            $VERSION, $cvsver);
   $AGENT         = sprintf('%s/%s [%s] %s',
@@ -2007,9 +2007,9 @@
 <div id="banner"><h1 id="title"><a href="http://www.w3.org/" title="W3C"><img alt="W3C" id="logo" src="http://www.w3.org/Icons/w3c_home" height="48" width="72"></a> Link Checker%s</h1></div>
 <ul class="navbar" id="menu">
   <li><span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
-  <li><a href="%s" 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://validator.w3.org/" accesskey="h" title="Validate your markup with the W3C Markup Validation Service">Validator</a></li>
+  <li><a href="%s" accesskey="d" title="Documentation for this Link Checker Service">Docs</a></li>
+  <li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" accesskey="i" title="Download the source / Install this service">Download</a></li>
+  <li><a href="http://validator.w3.org/" accesskey="m" title="Validate your markup with the W3C Markup Validation Service">Validator</a></li>
 </ul>
 EOF
 }
diff -r dc29f1f530ee -r bb21512da8d3 docs/checklink.html
--- a/docs/checklink.html	Wed Jun 02 19:02:21 2004 +0000
+++ b/docs/checklink.html	Wed Jun 02 19:07:19 2004 +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.18 2004-05-31 05:54:39 ot Exp $" />
+    <meta name="revision" content="$Id: checklink.html,v 1.19 2004-06-02 19:07:19 ville Exp $" />
   </head>
 
   <body>
@@ -19,15 +19,14 @@
 
     <ul class="navbar" id="menu">
         <li><span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
-        <li><a href="http://validator.w3.org/checklink" 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://validator.w3.org/checklink" accesskey="l" title="The Link Checker Service at W3C">Link Checker</a></li>
+        <li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" accesskey="i" title="Download the source / Install this service">Download</a></li>
         <li>
-        <a href="http://validator.w3.org" accesskey="h" title="Validate your markup with the  W3C Markup Validation Service">Validator</a></li>
+        <a href="http://validator.w3.org" accesskey="m" title="Validate your markup with the W3C Markup Validation Service">Validator</a></li>
     </ul>
 
-
     <div id="main">
-   <a name="skip" id="skip"></a> 
+    <a name="skip" id="skip"></a>
     <ul>
       <li><a href="#about">About this service</a></li>
       <li><a href="#what">What it does</a></li>
@@ -242,7 +241,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: 2004-05-31 05:54:39 $
+      $Date: 2004-06-02 19:07:19 $
     </address>
     <p class="copyright">
       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2004

Received on Thursday, 5 August 2010 14:47:09 UTC