mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1192ac9dea
an internationalized HTML checker with japanese message(EUC-JP) PR: 4035 Submitted by: Takayuki Ariga <a00821@cc.hc.keio.ac.jp>
19 lines
750 B
Plaintext
19 lines
750 B
Plaintext
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
|