 HTML Tidy (4th August 2000) for OS/2
========================================

This is OS/2 port of Dave Raggett's 'HTML Tidy' vers 4th August 2000.
Please read Overview.html with Netscape Communicator 4.x for OS/2.

Binaries are compiled by emx gcc 0.9d fix02 and compressed by /Exepack:2 
option of link386 .

System Requirements:

        OS/2 Warp 3  or  OS/2 Warp 4
        HPFS formatted partition

        * Not requires emx.dll .  (see Makefile.OS2)

Limitations:

        Not fully tested on OS/2 .


Quick start on OS/2 :

        First, put tidy.exe to the directory which included in 'PATH' .
        Then, try 'tidy.exe -help | more' :-)  and follows :

          tidy.exe  -f errors.txt  foobar.html
          tidy.exe  foobar.html  2> warnings.txt
          tidy.exe  foobar.html  2>&1  |  more

        Tidy shows corrected HTML text or errors on STDOUT, but shows 
        warnigs on STDERR. And 'MORE' command can catch messages on STDOUT
        only.

        On OS/2 Window, only ">" pipes STDOUT and "2>" pipes STDERR .
        "2>&1" means "pipe both STDOUT and STDERR".


Have fun,

        Kaz SHiMZ (Kazuyoshi SHiMiZU)

        kshimz@dd.iij4u.or.jp / kshimz@air.ne.jp

