aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/weblint97/pkg-descr
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-07-21 00:41:58 +0800
committermax <max@FreeBSD.org>1997-07-21 00:41:58 +0800
commit41ce01fa2713a08987645108d295204c4236a6c4 (patch)
tree0cdf830c3c9fe42c7897d4030a37f3675ba342c3 /japanese/weblint97/pkg-descr
parentb071faf163f14e4307f3a4197979ea62af130a5a (diff)
downloadfreebsd-ports-gnome-41ce01fa2713a08987645108d295204c4236a6c4.tar.gz
freebsd-ports-gnome-41ce01fa2713a08987645108d295204c4236a6c4.tar.zst
freebsd-ports-gnome-41ce01fa2713a08987645108d295204c4236a6c4.zip
New port, jweblint97:
an internationalized HTML checker with japanese message(EUC-JP) PR: 4035 Submitted by: Takayuki Ariga <a00821@cc.hc.keio.ac.jp>
Diffstat (limited to 'japanese/weblint97/pkg-descr')
-rw-r--r--japanese/weblint97/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/weblint97/pkg-descr b/japanese/weblint97/pkg-descr
new file mode 100644
index 000000000000..b4fe1471454d
--- /dev/null
+++ b/japanese/weblint97/pkg-descr
@@ -0,0 +1,18 @@
+jweblint is an internationalized HTML checker with japanese message
+
+This is my proposal to INTERNATIONALIZE Weblint, based on Weblint 1.017.
+
+This EXPERIMENTAL version, code named "Weblint 97", tentatively
+supports i18n. It supports elements and attributes of i18n-enhanced
+HTML 2.0 (HTML 2.x), specified in RFC 2070. In addition, it will handle
+various kinds of encodings, not only US-ASCII and ISO-8859-*, but also
+ISO-2022-* and Unicode.
+
+To check one or more HTML files, run weblint thusly:
+ % jweblint file1.html [... fileN.html]
+If a file is in fact a directory, weblint will recurse, checking all files.
+
+Latest version of this PROPOSED version is available:
+ http://www.aichi-u.ac.jp/%7Emimasa/jweblint/victims.html
+
+-- Takayuki Ariga