summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fml/doc/en/tutorial/include/chapters.ent8
-rw-r--r--fml/doc/en/tutorial/overview/fml.sgml4
-rw-r--r--fml/doc/en/tutorial/overview/recipes.fml.sgml91
-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
6 files changed, 192 insertions, 7 deletions
diff --git a/fml/doc/en/tutorial/include/chapters.ent b/fml/doc/en/tutorial/include/chapters.ent
index b3b8dec9..b809d542 100644
--- a/fml/doc/en/tutorial/include/chapters.ent
+++ b/fml/doc/en/tutorial/include/chapters.ent
@@ -1,5 +1,5 @@
<!--
- $FML: chapters.ent,v 1.7 2005/12/15 03:07:24 fukachan Exp $
+ $FML: chapters.ent,v 1.8 2006/01/15 15:32:03 fukachan Exp $
$jaFML: chapters.ent,v 1.75 2003/06/20 22:03:12 fukachan Exp $
-->
@@ -29,8 +29,10 @@
<!-- part I: introduction .. test -->
-<!entity chapter.overview.fml SYSTEM "overview/fml.sgml">
-<!entity chapter.overview.ml SYSTEM "overview/ml.sgml">
+<!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">
<!-- part II: set up -->
diff --git a/fml/doc/en/tutorial/overview/fml.sgml b/fml/doc/en/tutorial/overview/fml.sgml
index f64d0b91..30ee4694 100644
--- a/fml/doc/en/tutorial/overview/fml.sgml
+++ b/fml/doc/en/tutorial/overview/fml.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: fml.sgml,v 1.3 2005/07/23 01:57:40 fukachan Exp $
+ $FML: fml.sgml,v 1.4 2005/09/28 11:05:52 fukachan Exp $
$jaFML: fml.sgml,v 1.4 2003/04/15 14:51:43 fukachan Exp $
-->
@@ -538,5 +538,7 @@ This is a feature of &fml8;.
</sect1>
+<!-- TABLE_OF_RECIPES -->
+&sect.overview.fml.recipes;
</chapter>
diff --git a/fml/doc/en/tutorial/overview/recipes.fml.sgml b/fml/doc/en/tutorial/overview/recipes.fml.sgml
new file mode 100644
index 00000000..47e05d32
--- /dev/null
+++ b/fml/doc/en/tutorial/overview/recipes.fml.sgml
@@ -0,0 +1,91 @@
+<!--
+ $FML$
+-->
+
+<sect1 id="recipes.overview.fml">
+ <title>
+ Recipes
+ </title>
+
+
+<qandaset>
+
+
+<qandaentry>
+
+<question>
+<para>
+Why &fml8; is the next official release of &fml4; series ?
+</para>
+</question>
+
+<answer>
+
+<para>
+1 bit shift of version with greate internal change is traditional :-)
+</para>
+
+<para>
+&fml8; is build from scratch by discarding &fml4; source codes.
+&fml8; is not a upgraded &fml4; software.
+So we use 1 bit shifted version number for &fml8;.
+</para>
+
+</answer>
+
+</qandaentry>
+
+
+</qandaset>
+
+
+<qandaentry>
+
+<question>
+<para>
+What difference between &fml4; and &fml8; ?
+</para>
+</question>
+
+<answer>
+<para>
+See
+<link linkend="changes">
+<xref linkend="changes">
+</link>
+fore more details.
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+Which of current, stable and release should we download ?
+</para>
+</question>
+
+<answer>
+<para>
+&fml8; does not provide such release line today.
+Please download the latest one by comparing file name which has date in int.
+</para>
+
+<para>
+See
+<link linkend="download">
+<xref linkend="download">
+</link>
+on download.
+</para>
+</answer>
+
+</qandaentry>
+
+</qandaset>
+
+
+</sect1>
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>