=pod =head1 NAME pod2html - convert .pod files to .html files J<< ja; pod2html - .pod ファイルを .html に変換する >> =head1 SYNOPSIS pod2html --help --htmlroot= --infile= --outfile= --podpath=:...: --podroot= --libpods=:...: --recurse --norecurse --verbose --index --noindex --title= =head1 DESCRIPTION Converts files from pod format (see L) to HTML format. J<< ja; pod形式(L参照)から HTML形式に変換する. >> =head1 ARGUMENTS pod2html takes the following arguments: J<< ja; pod2html は次の引数をとります: >> =over 4 =item help --help Displays the usage message. J<< ja; usageメッセージを表示します. >> =item htmlroot --htmlroot=name Sets the base URL for the HTML files. When cross-references are made, the HTML root is prepended to the URL. J<< ja; HTMLの基準URL(base URL)を設定します. クロスリファレンスを作成するときにはURLの前に付与されます. >> =item infile --infile=name Specify the pod file to convert. Input is taken from STDIN if no infile is specified. J<< ja; 変換するpodファイルを指定します. 指定がなければSTDINが使用されます. >> =item outfile --outfile=name Specify the HTML file to create. Output goes to STDOUT if no outfile is specified. J<< ja; 作成するHTMLファイルを指定します. 指定がなければSTDOUTに出力されます. >> =item podroot --podroot=name Specify the base directory for finding library pods. J<< ja; ライブラリのpodを探す基準ディレクトリ(base directory)を指定します. >> =item podpath --podpath=name:...:name Specify which subdirectories of the podroot contain pod files whose HTML converted forms can be linked-to in cross-references. J<< ja; HTML形式に変換してクロスリファレンスでリンクできるpodファイルを含んでいる podrootのサブディレクトリを指定します. >> =item libpods --libpods=name:...:name List of page names (eg, "perlfunc") which contain linkable C<=item>s. J<< ja; リンクすることができる C<=item> を含むページ名のリスト (たとえば"perlfunc"). >> =item netscape --netscape Use Netscape HTML directives when applicable. J<< ja; 適切であれば Netscape HTML ディレクティブを使用する. >> =item nonetscape --nonetscape Do not use Netscape HTML directives (default). J<< ja; Netscape HTML ディレクティブを使用しない(デフォルト). >> =item index --index Generate an index at the top of the HTML file (default behaviour). J<< ja; HTMLファイルの最初に目次を生成する(デフォルト). >> =item noindex --noindex Do not generate an index at the top of the HTML file. J<< ja; HTMLの最初の目次を生成しない. >> =item recurse --recurse Recurse into subdirectories specified in podpath (default behaviour). J<< ja; 指定した podpath のサブディレクトリを再起的に処理する(デフォルトの振る舞い) >> =item norecurse --norecurse Do not recurse into subdirectories specified in podpath. J<< ja; podpath で指定されたサブディレクトリから再起処理しない. >> =item title --title=title Specify the title of the resulting HTML file. J<< ja; 生成するHTMLの最初ファイルのタイトルの指定. >> =item verbose --verbose Display progress messages. J<< ja; 状況メッセージを表示する. >> =back =head1 AUTHOR Tom Christiansen, Etchrist@perl.comE. =head1 BUGS See L for a list of known bugs in the translator. J<< ja; トランスレータに関する既知のバグに関しては, L を参照してください. >> =head1 SEE ALSO L, L =head1 COPYRIGHT This program is distributed under the Artistic License. J<< ja; このプログラムは Artistic License の元で配布されています. >> =head1 JAPANESE TRANSLATION J<< ja;和訳 >> 山科 氷魚 (YAMASHINA Hio) Origlnal distribution is perl VERSION 5.8.0. Translated on 2003-05-08, perl-5.8.0. J<< ja; 原典: perl VERSION 5.8.0. 翻訳: 2003-05-08, perl-5.8.0. >> =cut