pod2html - .pod ファイルを .html に変換する
pod2html - convert .pod files to .html files

目次 TABLE OF CONTENTS


名前 NAME

pod2html - .pod ファイルを .html に変換する pod2html - convert .pod files to .html files


概要 SYNOPSIS

    pod2html --help --htmlroot=<name> --infile=<name> --outfile=<name>
             --podpath=<name>:...:<name> --podroot=<name>
             --libpods=<name>:...:<name> --recurse --norecurse --verbose
             --index --noindex --title=<name>

説明 DESCRIPTION

pod形式(perlpod [CPAN]参照)から HTML形式に変換する. Converts files from pod format (see perlpod [CPAN]) to HTML format.


引数 ARGUMENTS

pod2html は次の引数をとります: pod2html takes the following arguments:

help
  --help

usageメッセージを表示します. Displays the usage message.

htmlroot
  --htmlroot=name

HTMLの基準URL(base URL)を設定します. クロスリファレンスを作成するときにはURLの前に付与されます. Sets the base URL for the HTML files. When cross-references are made, the HTML root is prepended to the URL.

infile
  --infile=name

変換するpodファイルを指定します. 指定がなければSTDINが使用されます. Specify the pod file to convert. Input is taken from STDIN if no infile is specified.

outfile
  --outfile=name

作成するHTMLファイルを指定します. 指定がなければSTDOUTに出力されます. Specify the HTML file to create. Output goes to STDOUT if no outfile is specified.

podroot
  --podroot=name

ライブラリのpodを探す基準ディレクトリ(base directory)を指定します. Specify the base directory for finding library pods.

podpath
  --podpath=name:...:name

HTML形式に変換してクロスリファレンスでリンクできるpodファイルを含んでいる podrootのサブディレクトリを指定します. Specify which subdirectories of the podroot contain pod files whose HTML converted forms can be linked-to in cross-references.

libpods
  --libpods=name:...:name

リンクすることができる =item を含むページ名のリスト (たとえば"perlfunc"). List of page names (eg, "perlfunc") which contain linkable =items.

netscape
  --netscape

適切であれば Netscape HTML ディレクティブを使用する. Use Netscape HTML directives when applicable.

nonetscape
  --nonetscape

Netscape HTML ディレクティブを使用しない(デフォルト). Do not use Netscape HTML directives (default).

索引 index
  --index

HTMLファイルの最初に目次を生成する(デフォルト). Generate an index at the top of the HTML file (default behaviour).

noindex
  --noindex

HTMLの最初の目次を生成しない. Do not generate an index at the top of the HTML file.

recurse
  --recurse

指定した podpath のサブディレクトリを再起的に処理する(デフォルトの振る舞い) Recurse into subdirectories specified in podpath (default behaviour).

norecurse
  --norecurse

podpath で指定されたサブディレクトリから再起処理しない. Do not recurse into subdirectories specified in podpath.

title
  --title=title

生成するHTMLの最初ファイルのタイトルの指定. Specify the title of the resulting HTML file.

verbose
  --verbose

状況メッセージを表示する. Display progress messages.


著者 AUTHOR

Tom Christiansen, <tchrist@perl.com>.


バグ BUGS

トランスレータに関する既知のバグに関しては, Pod::Html [CPAN] を参照してください. See Pod::Html [CPAN] for a list of known bugs in the translator.


関連項目 SEE ALSO

perlpod [CPAN], Pod::Html [CPAN]


著作権 COPYRIGHT

このプログラムは Artistic License の元で配布されています. This program is distributed under the Artistic License.


和訳 JAPANESE TRANSLATION

 山科 氷魚 (YAMASHINA Hio) <hio@hio.jp>

原典: perl VERSION 5.8.0. 翻訳: 2003-05-08, perl-5.8.0. Origlnal distribution is perl VERSION 5.8.0. Translated on 2003-05-08, perl-5.8.0.

pod2html - .pod ファイルを .html に変換する
pod2html - convert .pod files to .html files

索引 INDEX

pod2html - .pod ファイルを .html に変換する
pod2html - convert .pod files to .html files