From e6e4bdb75bbf059bc189d78dcdd473fd4f79c7e9 Mon Sep 17 00:00:00 2001 From: fukachan Date: Tue, 24 Apr 2001 06:51:59 +0000 Subject: clean up hierarchical structure define and include logical structure such as &preface, &bookinfo, ... add $FML$ tag if needed --- fml/doc/ja/tutorial/bookinfo.sgml | 41 +++++++++++ fml/doc/ja/tutorial/bootloader.sgml | 6 +- fml/doc/ja/tutorial/docbook.sgml | 10 +++ fml/doc/ja/tutorial/fml-devel.sgml | 113 +++++++++++++++--------------- fml/doc/ja/tutorial/include.sgml | 12 +++- fml/doc/ja/tutorial/include/bookinfo.sgml | 41 +++++++++++ fml/doc/ja/tutorial/intro.sgml | 9 ++- fml/doc/ja/tutorial/preface.sgml | 14 ++++ fml/doc/ja/tutorial/programing_style.sgml | 13 +++- fml/doc/ja/tutorial/terms.sgml | 9 ++- 10 files changed, 198 insertions(+), 70 deletions(-) create mode 100644 fml/doc/ja/tutorial/bookinfo.sgml create mode 100644 fml/doc/ja/tutorial/include/bookinfo.sgml create mode 100644 fml/doc/ja/tutorial/preface.sgml (limited to 'fml/doc/ja/tutorial') diff --git a/fml/doc/ja/tutorial/bookinfo.sgml b/fml/doc/ja/tutorial/bookinfo.sgml new file mode 100644 index 00000000..cfa477f2 --- /dev/null +++ b/fml/doc/ja/tutorial/bookinfo.sgml @@ -0,0 +1,41 @@ + + + + + + fml-devel (fml 5.0) チュートリアル + + + + Dr + Ken'ichi + Fukamachi + + FML.ORG +
+ + + fukachan@fml.org + + +
+
+
+ + + 2001 + Ken'ichi Fukamachi + + +
+ + + + All rights reserved. This program is free software; you can + redistribute it and/or modify it under the same terms as Perl itself. + + + +
diff --git a/fml/doc/ja/tutorial/bootloader.sgml b/fml/doc/ja/tutorial/bootloader.sgml index c90e5f8d..69a6632f 100644 --- a/fml/doc/ja/tutorial/bootloader.sgml +++ b/fml/doc/ja/tutorial/bootloader.sgml @@ -1,7 +1,9 @@ + + バージョン依存性を解決するための fml ブートローダ @@ -147,3 +149,5 @@ $process->finish($args); + + diff --git a/fml/doc/ja/tutorial/docbook.sgml b/fml/doc/ja/tutorial/docbook.sgml index 72a78576..9cafff31 100644 --- a/fml/doc/ja/tutorial/docbook.sgml +++ b/fml/doc/ja/tutorial/docbook.sgml @@ -1,3 +1,10 @@ + + + + + SGML の書き方 @@ -25,3 +32,6 @@ SGML のオンライン版を見ると良いでしょう。 + + + diff --git a/fml/doc/ja/tutorial/fml-devel.sgml b/fml/doc/ja/tutorial/fml-devel.sgml index 6d27f4f7..06774a6b 100644 --- a/fml/doc/ja/tutorial/fml-devel.sgml +++ b/fml/doc/ja/tutorial/fml-devel.sgml @@ -1,67 +1,64 @@ - %include; -]> - + %include; +]> + - - - - fml-devel (fml 5.0) チュートリアル - - - - Dr - Ken'ichi - Fukamachi - - FML.ORG -
- - - fukachan@fml.org - - -
-
-
- - - 2001 - Ken'ichi Fukamachi - - -
- - - - All rights reserved. This program is free software; you can - redistribute it and/or modify it under the same terms as Perl itself. - - - -
- - - - - &intro; - - - - &bootloader; - - - - - &programingstyle; - &terms; - &docbook; + + &bookinfo; + + &preface; + + + + + 基本的な設定ガイド + + + 本パートは初心者向けの設定ガイドを目指しています。 + 内容は基本的なデザイン思想や設定の仕方についてです。 + + + なお、メーリングリストの仕組みなどの、 + より基本的な内容については + &fmlbible; + や + &www.fml.org; + などを参照して下さい。 + + + + + &intro; + + + + 技術的な議論 + + + 本パートでは… + + + + + &bootloader; + + + + + &programingstyle; + &docbook;
+ + + + diff --git a/fml/doc/ja/tutorial/include.sgml b/fml/doc/ja/tutorial/include.sgml index 1647cc95..2c86c377 100644 --- a/fml/doc/ja/tutorial/include.sgml +++ b/fml/doc/ja/tutorial/include.sgml @@ -1,6 +1,13 @@ + + + + + @@ -10,8 +17,9 @@ - + + + - diff --git a/fml/doc/ja/tutorial/include/bookinfo.sgml b/fml/doc/ja/tutorial/include/bookinfo.sgml new file mode 100644 index 00000000..cfa477f2 --- /dev/null +++ b/fml/doc/ja/tutorial/include/bookinfo.sgml @@ -0,0 +1,41 @@ + + + + + + fml-devel (fml 5.0) チュートリアル + + + + Dr + Ken'ichi + Fukamachi + + FML.ORG +
+ + + fukachan@fml.org + + +
+
+
+ + + 2001 + Ken'ichi Fukamachi + + +
+ + + + All rights reserved. This program is free software; you can + redistribute it and/or modify it under the same terms as Perl itself. + + + +
diff --git a/fml/doc/ja/tutorial/intro.sgml b/fml/doc/ja/tutorial/intro.sgml index a5650498..2e60f0d9 100644 --- a/fml/doc/ja/tutorial/intro.sgml +++ b/fml/doc/ja/tutorial/intro.sgml @@ -1,9 +1,9 @@ + + fml5 (仮名) プロジェクトの目的 @@ -289,3 +289,6 @@ fml 5.0 + + + diff --git a/fml/doc/ja/tutorial/preface.sgml b/fml/doc/ja/tutorial/preface.sgml new file mode 100644 index 00000000..348dbd3a --- /dev/null +++ b/fml/doc/ja/tutorial/preface.sgml @@ -0,0 +1,14 @@ + + + + + はじめに + + + + + &terms; + + diff --git a/fml/doc/ja/tutorial/programing_style.sgml b/fml/doc/ja/tutorial/programing_style.sgml index 2a00206f..944ef95a 100644 --- a/fml/doc/ja/tutorial/programing_style.sgml +++ b/fml/doc/ja/tutorial/programing_style.sgml @@ -1,6 +1,10 @@ - -プログラミング・スタイル - + + + + +プログラミング・スタイル プログラミング・スタイル (原案のメモ(注: 単なる走り書き)) @@ -83,3 +87,6 @@ しかし、そのひとつ下の層、そしてさらにその下では、 再利用性とポリモーフィズムに傾いた方がよさそうにおもえる。 + + + diff --git a/fml/doc/ja/tutorial/terms.sgml b/fml/doc/ja/tutorial/terms.sgml index e178d731..46203dbb 100644 --- a/fml/doc/ja/tutorial/terms.sgml +++ b/fml/doc/ja/tutorial/terms.sgml @@ -1,8 +1,9 @@ + + + 本チュートリアル中における用語について @@ -29,3 +30,5 @@ + + -- cgit v1.2.1