Previous: ファイル構成 Next: 設定ファイルの作成
プレゼンテーションの作成

初めてのプレゼンテーション

presentations/ ディレクトリに新しいファイル、たとえばfoo.xmlを作っ て下さい。簡単な例 presentations/foo.xml ファイルを以下に示します。

<?xml version="1.0" encoding="UTF-8"?>
<presentation template="php" navmode="html">
<topic>PHP</topic>
<title>php.netの歩き方</title>
<event>PHPカンファレンス2002</event>
<location>Tokyo, Japan</location>
<date>2002/8/17</date>
<speaker>廣川 類 (日本PHPユーザ会)</speaker>
<email>hirokawa@php.gr.jp</email>
<url>http://www.php.gr.jp/</url>

<slide>slides/intro/titlepage-jp.xml</slide>
<slide>slides/community/agenda-jp.xml</slide>
</presentation>