|
pod2docbook - convert .pod files to .html files |
pod2docbook - convert .pod files to .html files
pod2docbook --help --infile=<name> --outfile=<name>
--title=<name> --verbose
Converts files from pod format ( see the perlpod manpage ) to HTML format.
pod2docbook takes the following arguments:
--help
Displays the usage message.
--infile=name
Specify the pod file to convert. Input is taken from STDIN if no infile is specified.
--outfile=name
Specify the HTML file to create. Output goes to STDOUT if no outfile is specified.
--title=title
Specify the title of the resulting HTML file.
--verbose
Display progress messages.
Alligator Descartes <descarte@arcana.co.uk> from the original the pod2html manpage source code by Tom Christiansen, <tchrist@perl.com>, for it is he.
See the Pod::DocBook manpage for a list of known bugs in the translator.
the perlpod manpage, the Pod::DocBook manpage
This program is distributed under the Artistic License.
|
pod2docbook - convert .pod files to .html files |