HTML/TextToHTML version 1.10
============================

HTML::TextToHTML converts plain text files into HTML.  It is originally
based on Seth Golub's txt2html script (see http://www.aigeek.com/txt2html)
This module also includes a script, texthyper, which gives one
a way of nicely using this module from the command-line.

It supports headings, tables, lists, simple character markup, and
hyperlinking, and is highly customizable. It recognizes some of the
apparent structure of the source document (mostly whitespace and
typographic layout), and attempts to mark that structure explicitly
using HTML. The purpose for this tool is to provide an easier way of
converting existing text documents to HTML format, giving something
nicer than just whapping the text in a PRE block.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

    ExtUtils::configPL
    Getopt::Long
    Getopt::ArgvFile
    Pod::Usage
    File::Basename

For debugging and testing, it also needs:

    Data::Dumper
    Test::More

COPYRIGHT AND LICENCE

Original txt2html script copyright (C) 2000 Seth Golub <seth@aigeek.com>
Copyright (C) 2002 Kathryn Andersen <rubykat@katspace.com>  All rights
reserved.  This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
