VERSION HISTORY
    v0.3.9, Sunday, January 07, 2001
        added support to compile WML using the compiler from WML
        Tools

    v0.3.9 beta 1, Tuesday, January 02, 2001
        corected a small internal flaw: now, in CGI mode, if the
        `url' parameter has no value, use / as a default value

    v0.3.8, Saturday, December 30, 2000
        corrected a small bug in the link reconstruction engine

        the `card-split-threshold' was not available because of a
        mistake; this is correctd

        the way spaces are collapsed has been changed a little

        the `no-pre' option is now `nopre'

    v0.3.7, Friday, December 29, 2000
        corrected a bug when getting the document title

        corrected a bug in the text handler (skip mode was ignored)

        ampersand characters are now escaped in URLs

        added the `no-pre' option to disable the use of the `pre'
        tag

    v0.3.6, Saturday, December 23, 2000
        cleaned up things in the card splitting process; this
        correct a bug that could occur in certain circumstances

        documentation has been updated

    v0.3.5, Saturday, December 23, 2000
        dollar caracters are now escaped

        added a small HTML syntax highlighting when debugging in CGI
        mode

        several bug corrections and improvments in the syntax
        correction engine

        named HTML entities are now converted to numeric entities,
        this is safer because direct conversion to Unicode didn't
        seem to work

        corrected the links reconstruction engine

        named entities are now also converted when in attributes

    v0.3.5 beta 1, Thursday, December 21, 2000
        new feature: the size of the cards can be limited using the
        `max-card-size' option

    v0.3.4, Wednesday, December 20, 2000
        corrected a bug in the de-nesting process

        added features to the links reconstruction engine

        corrected the local file disclosure vulnerability

        until now, captions tags were always skipped; now they
        appears when tables are linearized

    v0.3.3, Monday, December 18, 2000
        named entities are converted to real Unicode characters

        non-breaking spaces (&nbsp;) are converted to spaces

    v0.3.3 beta 4, Friday, December 15, 2000
        links reconstruction is finalized

    v0.3.3 beta 3, Friday, December 15, 2000
        added the `ascii' option to convert entities to US-ASCII

    v0.3.3 beta 2, Friday, December 15, 2000
        named entities conversion is finalized

    v0.3.3 beta 1, Friday, December 14, 2000
        added preliminary support for named entities conversion and
        images support

    v0.3.2, Thursday, December 13, 2000
        oops! file download was broken in 0.3.1; this is corrected
        now

        ampersand are now coded as &amp; in links

        a long standing bug that appeared in some cirumstances has
        been fixed

    v0.3.1, Tuesday, December 12, 2000
        added a small SSI-like engine (not heavily tested)

        corrected a stupid bug: I forgot to add the line that
        translate the internal links so that the urls point to the
        CGI

        modification of the user agent signature so that it includes
        the signature of the original client

        rendering of header tags H1, H2 and H3 has been improved

        added a links reconstruction engine (currently unfinished)

        improved the debug mode when launched from shell

    v0.3.0, Sunday, December 10, 2000
        the syntax repair engine has been improved and should now be
        able to correct most usual HTML pages (I hope)

    v0.3.0 beta 6, Saturday, December 9, 2000
        corrected a stupid bug in the CGI mode

        added the `debug' option

        corrected some mistakes in the documentation

        added the LINKS section in the documentation

        added several improvements and corrected several bugs

    v0.3.0 beta 5, Thursday, December 6, 2000
        added the `collapse' option to control whether redundant
        white space chars are kept or not

        added the documentation for the options

    v0.3.0 beta 4, Monday, December 4, 2000
        added the `linearize' option (on by default) so that it
        linearizes tables

        normal texts (i.e. not inside <pre> tags) are cleaned by
        stripping multiples spaces and lines

        the syntax repair engine has been rewritten, but it does not
        work in all cases

    v0.3.0 beta 3, Sunday, November 19, 2000
        first try to add syntax check/repair

    v0.2.3, Saturday, November 18, 2000
        added URI translation

    v0.2.2, Thursday, November 15, 2000
        added XML checker; the output is given to Expat to check
        that it is well-formed XML. Note that XML::Parser is loaded
        on demand.

        added options support (using Getopt::Long)

    v0.2.1, Tuesday, November 14, 20000
        cleaned up a few things;

        added some attributes to the allow list

        added url resolution

    v0.2.0, Saturday, November 11, 2000
        first functional version; now uses HTML::Parser v3

    v0.1.0, Friday, November 10, 2000
        prototype version

