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/ <http://github.com/theory/pod-
55 simple/>. Feel free to fork and contribute, or to clone
56 git://github.com/theory/pod-simple.git <git://github.com/theory/pod-
57 simple.git> and send patches!
58
59 Patches against Pod::Simple are welcome. Please send bug reports to
60 <bug-pod-simple@rt.cpan.org>.
61
63 Copyright (c) 2002-2004 Sean M. Burke.
64
65 This library is free software; you can redistribute it and/or modify it
66 under the same terms as Perl itself.
67
68 This program is distributed in the hope that it will be useful, but
69 without any warranty; without even the implied warranty of
70 merchantability or fitness for a particular purpose.
71
73 Thanks to Hurricane Electrict <http://he.net/> for permission to use
74 its Linux man pages online <http://man.he.net/> site for man page
75 links.
76
77 Thanks to search.cpan.org <http://search.cpan.org/> for permission to
78 use the site for Perl module links.
79
81 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't
82 bother him, he's retired.
83
84 Pod::Simple is maintained by:
85
86 · Allison Randal "allison@perl.org"
87
88 · Hans Dieter Pearcey "hdp@cpan.org"
89
90 · David E. Wheeler "dwheeler@cpan.org"
91
92
93
94perl v5.12.4 2011-06-07 Pod::Simple::HTML(3pm)