diff options
| author | fukachan <fukachan> | 2004-04-02 04:53:39 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-04-02 04:53:39 +0000 |
| commit | 63ada28514c43332948d2752c1e5b11d541bbb1b (patch) | |
| tree | 68ca0c1a489b3b5d2aff4584edf6270c77affae3 | |
| parent | 55f23e03e761ecffd9cbbd58a556938ffc3ebd6f (diff) | |
| download | fml8-63ada28514c43332948d2752c1e5b11d541bbb1b.tar.gz fml8-63ada28514c43332948d2752c1e5b11d541bbb1b.tar.bz2 fml8-63ada28514c43332948d2752c1e5b11d541bbb1b.zip | |
add&enable changes between fml4 and fml8.
| -rw-r--r-- | fml/doc/ja/tutorial/book.sgml | 6 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/include/bookinfo.sgml | 9 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/include/chapters.ent | 7 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/preface.sgml | 10 |
4 files changed, 27 insertions, 5 deletions
diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml index dfbab604..d1ba6a6f 100644 --- a/fml/doc/ja/tutorial/book.sgml +++ b/fml/doc/ja/tutorial/book.sgml @@ -2,7 +2,7 @@ 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.63 2004/03/23 05:16:50 fukachan Exp $ +$FML: book.sgml,v 1.64 2004/03/25 04:10:02 fukachan Exp $ --> <!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [ @@ -58,6 +58,9 @@ $FML: book.sgml,v 1.63 2004/03/23 05:16:50 fukachan Exp $ <!-- 2000/nt --> &chapter.install.fml.nt; + <!-- changes --> + &chapter.changes; + <!-- misc around installation/setup --> &chapter.upgrade; @@ -80,6 +83,7 @@ $FML: book.sgml,v 1.63 2004/03/23 05:16:50 fukachan Exp $ &chapter.usage.user; &chapter.usage.onhost; &chapter.config; + &chapter.filename; <!-- ここでいいのか?ちょっとわからん --> <!-- customize --> diff --git a/fml/doc/ja/tutorial/include/bookinfo.sgml b/fml/doc/ja/tutorial/include/bookinfo.sgml index 21296697..62064a6b 100644 --- a/fml/doc/ja/tutorial/include/bookinfo.sgml +++ b/fml/doc/ja/tutorial/include/bookinfo.sgml @@ -1,5 +1,5 @@ <!-- - $FML: bookinfo.sgml,v 1.12 2003/11/05 13:58:40 tmu Exp $ + $FML: bookinfo.sgml,v 1.13 2004/03/18 08:58:49 fukachan Exp $ --> <bookinfo> @@ -43,6 +43,11 @@ <ulink url="../../../fml/doc/ja/todo/STATUS.html"> http://www.fml.org/software/fml-devel/fml/doc/ja/todo/STATUS.html </ulink> + を、 + fml4 と fml8 の相違点については、 + <link linkend="changes"> + <xref linkend="changes"> + </link> を参照して下さい。 </para> @@ -52,7 +57,7 @@ <ulink url="../../../fml/doc/ja/todo/STATUS.html"> STATUS </ulink> - のドキュメントを参照して下さい)。 + ドキュメントを参照して下さい)。 <screen> perl 5.6.1 on NetBSD 1.5.x (1.5 stable) perl 5.6.1 on NetBSD 1.6 diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent index 5d78a570..1dd3fe5b 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.85 2004/03/25 04:10:03 fukachan Exp $ + $FML: chapters.ent,v 1.86 2004/03/31 06:03:00 fukachan Exp $ --> <!entity versin "1.1"> @@ -210,3 +210,8 @@ <!entity recipe.version SYSTEM "troubleshoot/recipe.version.sgml"> <!entity recipe.listup.addresses SYSTEM "troubleshoot/recipe.listup.addresses.sgml"> <!entity recipe.listup.aliases SYSTEM "troubleshoot/recipe.listup.aliases.sgml"> + + +<!-- changes --> +<!entity chapter.changes SYSTEM "changes/chapter.sgml"> +<!entity table.changes.cui SYSTEM "changes/table.cui.sgml"> diff --git a/fml/doc/ja/tutorial/preface.sgml b/fml/doc/ja/tutorial/preface.sgml index d21d55ae..64d2e953 100644 --- a/fml/doc/ja/tutorial/preface.sgml +++ b/fml/doc/ja/tutorial/preface.sgml @@ -1,5 +1,5 @@ <!-- - $FML: preface.sgml,v 1.17 2002/07/06 14:55:14 fukachan Exp $ + $FML: preface.sgml,v 1.18 2003/04/15 14:51:35 fukachan Exp $ --> @@ -25,6 +25,14 @@ config.cf の編集支援ツール(makefml config や CGI からの設定変更)を </para> <para> +なお、fml4 と fml8 の相違点については、 +<link linkend="changes"> +<xref linkend="changes"> +</link> +を参照して下さい。 +</para> + +<para> ただ 4.0 の細かい昨日まで実装されているわけではありません。 その意味で、いろいろな機能を使いたい人は、まだ <ulink url="http://www.fml.org/software/fml/menu.html"> |
