summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Format/DESCR
blob: ac4ac34915401be9129a03947bcc6c270e1d8429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This is a collection of modules that formats text from HTML syntax
trees.

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.