summaryrefslogtreecommitdiffstats
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
parentaa82c2e1b8e0e672a64802ed67f6164244cf10ce (diff)
downloadmarkup-validator-bb906e05bff3d787b58648f1b2d9e268a30d0d7d.zip
markup-validator-bb906e05bff3d787b58648f1b2d9e268a30d0d7d.tar.gz
markup-validator-bb906e05bff3d787b58648f1b2d9e268a30d0d7d.tar.bz2
Added links to online versions
-rwxr-xr-xhttpd/cgi-bin/LinkChecker.pl10
-rwxr-xr-xhttpd/cgi-bin/checklink.pl10
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