summaryrefslogtreecommitdiffstats
path: root/httpd/cgi-bin/LinkChecker.pl
diff options
context:
space:
mode:
authorhugo <hugo@localhost>2000-01-28 21:19:17 +0000
committerhugo <hugo@localhost>2000-01-28 21:19:17 +0000
commitbb906e05bff3d787b58648f1b2d9e268a30d0d7d (patch)
tree141edbb658b9440a2144d0251b3c7ef4649f4b25 /httpd/cgi-bin/LinkChecker.pl
parentaa82c2e1b8e0e672a64802ed67f6164244cf10ce (diff)
downloadmarkup-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-xhttpd/cgi-bin/LinkChecker.pl10
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