1Pod::Simple::HTML(3pm) Perl Programmers Reference Guide Pod::Simple::HTML(3pm)
2
3
4
6 Pod::Simple::HTML - convert Pod to HTML
7
9 perl -MPod::Simple::HTML -e Pod::Simple::HTML::go thingy.pod
10
12 This class is for making an HTML rendering of a Pod document.
13
14 This is a subclass of Pod::Simple::PullParser and inherits all its
15 methods (and options).
16
17 Note that if you want to do a batch conversion of a lot of Pod
18 documents to HTML, you should see the module Pod::Simple::HTMLBatch.
19
21 TODO
22
23 perl -MPod::Simple::HTML -e Pod::Simple::HTML::go Thing.pod Thing.html
24
26 TODO make a new object, set any options, and use parse_from_file
27
29 TODO all (most?) accessorized methods
30
32 TODO
33
34 can just set any of: html_css html_javascript title_prefix
35 'html_header_before_title',
36 'html_header_after_title',
37 'html_footer',
38
39 maybe override do_pod_link
40
41 maybe override do_beginning do_end
42
44 Pod::Simple, Pod::Simple::HTMLBatch
45
46 TODO: a corpus of sample Pod input and HTML output? Or common idioms?
47
49 Questions or discussion about POD and Pod::Simple should be sent to the
50 pod-people@perl.org mail list. Send an empty email to
51 pod-people-subscribe@perl.org to subscribe.
52
53 This module is managed in an open GitHub repository,
54 <http://github.com/theory/pod-simple/>. Feel free to fork and
55 contribute, or to clone <git://github.com/theory/pod-simple.git> and
56 send patches!
57
58 Patches against Pod::Simple are welcome. Please send bug reports to
59 <bug-pod-simple@rt.cpan.org>.
60
62 Copyright (c) 2002-2004 Sean M. Burke.
63
64 This library is free software; you can redistribute it and/or modify it
65 under the same terms as Perl itself.
66
67 This program is distributed in the hope that it will be useful, but
68 without any warranty; without even the implied warranty of
69 merchantability or fitness for a particular purpose.
70
72 Thanks to <Hurricane Electrict> for permission to use its <Linux man
73 pages online> site for man page links.
74
75 Thanks to <search.cpan.org> for permission to use the site for Perl
76 module links.
77
79 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't
80 bother him, he's retired.
81
82 Pod::Simple is maintained by:
83
84 · Allison Randal "allison@perl.org"
85
86 · Hans Dieter Pearcey "hdp@cpan.org"
87
88 · David E. Wheeler "dwheeler@cpan.org"
89
90
91
92perl v5.10.1 2017-03-22 Pod::Simple::HTML(3pm)