2019-09-15 14:51:29 +02:00
|
|
|
$NetBSD: patch-ai,v 1.2 2019/09/15 12:51:29 mef Exp $
|
Initial import of 'htmllint-2.32' package.
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
2001-03-14 06:13:04 +01:00
|
|
|
|
2019-09-15 14:51:29 +02:00
|
|
|
-*- coding: utf-8 -*-
|
|
|
|
Fix path
|
|
|
|
|
|
|
|
--- htmllintl.html.orig 2011-11-28 16:15:44.000000000 +0900
|
|
|
|
+++ htmllintl.html 2019-09-15 21:09:30.157236024 +0900
|
|
|
|
@@ -70,7 +70,7 @@ function ClearButton(name)
|
|
|
|
このページは、基本的な設定だけの軽いゲートウェイです (軽いのはこのHTMLのことで、チェック自体はどれでも同じです)。細かなオプションを指定したいときは、<a href="./htmllint.html">こちらのゲートウェイ</a>を利用してください。
|
Initial import of 'htmllint-2.32' package.
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
2001-03-14 06:13:04 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
-<form action="./htmllint.cgi" method="post" enctype="multipart/form-data">
|
|
|
|
+<form action="/cgi-bin/htmllint.cgi" method="post" enctype="multipart/form-data">
|
|
|
|
<input type="hidden" name="Stat" value="on">
|
|
|
|
|
|
|
|
<hr>
|