mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
468 B
Plaintext
14 lines
468 B
Plaintext
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.
|