mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
0f859c5852
PR: 29145 Submitted by: Pete Fritchman <petef@databits.net>
21 lines
626 B
Plaintext
21 lines
626 B
Plaintext
This is a collection of modules that formats text from HTML syntax
|
|
trees. Bug reports and discussions about these modules can be sent
|
|
to the <libwww@perl.org> mailing list.
|
|
|
|
The modules present in this package are:
|
|
|
|
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.
|
|
|
|
HTML::FormatText - Formatter that converts a syntax tree to plain
|
|
readable text.
|
|
|
|
HTML::FormatPS - Formatter that outputs PostScript code.
|
|
|
|
|
|
WWW: http://search.cpan.org/search?dist=HTML-Format
|
|
|
|
- Pete
|
|
petef@databits.net
|