svnno****@sourc*****
svnno****@sourc*****
2009年 5月 11日 (月) 00:27:52 JST
Revision: 3399 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3399 Author: daisuke_m Date: 2009-05-11 00:27:52 +0900 (Mon, 11 May 2009) Log Message: ----------- [DOC-6] 最後の記法サンプルを削除。 Modified Paths: -------------- metis/documents/trunk/src/docbook/editor-quickstart/editor-quickstart.xml -------------- next part -------------- Modified: metis/documents/trunk/src/docbook/editor-quickstart/editor-quickstart.xml =================================================================== --- metis/documents/trunk/src/docbook/editor-quickstart/editor-quickstart.xml 2009-05-09 08:09:50 UTC (rev 3398) +++ metis/documents/trunk/src/docbook/editor-quickstart/editor-quickstart.xml 2009-05-10 15:27:52 UTC (rev 3399) @@ -201,85 +201,4 @@ <xi:include href="../common/chapter_finish.xml" /> - <chapter id="docbook-sample"> - <title>docbook syntax samples</title> - <para>以下、docbook記法のサンプル。リリースまでには消す。</para> - <section> - <title>sample</title> - <para>You must include at least one chapter in your book.</para> - <para>Here is another paragraph.</para> - - <important> - <para>This is some really important text.</para> - </important> - <caution> - <para>Liberal use of <code>new</code> in loops can cause performance issues!</para> - </caution> - <warning> - <para>warning!</para> - </warning> - <tip> - <para>Look both ways before crossing the street!</para> - </tip> - <note> - <para>note!</para> - </note> - <example> - <title>Example 1</title> - <programlisting> -String something = "Something"; - </programlisting> - </example> - </section> - - <section> - <title>simplelist</title> - <simplelist type="inline"> - <member>Apples</member> - <member>Oranges</member> - <member>Bananas</member> - <member>Grapefruit</member> - <member>Black Beans</member> - </simplelist> - </section> - - <section> - <title>itemizedlist</title> - <itemizedlist> - <listitem><para>Apples - my favorite fruit.</para></listitem> - <listitem><para>Oranges - yummy, but sticky.</para></listitem> - <listitem><para>Bananas - they ripen too quickly!</para></listitem> - <listitem><para>Grapefruit - great when eaten in halves.</para></listitem> - <listitem><para>Black Beans - go well with rice.</para></listitem> - </itemizedlist> - </section> - - <section> - <title>orderedlist</title> - <orderedlist numeration="arabic"> - <listitem><para>Wake up.</para></listitem> - <listitem><para>Eat Breakfast.</para></listitem> - <listitem><para>Take a shower.</para></listitem> - <listitem><para>Contemplate my navel.</para></listitem> - <listitem><para>Go to Sleep.</para></listitem> - </orderedlist> - </section> - - <section> - <title>variablelist</title> - <variablelist> - <varlistentry> - <term>Black Beans</term> - <listitem><para>My favorite black bean recipe is black bean -soup, but they also go well with rice.</para></listitem> - </varlistentry> - <varlistentry> - <term>Apples</term> - <term>Bananas</term> - <listitem><para>You can eat them straight, but they also go -well in salads and in desserts.</para></listitem> - </varlistentry> - </variablelist> - </section> - </chapter> </book>