cbc5f120e0
Another HTML-Lint is another HTML checker written in Perl. This package includes individual command and CGI gateway. Invokng htmllint without any argument puts the usage string. It supports various HTML versions and variants. From usage string: HTML1.0, HTML2.0, HTML2.x, HTML+, HTML3.0, HTML3.2, HTML4.0 Strict, HTML4.0 Transitional, HTML4.0 Frameset, HTML4.0 Mobile, HTML4.01 Strict, HTML4.01 Transitional, HTML4.01-frameset, XHTML1.0 Strict, XHTML1.0 Transitional, XHTML1.0 Frameset, XHTML1.1, XHTML Basic, ISO/IEC 15545, Netscape Navigator (2.0, 3.0, 4.0), Microsoft Internet Explorer (3.0 beta, 3.0, 4.0, 5.0, 5.5), IBM WebExplorer 1.1, Compact HTML, NTT DoCoMo iMode (1.0, 2.0), J-SkyWeb, J-SkyWeb Station, TTNet dot-i, HTML variant for patent application in Japan
16 lines
439 B
Text
16 lines
439 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2001/03/14 05:13:04 kei Exp $
|
|
|
|
--- htmllint.orig Fri Mar 17 10:31:12 2000
|
|
+++ htmllint Mon Jan 29 11:33:12 2001
|
|
@@ -1,9 +1,10 @@
|
|
-#!/usr/local/bin/perl
|
|
+#!@PREFIX@/bin/perl
|
|
|
|
# Another HTML-lint ###########################################
|
|
|
|
use File::Basename;
|
|
push @INC => [&fileparse($0)]->[1];
|
|
+push @INC => '@PREFIX@/share/httpd/htdocs/htmllint'; # XXX
|
|
|
|
# $add_options = '-noscore -pedantic etc...';
|
|
|