• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D15-Sep-2000390 118

MANIFESTH A D15-Sep-200061 76

Makefile.PLH A D04-Sep-2000414 129

PrettyPrinter.pmH A D15-Sep-200035.5 KiB1,308434

READMEH A D15-Sep-2000892 3424

test.plH A D14-Sep-20003 KiB136103

README

1README for HTML:::PrettyPrinter
2
3
4                       HTML::PrettyPrinter
5
6A module for generating nice looking HTML files from HTML trees.
7It is especially usefull if the produced HTML file shall be read
8or edited manually afterwards. Various parameters let you adapt
9the output to different styles and requirements.
10
11If you don't care how the HTML source looks like as long as it is
12valid and readable by browsers, you should use the as_HTML() method
13of HTML::Element instead of the pretty printer.
14
15PREREQUISITES
16  - perl 5.004 or higher
17  - HTML::Tagset
18  - HTML::Element 1.56 or higher
19
20INSTALLATION
21  The usual way:
22     perl Makefile.PL
23     make
24     make test
25     make install
26
27SYNOPSIS
28
29COPYRIGHT
30       (c) 2000 Claus Schotten  schotten@gmx.de
31
32       This library is free software; you can redistribute it
33       and/or modify it under the same terms as Perl itself.
34