1. NAME

pod2html - convert .pod files to .html files

2. SYNOPSIS

pod2html --help --htmlroot=<name> --infile=<name> --outfile=<name> --podpath=<name>:...:<name> --podroot=<name> --libpods=<name>:...:<name> --recurse --norecurse --verbose --index --noindex --title=<name>

3. DESCRIPTION

Converts files from pod format (see perlpod) to HTML format.

4. ARGUMENTS

pod2html takes the following arguments:

help 4 --help

.Sp Displays the usage message.

htmlroot 4 --htmlroot=name

.Sp Sets the base URL for the HTML files. When cross-references are made, the HTML root is prepended to the URL.

infile 4 --infile=name

.Sp Specify the pod file to convert. Input is taken from STDIN if no infile is specified.

outfile 4 --outfile=name

.Sp Specify the HTML file to create. Output goes to STDOUT if no outfile is specified.

podroot 4 --podroot=name

.Sp Specify the base directory for finding library pods.

podpath 4 --podpath=name:...:name

.Sp Specify which subdirectories of the podroot contain pod files whose HTML converted forms can be linked-to in cross-references.

libpods 4 --libpods=name:...:name

.Sp List of page names (eg, \*(L"perlfunc\*(R") which contain linkable \f(CW\*(C`=item\*(C'\fRs.

netscape 4 --netscape

.Sp Use Netscape HTML directives when applicable.

nonetscape 4 --nonetscape

.Sp Do not use Netscape HTML directives (default).

index 4 --index

.Sp Generate an index at the top of the HTML file (default behaviour).

noindex 4 --noindex

.Sp Do not generate an index at the top of the HTML file.

recurse 4 --recurse

.Sp Recurse into subdirectories specified in podpath (default behaviour).

norecurse 4 --norecurse

.Sp Do not recurse into subdirectories specified in podpath.

title 4 --title=title

.Sp Specify the title of the resulting HTML file.

verbose 4 --verbose

.Sp Display progress messages.

5. AUTHOR

Tom Christiansen, <>.

6. BUGS

See Pod::Html for a list of known bugs in the translator.

7. SEE ALSO

perlpod, Pod::Html

8. COPYRIGHT

This program is distributed under the Artistic License.