- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 13 Sep 2007 07:43:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv2724/bin
Modified Files:
checklink
Log Message:
adding tagline - better wording dearly welcome
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.65
retrieving revision 4.66
diff -u -d -r4.65 -r4.66
--- checklink 13 Sep 2007 07:28:21 -0000 4.65
+++ checklink 13 Sep 2007 07:43:56 -0000 4.66
@@ -2167,9 +2167,13 @@
sub banner ($)
{
- my ($title) = @_;
- printf(<<'EOF', &encode($title));
-<div id="banner"><h1 id="title"><a href="http://www.w3.org/" title="W3C"><img alt="W3C" id="logo" src="http://validator.w3.org/images/w3c.png"></a> Link Checker%s</h1></div>
+
+ my $tagline ="Check links and anchors in Web pages or full Web sites";
+
+ printf(<<'EOF', $tagline);
+<div id="banner"><h1 id="title"><a href="http://www.w3.org/" title="W3C"><img alt="W3C" id="logo" src="http://validator.w3.org/images/w3c.png"></a>
+<a href="checklink"><span>Link Checker</span></a></h1>
+<p id="tagline">%s</p></div>
<div id="main">
EOF
return;
Received on Thursday, 13 September 2007 07:44:02 UTC