HTX - The HTML to XHTML Convertor

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] experimental/ 2005-07-30 02:28 - [TXT] Changelog 2008-07-19 19:04 1.3K [PERL] htx 2008-07-19 19:04 8.3K [GZ] htx-0.7.4c.tar.gz 2008-07-19 19:04 10K [GZ] htx-0.7.5.tar.gz 2008-07-19 19:04 10K [GZ] htx-0.7.6.tar.gz 2008-07-19 19:04 11K [GZ] htx-0.7.7.tar.gz 2008-07-19 19:04 11K [GZ] htx-0.7.7a.tar.gz 2008-07-19 19:04 11K [GZ] htx-0.7.8.tar.gz 2008-07-19 19:04 11K [GZ] htx-latest.tar.gz 2008-07-19 19:05 11K
README
------
HTML To XHTML Convertor - Copyright (C) 2004-2008 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.


USEFUL LINKS
------------
(X)HTML Validator: http://validator.w3.org/
CSS Validator:     http://jigsaw.w3.org/css-validator/


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