summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-24 13:32:53 +0000
committerfukachan <fukachan>2001-04-24 13:32:53 +0000
commit548a6ec067c37bd60bfb7d841fbed3f0a52fcd98 (patch)
tree4d51a8192a325ec6df6509266bacca76999a8113 /fml/doc/ja/tutorial
parent81fbb7da11b9ed30cf3b0e5cd4ce51d712cbaf05 (diff)
downloadfml8-548a6ec067c37bd60bfb7d841fbed3f0a52fcd98.tar.gz
fml8-548a6ec067c37bd60bfb7d841fbed3f0a52fcd98.tar.bz2
fml8-548a6ec067c37bd60bfb7d841fbed3f0a52fcd98.zip
merge dirhier.html and hier.html to cvstree.sgml
create "part III" for developers. move "programing style" from appendix to part III.
Diffstat (limited to 'fml/doc/ja/tutorial')
-rw-r--r--fml/doc/ja/tutorial/fml-devel.sgml22
1 files changed, 17 insertions, 5 deletions
diff --git a/fml/doc/ja/tutorial/fml-devel.sgml b/fml/doc/ja/tutorial/fml-devel.sgml
index 185db458..3a41a606 100644
--- a/fml/doc/ja/tutorial/fml-devel.sgml
+++ b/fml/doc/ja/tutorial/fml-devel.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: fml-devel.sgml,v 1.8 2001/04/24 10:06:37 fukachan Exp $
+$FML: fml-devel.sgml,v 1.9 2001/04/24 10:57:45 fukachan Exp $
-->
<!doctype book public "-//OASIS//DTD DocBook V3.1//EN" [
@@ -18,7 +18,7 @@ $FML: fml-devel.sgml,v 1.8 2001/04/24 10:06:37 fukachan Exp $
<toc></toc>
<part>
- <title> 基本的な設定ガイド </title>
+ <title> 基本的な使い方 </title>
<partintro>
<para>
本パートは初心者向けの設定ガイドを目指しています。
@@ -42,7 +42,7 @@ $FML: fml-devel.sgml,v 1.8 2001/04/24 10:06:37 fukachan Exp $
<part>
- <title> 技術的な議論 </title>
+ <title> 技術的解説 </title>
<partintro>
<para>
本パートでは…
@@ -55,13 +55,25 @@ $FML: fml-devel.sgml,v 1.8 2001/04/24 10:06:37 fukachan Exp $
</part>
+ <part>
+ <title> 開発者向けの話題 </title>
+ <partintro>
+ <para>
+ 本パートでは開発者向けの内容についてまとめます。
+ </para>
+ </partintro>
+
+ <!-- 以下、各章が並ぶ -->
+ &cvstree;
+ &programingstyle;
+ </part>
+
+
<!--
***** ここから後は付録 *****
-->
<part>
<title> 付録 </title>
-
- &programingstyle;
&docbook;
</part>