summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-01-16 03:21:34 +0000
committerfukachan <fukachan>2006-01-16 03:21:34 +0000
commit7c9a0e2cbeb115195e3aa8ba69b05a372446186b (patch)
tree66ca853a61fd7641d31ef070588360d671c167e7 /fml/doc/ja/tutorial
parent507a307866f3a5bd9b1b642aa4cd9a6e39e329ee (diff)
downloadfml8-7c9a0e2cbeb115195e3aa8ba69b05a372446186b.tar.gz
fml8-7c9a0e2cbeb115195e3aa8ba69b05a372446186b.tar.bz2
fml8-7c9a0e2cbeb115195e3aa8ba69b05a372446186b.zip
add and enable recipes on fml overview.
Diffstat (limited to 'fml/doc/ja/tutorial')
-rw-r--r--fml/doc/ja/tutorial/include/chapters.ent5
-rw-r--r--fml/doc/ja/tutorial/overview/fml.sgml4
-rw-r--r--fml/doc/ja/tutorial/overview/recipes.fml.sgml87
3 files changed, 93 insertions, 3 deletions
diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent
index 839715bc..c8e946a2 100644
--- a/fml/doc/ja/tutorial/include/chapters.ent
+++ b/fml/doc/ja/tutorial/include/chapters.ent
@@ -1,5 +1,5 @@
<!--
- $FML: chapters.ent,v 1.104 2005/12/15 03:07:24 fukachan Exp $
+ $FML: chapters.ent,v 1.105 2006/01/15 15:32:03 fukachan Exp $
-->
<!entity versin "1.1">
@@ -31,6 +31,8 @@
<!-- パート I: introduction 〜 インストール、テストまで -->
<!entity chapter.overview.fml SYSTEM "overview/fml.sgml">
<!entity chapter.overview.ml SYSTEM "overview/ml.sgml">
+<!entity sect.overview.ml.recipes SYSTEM "overview/recipes.ml.sgml">
+<!entity sect.overview.fml.recipes SYSTEM "overview/recipes.fml.sgml">
<!-- パート II: セットアップ -->
@@ -231,7 +233,6 @@
<!entity sect.troubleshoot.filesystem SYSTEM "troubleshoot/filesystem.sgml">
<!entity sect.troubleshoot.delivery SYSTEM "troubleshoot/delivery.sgml">
-<!
<!-- changes -->
<!entity chapter.changes SYSTEM "changes/chapter.sgml">
diff --git a/fml/doc/ja/tutorial/overview/fml.sgml b/fml/doc/ja/tutorial/overview/fml.sgml
index 0f26facb..583b0b79 100644
--- a/fml/doc/ja/tutorial/overview/fml.sgml
+++ b/fml/doc/ja/tutorial/overview/fml.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: fml.sgml,v 1.9 2005/07/19 23:46:14 fukachan Exp $
+ $FML: fml.sgml,v 1.10 2005/08/03 13:45:11 fukachan Exp $
-->
@@ -546,5 +546,7 @@ HOOK (perl script)を書く場合は、
</sect1>
+<!-- TABLE_OF_RECIPES -->
+&sect.overview.fml.recipes;
</chapter>
diff --git a/fml/doc/ja/tutorial/overview/recipes.fml.sgml b/fml/doc/ja/tutorial/overview/recipes.fml.sgml
new file mode 100644
index 00000000..8ac04999
--- /dev/null
+++ b/fml/doc/ja/tutorial/overview/recipes.fml.sgml
@@ -0,0 +1,87 @@
+<!--
+ $FML$
+-->
+
+<sect1 id="recipes.overview.fml">
+ <title>
+ レシピ’s
+ </title>
+
+
+<qandaset>
+
+
+<qandaentry>
+
+<question>
+<para>
+なぜ &fml4; の次が &fml8; なのですか?
+</para>
+</question>
+
+<answer>
+<para>
+大きく内部構造を変える時に 1 bit ずらすのが伝統だからです :-)
+</para>
+
+<para>
+&fml8; は 4 のコードを全て捨てて一から作りなおされたソフトウエアです。
+4 から 5 だと単なる 4 のアップグレードだと思われるので 1 bit ずらして
+8 にしました。
+</para>
+
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+&fml4; と &fml8; の相違点は何ですか?
+</para>
+</question>
+
+<answer>
+<para>
+<link linkend="changes">
+<xref linkend="changes">
+</link>
+にまとめてありますので、参照して下さい。
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+current, stable, release どれをダウンロードするべきですか?
+</para>
+</question>
+
+<answer>
+<para>
+今のところ &fml8 にはそういった違いがありません。
+ファイルの日付を見て新しいものを選んで下さい。
+</para>
+
+<para>
+ダウンロードについては、
+<link linkend="download">
+<xref linkend="download">
+</link>
+を参照して下さい。
+</para>
+</answer>
+
+</qandaentry>
+
+
+</qandaset>
+
+
+</sect1>