1POD2XHTML(1) User Contributed Perl Documentation POD2XHTML(1)
2
3
4
6 pod2xhtml - convert .pod files to .xhtml files
7
9 pod2xhtml [--help] [--infile INFILE] [--outfile OUTFILE] [OPTIONS]
10
12 Converts files from pod format (see perlpod) to XHTML format.
13
15 pod2xhtml takes the following arguments:
16
17 · --help - display help
18
19 · --infile FILENAME - the input filename. STDIN is used otherwise
20
21 · --outfile FILENAME - the output filename. STDOUT is used otherwise
22
23 · --css URL - Stylesheet URL
24
25 · --index/--noindex - generate an index, or not. The default is to
26 create an index.
27
28 · --toplink LINK TEXT - set text for "back to top" links. The default
29 is 'Top'.
30
32 See Pod::Xhtml for a list of known bugs in the translator.
33
35 P Kent <cpan _at_ bbc _dot_ co _dot_ uk>
36
38 (c) BBC 2004. This program is free software; you can redistribute it
39 and/or modify it under the GNU GPL.
40
41 See the file COPYING in this distribution, or
42 http://www.gnu.org/licenses/gpl.txt
43
45 perlpod, Pod::Xhtml
46
47
48
49perl v5.32.0 2020-07-28 POD2XHTML(1)