Convert .pod files to .xhtml files
pod2xhtml [--help] [--infile INFILE] [--outfile OUTFILE] [OPTIONS]
Converts files from pod format (see perlpod) to \s-1XHTML\s0 format.
pod2xhtml takes the following arguments:
--help - display help
--infile \s-1FILENAME\s0 - the input filename. \s-1STDIN\s0 is used otherwise
--outfile \s-1FILENAME\s0 - the output filename. \s-1STDOUT\s0 is used otherwise
--css \s-1URL\s0 - Stylesheet \s-1URL\s0
--index/--noindex - generate an index, or not. The default is to create an index.
--toplink \s-1LINK\s0 \s-1TEXT\s0 - set text for \*(L"back to top\*(R" links. The default is 'Top'.
See Pod::Xhtml for a list of known bugs in the translator.
P Kent <cpan _at_ bbc _dot_ co _dot_ uk>
(c) \s-1BBC\s0 2004. This program is free software; you can redistribute it and/or modify it under the \s-1GNU\s0 \s-1GPL\s0.
See the file \s-1COPYING\s0 in this distribution, or http://www.gnu.org/licenses/gpl.txt
perlpod, Pod::Xhtml