README: Perl Text to HTML converter
-----------------------------------

Convert text file into HTML 4.01/CSS2 format. The is written in
natural white paper format by using standard headings and indented
paragraphs at standard tab position column 8. The text can *contain*
_ASCII_ =markup= `tokens'. Embedding HTML is also possible via INCLUDE
directives.

    admin/		Administrative files for the project
    bin/	    	The program and manual page *.1
    doc/            	Documentation

Important files

    doc/license/ 	Licensing information
    ChangeLog 		Project change records

Project details

    Homepage
      http://freshmeat.net/projects/perl-text2html

    Reporting bugs
      See freshmeat page

    Source code repository
      See freshmeat page

    Depends
      Perl (any version)

    Extenral Perl CPAN library dependencies

      LWP::UserAgent		[1a]
      HTML::FormatText		[1b]
      HTML::Parse		[1c]

      HTML::LinkExtractor	[2]

      [1a] Required if option --link-check is used. Included in
      library libwww-perl in Debian:

      [1b] Same as 1a. Included in Debian library libhtml-format-perl

      [1c] Same as 1a. Included in Debian library libhtml-linkextractor-perl

      [2] Optional. Used only if available to extract links from
      document for use with --link-check. If library is not available,
      the internal extractor is used.

End of file
