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 | |
| parent | acceda03fc09f15247f838cd91dff66c7af1dabc (diff) | |
| download | fml8-1ac571ce521e7b305af2dba28fa8af2588859223.tar.gz fml8-1ac571ce521e7b305af2dba28fa8af2588859223.tar.bz2 fml8-1ac571ce521e7b305af2dba28fa8af2588859223.zip | |
remove faq entry.
merge faq/'s recipes to tutorial.
| -rw-r--r-- | fml/doc/ja/Makefile | 5 | ||||
| -rw-r--r-- | fml/doc/ja/faq/.cvsignore | 3 | ||||
| -rw-r--r-- | fml/doc/ja/faq/Makefile | 40 | ||||
| -rw-r--r-- | fml/doc/ja/faq/book.sgml | 22 | ||||
| -rw-r--r-- | fml/doc/ja/faq/general.sgml | 55 | ||||
| -rw-r--r-- | fml/doc/ja/faq/include/bookinfo.sgml | 41 | ||||
| -rw-r--r-- | fml/doc/ja/faq/include/chapters.ent | 25 | ||||
| -rw-r--r-- | fml/doc/ja/faq/install.sgml | 37 | ||||
| -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 |
11 files changed, 85 insertions, 229 deletions
diff --git a/fml/doc/ja/Makefile b/fml/doc/ja/Makefile index ab66cb43..a4194cd0 100644 --- a/fml/doc/ja/Makefile +++ b/fml/doc/ja/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.4 2002/04/03 15:40:44 fukachan Exp $ +# $FML: Makefile,v 1.5 2008/08/23 00:38:20 fukachan Exp $ # all: doc @@ -8,10 +8,9 @@ doc: (cd tutorial ; make ) (cd tech ; make ) (cd todo ; make ) - (cd faq ; make ) clean: (cd tutorial ; make clean ) (cd tech ; make clean ) (cd todo ; make clean ) - (cd faq ; make clean ) + diff --git a/fml/doc/ja/faq/.cvsignore b/fml/doc/ja/faq/.cvsignore deleted file mode 100644 index cd6a392b..00000000 --- a/fml/doc/ja/faq/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -book -book.txt -tmp diff --git a/fml/doc/ja/faq/Makefile b/fml/doc/ja/faq/Makefile deleted file mode 100644 index 31f7605f..00000000 --- a/fml/doc/ja/faq/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# -# $FML: Makefile,v 1.11 2001/05/01 09:15:21 fukachan Exp $ -# - -# targets -TARGET = book -TARGET_DIR = ../../../../Documentation/ja/tutorial -ID = techtips.html - -### -### CONFIGURATIONS -### - -SOURCE = book -BOOK = faq -BOOK_ID = index -TARGET_DIR = ../../../../Documentation/ja/$(BOOK) - - -### -### RULES -### - -_ARGV = SOURCE=$(SOURCE) BOOK=$(BOOK) BOOK_ID=$(BOOK_ID) -_MAKE = $(MAKE) -f ../Makefile.template $(_ARGV) - - -all: export - -html: - @ $(_MAKE) html - -clean: - @ $(_MAKE) clean - -export: - @ $(_MAKE) export - -scan: - @ $(_MAKE) scan diff --git a/fml/doc/ja/faq/book.sgml b/fml/doc/ja/faq/book.sgml deleted file mode 100644 index dd0d3c46..00000000 --- a/fml/doc/ja/faq/book.sgml +++ /dev/null @@ -1,22 +0,0 @@ -<!-- -This is an sgml using DocBook dtd. Use sgmltools version 2.0.x or above -to generate various output formats. - -$FML: book.sgml,v 1.2 2001/05/19 05:50:39 fukachan Exp $ ---> - -<!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [ - <!entity % include SYSTEM "include/chapters.ent"> %include; -]> - -<book> - - &bookinfo; - - <toc></toc> - - &chapter.general; - &chapter.install; - -</book> - diff --git a/fml/doc/ja/faq/general.sgml b/fml/doc/ja/faq/general.sgml deleted file mode 100644 index aa36e7d9..00000000 --- a/fml/doc/ja/faq/general.sgml +++ /dev/null @@ -1,55 +0,0 @@ -<!-- - $FML: general.sgml,v 1.4 2001/05/27 04:50:44 fukachan Exp $ ---> - -<chapter id="general"> - -<title> 一般的な話 </title> - -<qandaset> -<qandaentry> -<question> - <para> - ドキュメントは ? - </para> -</question> - -<answer> - <para> - ドキュメントはテキストと HTML 版があります。 - - HTML 版は - トップ・ディレクトリにある index.html.ja からたどっていってください。 - </para> -</answer> -</qandaentry> -</qandaset> - - -<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> - -</chapter> diff --git a/fml/doc/ja/faq/include/bookinfo.sgml b/fml/doc/ja/faq/include/bookinfo.sgml deleted file mode 100644 index 49208af5..00000000 --- a/fml/doc/ja/faq/include/bookinfo.sgml +++ /dev/null @@ -1,41 +0,0 @@ -<!-- - $FML: bookinfo.sgml,v 1.2 2002/04/01 23:40:56 fukachan Exp $ ---> - - <bookinfo> - <bookbiblio> - <title> - fml-devel (fml 8) TODO list - </title> - - <author> - <honorific> Dr </honorific> - <firstname> Ken'ichi </firstname> - <surname> Fukamachi </surname> - <affiliation> - <orgname>FML.ORG</orgname> - <address> - <email> - <ulink url="mailto:fukachan@fml.org"> - fukachan@fml.org - </ulink> - </email> - </address> - </affiliation> - </author> - - <copyright> - <year> 2001 </year> - <holder> Ken'ichi Fukamachi </holder> - </copyright> - - </bookbiblio> - - <legalnotice> - <para> - All rights reserved. This program is free software; you can - redistribute it and/or modify it under the same terms as Perl itself. - </para> - </legalnotice> - - </bookinfo> diff --git a/fml/doc/ja/faq/include/chapters.ent b/fml/doc/ja/faq/include/chapters.ent deleted file mode 100644 index e2b79dd3..00000000 --- a/fml/doc/ja/faq/include/chapters.ent +++ /dev/null @@ -1,25 +0,0 @@ -<!-- - $FML: chapters.ent,v 1.2 2001/05/19 06:03:03 fukachan Exp $ ---> - -<!entity versin "1.1"> - -<!-- ポインタ --> -<!entity fmlbible "『fml バイブル』(オライリージャパン刊)"> -<!entity www.fml.org "http://www.fml.org/fml/"> -<!entity fml4 "fml 4.0"> - - -<!-- 画像 --> -<!entity image.architecture SYSTEM "architecture.gif" ndata gif> - - -<!-- メタレベル --> -<!entity bookinfo SYSTEM "include/bookinfo.sgml"> -<!entity preface SYSTEM "preface.sgml"> -<!entity sect.terms SYSTEM "include/terms.sgml"> - - -<!-- chapters --> -<!entity chapter.general SYSTEM "general.sgml"> -<!entity chapter.install SYSTEM "install.sgml"> diff --git a/fml/doc/ja/faq/install.sgml b/fml/doc/ja/faq/install.sgml deleted file mode 100644 index 8858f731..00000000 --- a/fml/doc/ja/faq/install.sgml +++ /dev/null @@ -1,37 +0,0 @@ -<!-- - $FML: install.sgml,v 1.2 2001/05/19 05:51:59 fukachan Exp $ ---> - -<chapter id="installation"> - -<title> インストール </title> - -<qandaset> -<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> - -</chapter> 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> |
