diff options
| author | fukachan <fukachan> | 2006-01-16 03:21:34 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-16 03:21:34 +0000 |
| commit | 7c9a0e2cbeb115195e3aa8ba69b05a372446186b (patch) | |
| tree | 66ca853a61fd7641d31ef070588360d671c167e7 /fml/doc/ja/tutorial/overview | |
| parent | 507a307866f3a5bd9b1b642aa4cd9a6e39e329ee (diff) | |
| download | fml8-7c9a0e2cbeb115195e3aa8ba69b05a372446186b.tar.gz fml8-7c9a0e2cbeb115195e3aa8ba69b05a372446186b.tar.bz2 fml8-7c9a0e2cbeb115195e3aa8ba69b05a372446186b.zip | |
add and enable recipes on fml overview.
Diffstat (limited to 'fml/doc/ja/tutorial/overview')
| -rw-r--r-- | fml/doc/ja/tutorial/overview/fml.sgml | 4 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/overview/recipes.fml.sgml | 87 |
2 files changed, 90 insertions, 1 deletions
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 --> +§.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> |
