diff options
author | hugo <hugo@localhost> | 2000-01-28 21:19:17 +0000 |
---|---|---|
committer | hugo <hugo@localhost> | 2000-01-28 21:19:17 +0000 |
commit | bb906e05bff3d787b58648f1b2d9e268a30d0d7d (patch) | |
tree | 141edbb658b9440a2144d0251b3c7ef4649f4b25 /httpd/cgi-bin/LinkChecker.pl | |
parent | aa82c2e1b8e0e672a64802ed67f6164244cf10ce (diff) | |
download | markup-validator-bb906e05bff3d787b58648f1b2d9e268a30d0d7d.zip markup-validator-bb906e05bff3d787b58648f1b2d9e268a30d0d7d.tar.gz markup-validator-bb906e05bff3d787b58648f1b2d9e268a30d0d7d.tar.bz2 |
Added links to online versions
Diffstat (limited to 'httpd/cgi-bin/LinkChecker.pl')
-rwxr-xr-x | httpd/cgi-bin/LinkChecker.pl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/httpd/cgi-bin/LinkChecker.pl b/httpd/cgi-bin/LinkChecker.pl index 089c332..a282ab2 100755 --- a/httpd/cgi-bin/LinkChecker.pl +++ b/httpd/cgi-bin/LinkChecker.pl @@ -5,9 +5,15 @@ # (c) 1999-2000 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: LinkChecker.pl,v 1.24 2000-01-26 23:04:59 hugo Exp $ +# $Id: LinkChecker.pl,v 1.25 2000-01-28 21:19:17 hugo Exp $ # # This program is licensed under the W3C(r) License. +# +# See the CVSweb interface at: +# http://dev.w3.org/cvsweb/validator/httpd/cgi-bin/LinkChecker.pl +# +# An online version is available at: +# http://validator.w3.org/checklink package W3C::LinkChecker; require HTML::Parser; @@ -21,7 +27,7 @@ $| = 1; # Version info my $PROGRAM = 'W3C LinkChecker'; -my $VERSION = q$Revision: 1.24 $ . '(c) 1999-2000 W3C'; +my $VERSION = q$Revision: 1.25 $ . '(c) 1999-2000 W3C'; my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/; # State of the program |