# Time-stamp: "2002-11-07 00:20:59 MST" HTML-Format ----------- This is a collection of modules that formats HTML as plaintext, PostScript or RTF. The modules present in this package are: HTML::FormatText - Formatter that converts a syntax tree to plain readable text. HTML::FormatPS - Formatter that outputs PostScript code. HTML::FormatRTF - Formatter that outputs RTF code. HTML::Formatter - Base class for various formatters. Formatters traverse a syntax tree and produce some textual output. None of the current formatters handle tables or forms yet. PREREQUISITES In order to install and use this package you will need Perl version 5.004 or better. You will also need to have the HTML-Tree distribution (version 3.15 or better) installed. If you intend to use the PostScript formatter you need the Font-AFM distribution. All of these should be available from CPAN. INSTALLATION Just follow the usual procedure: perl Makefile.PL make make test make install COPYRIGHT © 1995-2002 Gisle Aas and Sean M. Burke. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.