diff options
| author | fukachan <fukachan> | 2008-08-23 00:59:51 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-08-23 00:59:51 +0000 |
| commit | 1ac571ce521e7b305af2dba28fa8af2588859223 (patch) | |
| tree | d1131e7efd7ec2e6a3878cb2f641b51c9dab2277 /fml/doc/ja/tutorial | |
| parent | acceda03fc09f15247f838cd91dff66c7af1dabc (diff) | |
| download | fml8-1ac571ce521e7b305af2dba28fa8af2588859223.tar.gz fml8-1ac571ce521e7b305af2dba28fa8af2588859223.tar.bz2 fml8-1ac571ce521e7b305af2dba28fa8af2588859223.zip | |
remove faq entry.
merge faq/'s recipes to tutorial.
Diffstat (limited to 'fml/doc/ja/tutorial')
| -rw-r--r-- | fml/doc/ja/tutorial/customize/chapter.config.sgml | 38 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/install/recipes.sgml | 28 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/overview/recipes.fml.sgml | 20 |
3 files changed, 83 insertions, 3 deletions
diff --git a/fml/doc/ja/tutorial/customize/chapter.config.sgml b/fml/doc/ja/tutorial/customize/chapter.config.sgml index ee5163b4..c47954bf 100644 --- a/fml/doc/ja/tutorial/customize/chapter.config.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.config.sgml @@ -1,5 +1,5 @@ <!-- - $FML: chapter.config.sgml,v 1.4 2004/04/07 11:07:02 fukachan Exp $ + $FML: chapter.config.sgml,v 1.5 2004/10/06 09:07:34 fukachan Exp $ --> @@ -26,4 +26,40 @@ </sect1> +<sect1 id="recipes.config"> + <title> + レシピ's + </title> + +<qandaset> + +<qandaentry> +<question> + <para> + elena MLの設定を見る + </para> +</question> + +<answer> + <para> + 全部の変数を表示する +<screen> +% /usr/local/bin/fmlconf elena +</screen> + </para> + + <para> + デフォルト値と異なる変数を表示する +<screen> +% /usr/local/bin/fmlconf -n elena +</screen> + </para> +</answer> +</qandaentry> + +</qandaset> + +</sect1> + + </chapter> diff --git a/fml/doc/ja/tutorial/install/recipes.sgml b/fml/doc/ja/tutorial/install/recipes.sgml index 00b5550e..257a72ae 100644 --- a/fml/doc/ja/tutorial/install/recipes.sgml +++ b/fml/doc/ja/tutorial/install/recipes.sgml @@ -1,5 +1,5 @@ <!-- - $FML: recipes.sgml,v 1.1 2005/10/08 07:32:54 fukachan Exp $ + $FML: recipes.sgml,v 1.2 2008/08/18 13:21:42 fukachan Exp $ --> <qandaset> @@ -212,5 +212,31 @@ MTA を Unix で動かせば良いでしょう。 </qandaentry> +<qandaentry> +<question> + <para> + loader や Bootstrap() がど〜っとかいうエラーが出る + </para> +</question> + +<answer> +<para> +ブートストラップのやり方がまだ収束してないので、稀に +fml の boot loader (/usr/local/fml/libexec/loader) +を入れ替える必要がある時があります。 +</para> + +<para> +そういう場合は、make install 時に +<screen> +You must upgrade loader. Replace it ? [y/n] +</screen> +と表示されます。ここで y と答えると、 +インストーラが loader を新しいものに入れ換えます。 +</para> + +</answer> +</qandaentry> + </qandaset> diff --git a/fml/doc/ja/tutorial/overview/recipes.fml.sgml b/fml/doc/ja/tutorial/overview/recipes.fml.sgml index 8ac04999..7c4e3d71 100644 --- a/fml/doc/ja/tutorial/overview/recipes.fml.sgml +++ b/fml/doc/ja/tutorial/overview/recipes.fml.sgml @@ -1,5 +1,5 @@ <!-- - $FML$ + $FML: recipes.fml.sgml,v 1.1 2006/01/16 03:21:34 fukachan Exp $ --> <sect1 id="recipes.overview.fml"> @@ -81,6 +81,24 @@ current, stable, release どれをダウンロードするべきですか? </qandaentry> +<qandaentry> +<question> + <para> + ドキュメントは ? + </para> +</question> + +<answer> + <para> + ドキュメントはテキストと HTML 版があります。 + + HTML 版は + トップ・ディレクトリにある index.html.ja からたどっていってください。 + </para> +</answer> +</qandaentry> + + </qandaset> |
