DragonFly On-Line Manual Pages

Search: Section:  


POD2XHTML(1)          User Contributed Perl Documentation         POD2XHTML(1)

NAME

pod2xhtml - convert .pod files to .xhtml files

SYNOPSIS

pod2xhtml [--help] [--infile INFILE] [--outfile OUTFILE] [OPTIONS]

DESCRIPTION

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

OPTIONS

pod2xhtml takes the following arguments: o --help - display help o --infile FILENAME - the input filename. STDIN is used otherwise o --outfile FILENAME - the output filename. STDOUT is used otherwise o --css URL - Stylesheet URL o --index/--noindex - generate an index, or not. The default is to create an index. o --toplink LINK TEXT - set text for "back to top" links. The default is 'Top'.

BUGS

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

AUTHOR

P Kent <cpan _at_ bbc _dot_ co _dot_ uk>

COPYRIGHT

(c) BBC 2004. This program is free software; you can redistribute it and/or modify it under the GNU GPL. See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt

SEE ALSO

perlpod, Pod::Xhtml perl v5.20.2 2010-07-29 POD2XHTML(1)

Search: Section: