summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/include
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-05-01 15:38:04 +0000
committerfukachan <fukachan>2001-05-01 15:38:04 +0000
commitb738f42fb4d32ce016206c20e5a029be23e3e916 (patch)
tree73be7d11bf0082c8066c718141389c36b6ad0332 /fml/doc/ja/tutorial/include
parentbe46650e24f5e2ec272d55cbede8b6ab5069d794 (diff)
downloadfml8-b738f42fb4d32ce016206c20e5a029be23e3e916.tar.gz
fml8-b738f42fb4d32ce016206c20e5a029be23e3e916.tar.bz2
fml8-b738f42fb4d32ce016206c20e5a029be23e3e916.zip
make overview/ part and modified to fit it
Diffstat (limited to 'fml/doc/ja/tutorial/include')
-rw-r--r--fml/doc/ja/tutorial/include/chapters.ent65
1 files changed, 35 insertions, 30 deletions
diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent
index b57822fb..20c72bf2 100644
--- a/fml/doc/ja/tutorial/include/chapters.ent
+++ b/fml/doc/ja/tutorial/include/chapters.ent
@@ -1,52 +1,50 @@
<!--
- $FML: chapters.ent,v 1.1 2001/05/01 14:49:18 fukachan Exp $
+ $FML: chapters.ent,v 1.2 2001/05/01 15:16:26 fukachan Exp $
-->
<!entity versin "1.1">
-<!-- include する SGML ファイル群 -->
-<!entity bookinfo SYSTEM "include/bookinfo.sgml">
-<!entity preface SYSTEM "preface.sgml">
-<!entity terms SYSTEM "include/terms.sgml">
-
+<!-- ポインタ -->
+<!entity fmlbible "『fml バイブル』(オライリージャパン刊)">
+<!entity www.fml.org "http://www.fml.org/fml/">
-<!entity available SYSTEM "available.sgml">
-<!entity docbook SYSTEM "docbook.sgml">
-<!entity download SYSTEM "download.sgml">
-<!entity install SYSTEM "install/chapter.sgml">
-<!entity install SYSTEM "install.sgml">
-<!entity fmlcommands SYSTEM "commands.sgml">
-<!entity overview SYSTEM "overview.sgml">
+<!-- 画像 -->
+<!entity architecture SYSTEM "architecture.gif" ndata gif>
-<!entity reference SYSTEM "reference.sgml">
+<!-- メタレベル -->
+<!entity bookinfo SYSTEM "include/bookinfo.sgml">
+<!entity terms SYSTEM "include/terms.sgml">
+<!entity preface SYSTEM "preface.sgml">
-<!entity delivery SYSTEM "delivery/chapter.sgml">
-<!entity modules SYSTEM "modules.sgml">
+<!-- overview: introduction 〜 インストール、テストまで -->
+<!entity overview SYSTEM "overview/chapter.sgml">
+<!entity download SYSTEM "overview/download.sgml">
+<!entity available SYSTEM "overview/available.sgml">
+<!entity install SYSTEM "install/chapter.sgml">
-<!entity appendix SYSTEM "appendix.sgml">
-<!entity glossary SYSTEM "glossary.sgml">
-<!entity cvstree SYSTEM "devel/cvstree.sgml">
-<!entity cvstags SYSTEM "devel/cvstags.sgml">
+<!-- う〜ん、分類は…?;-) -->
+<!entity fmlcommands SYSTEM "commands.sgml">
+<!entity modules SYSTEM "modules.sgml">
-<!-- ポインタ -->
-<!entity fmlbible "『fml バイブル』(オライリージャパン刊)">
-<!entity www.fml.org "http://www.fml.org/fml/">
+<!-- 内部構造 -->
+<!entity chapter.bootloader SYSTEM "internals/bootloader.sgml">
+<!entity sect.main.cf SYSTEM "internals/main.cf.sgml">
+<!entity chapter.programingstyle SYSTEM "internals/style.sgml">
+<!entity design SYSTEM "internals/design.sgml">
-<!-- 画像 -->
-<!entity architecture SYSTEM "architecture.gif" ndata gif>
+<!-- 配送 -->
+<!entity delivery SYSTEM "delivery/chapter.sgml">
-<!-- 内部構造 -->
-<!entity chapter.bootloader SYSTEM "internals/bootloader.sgml">
-<!entity sect.main.cf SYSTEM "internals/main.cf.sgml">
-<!entity chapter.programingstyle SYSTEM "internals/style.sgml">
-<!entity design SYSTEM "internals/design.sgml">
+<!-- 開発 -->
+<!entity cvstree SYSTEM "devel/cvstree.sgml">
+<!entity cvstags SYSTEM "devel/cvstags.sgml">
<!-- プログラムの説明 -->
@@ -55,3 +53,10 @@
<!entity sect.fmldoc SYSTEM "programs/fmldoc.sgml">
<!entity sect.fmlticket SYSTEM "programs/fmlticket.sgml">
<!entity sect.makefml SYSTEM "programs/makefml.sgml">
+
+
+<!-- Appendix -->
+<!entity reference SYSTEM "reference.sgml">
+<!entity appendix SYSTEM "appendix.sgml">
+<!entity glossary SYSTEM "glossary.sgml">
+<!entity docbook SYSTEM "docbook.sgml">