- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:59 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 84:56ef154fe3da
user: ville
date: Tue Jun 08 17:15:02 2004 +0000
files: bin/checklink docs/checklink.html docs/linkchecker.css
description:
Remove the "Skip navigation" link as it is not too useful at the moment.
diff -r bb21512da8d3 -r 56ef154fe3da bin/checklink
--- a/bin/checklink Wed Jun 02 19:07:19 2004 +0000
+++ b/bin/checklink Tue Jun 08 17:15:02 2004 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2004 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 3.54 2004-06-02 19:07:19 ville Exp $
+# $Id: checklink,v 3.55 2004-06-08 17:15:02 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.54 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 3.55 $ =~ /(\d+[\d\.]*\.\d+)/;
$REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C',
$VERSION, $cvsver);
$AGENT = sprintf('%s/%s [%s] %s',
@@ -2006,7 +2006,6 @@
printf(<<'EOF', &encode($title), $Cfg{Doc_URI});
<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" 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>
diff -r bb21512da8d3 -r 56ef154fe3da docs/checklink.html
--- a/docs/checklink.html Wed Jun 02 19:07:19 2004 +0000
+++ b/docs/checklink.html Tue Jun 08 17:15:02 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.19 2004-06-02 19:07:19 ville Exp $" />
+ <meta name="revision" content="$Id: checklink.html,v 1.20 2004-06-08 17:15:02 ville Exp $" />
</head>
<body>
@@ -18,7 +18,6 @@
</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="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>
@@ -26,7 +25,6 @@
</ul>
<div id="main">
- <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>
@@ -241,7 +239,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-06-02 19:07:19 $
+ $Date: 2004-06-08 17:15:02 $
</address>
<p class="copyright">
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2004
diff -r bb21512da8d3 -r 56ef154fe3da docs/linkchecker.css
--- a/docs/linkchecker.css Wed Jun 02 19:07:19 2004 +0000
+++ b/docs/linkchecker.css Tue Jun 08 17:15:02 2004 +0000
@@ -4,7 +4,7 @@
Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: linkchecker.css,v 1.4 2004-05-31 07:04:53 ot Exp $
+ $Id: linkchecker.css,v 1.5 2004-06-08 17:15:02 ville Exp $
*/
html, body {
@@ -16,11 +16,9 @@
border: 0;
}
-.hideme {display: none}
-
div#main {
padding-top: 1em;
- margin: 0;
+ margin: 0;
}
div#main p {
Received on Thursday, 5 August 2010 14:47:08 UTC