pod2docbook - convert .pod files to .html files


NAME

pod2docbook - convert .pod files to .html files


SYNOPSIS

    pod2docbook --help --infile=<name> --outfile=<name>
                --title=<name> --verbose


DESCRIPTION

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


ARGUMENTS

pod2docbook takes the following arguments:

help
  --help

Displays the usage message.

infile
  --infile=name

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

outfile
  --outfile=name

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

title
  --title=title

Specify the title of the resulting HTML file.

verbose
  --verbose

Display progress messages.


AUTHOR

Alligator Descartes <descarte@arcana.co.uk> from the original the pod2html manpage source code by Tom Christiansen, <tchrist@perl.com>, for it is he.


BUGS

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


SEE ALSO

the perlpod manpage, the Pod::DocBook manpage


COPYRIGHT

This program is distributed under the Artistic License.

 pod2docbook - convert .pod files to .html files