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 | |
parent | aa82c2e1b8e0e672a64802ed67f6164244cf10ce (diff) | |
download | markup-validator-bb906e05bff3d787b58648f1b2d9e268a30d0d7d.zip markup-validator-bb906e05bff3d787b58648f1b2d9e268a30d0d7d.tar.gz markup-validator-bb906e05bff3d787b58648f1b2d9e268a30d0d7d.tar.bz2 |
Added links to online versions
-rwxr-xr-x | httpd/cgi-bin/LinkChecker.pl | 10 | ||||
-rwxr-xr-x | httpd/cgi-bin/checklink.pl | 10 |
2 files changed, 16 insertions, 4 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 diff --git a/httpd/cgi-bin/checklink.pl b/httpd/cgi-bin/checklink.pl index d65584e..4fd2b3b 100755 --- a/httpd/cgi-bin/checklink.pl +++ b/httpd/cgi-bin/checklink.pl @@ -5,9 +5,15 @@ # (c) 1999-2000 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink.pl,v 2.24 2000-01-26 23:04:59 hugo Exp $ +# $Id: checklink.pl,v 2.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/checklink.pl +# +# An online version is available at: +# http://validator.w3.org/checklink package W3C::CheckLink; require HTML::Parser; @@ -21,7 +27,7 @@ $| = 1; # Version info my $PROGRAM = 'W3C checklink'; -my $VERSION = q$Revision: 2.24 $ . '(c) 1999-2000 W3C'; +my $VERSION = q$Revision: 2.25 $ . '(c) 1999-2000 W3C'; my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/; # State of the program |