HTX - The HTML to XHTML Convertor

      Name                    Last modified       Size  Description

[DIR] Parent Directory 27-Jan-2007 14:04 - [DIR] experimental/ 30-Jul-2005 02:28 - [TXT] Changelog 06-Aug-2005 21:05 1k [PERL] htx 06-Aug-2005 03:14 8k [GZ] htx-0.7.4c.tar.gz 10-Jul-2005 23:00 10k [GZ] htx-0.7.5.tar.gz 15-Jul-2005 00:00 10k [GZ] htx-0.7.6.tar.gz 19-Jul-2005 13:27 11k [GZ] htx-0.7.7a.tar.gz 06-Aug-2005 21:05 11k [GZ] htx-latest.tar.gz 19-Jul-2005 13:28 11k

README
------
HTML To XHTML Convertor - Copyright (C) 2004-2005 Jamie Cheetham


INSTALLING
----------
To install, simply run the following command as root after unpacking the
tarball:

make install

Alternatively, simply move the htx file to wherever you would like.
The command above installs it to /usr/local/bin/


USING
-----
Use the following command to get usage information after installing:
htx --help
or if the htx file is in the current directory, try:
./htx --help

Example use:
htx --dos --verbose index.html index2.html
That will take a file with DOS line breaks, index.html, convert it
to XHTML as best it can and save the result as index2.html


KNOWN LIMITATIONS
-----------------
Does not check for closing </p>, </li> or other block-level tags.
Assumes there are no < or > which are not part of tags, use &lt; and &gt;
Does not distingish between block and inline tags.


CONTACT INFORMATION
-------------------
If you have any problems with setting up or running this script, please
don't hesitate to contact me. I can be reached either via e-mail
(jamie at softham.co.uk) or via ICQ (32682531).

Have a lot of fun :)

 - Jamie Cheetham