1Pod::Simple::HTML(3)  User Contributed Perl Documentation Pod::Simple::HTML(3)
2
3
4

NAME

6       Pod::Simple::HTML - convert Pod to HTML
7

SYNOPSIS

9         perl -MPod::Simple::HTML -e Pod::Simple::HTML::go thingy.pod
10

DESCRIPTION

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 docu‐
18       ments to HTML, you should see the module Pod::Simple::HTMLBatch.
19

CALLING FROM THE COMMAND LINE

21       TODO
22
23         perl -MPod::Simple::HTML -e Pod::Simple::HTML::go Thing.pod Thing.html
24

CALLING FROM PERL

26       TODO   make a new object, set any options, and use parse_from_file
27

METHODS

29       TODO all (most?) accessorized methods
30

SUBCLASSING

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

SEE ALSO

44       Pod::Simple, Pod::Simple::HTMLBatch
45
46       TODO: a corpus of sample Pod input and HTML output?  Or common idioms?
47
49       Copyright (c) 2002-2004 Sean M. Burke.  All rights reserved.
50
51       This library is free software; you can redistribute it and/or modify it
52       under the same terms as Perl itself.
53
54       This program is distributed in the hope that it will be useful, but
55       without any warranty; without even the implied warranty of mer‐
56       chantability or fitness for a particular purpose.
57

AUTHOR

59       Sean M. Burke "sburke@cpan.org"
60
61
62
63perl v5.8.8                       2003-11-02              Pod::Simple::HTML(3)
Impressum