summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/include
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-05-01 15:16:24 +0000
committerfukachan <fukachan>2001-05-01 15:16:24 +0000
commitbe46650e24f5e2ec272d55cbede8b6ab5069d794 (patch)
tree9fbdac5f5a758b988cd2ac35a8a521a8f9e2f020 /fml/doc/ja/tutorial/include
parent4bb9aaf8949fa030babd96318840aec38e8cfc41 (diff)
downloadfml8-be46650e24f5e2ec272d55cbede8b6ab5069d794.tar.gz
fml8-be46650e24f5e2ec272d55cbede8b6ab5069d794.tar.bz2
fml8-be46650e24f5e2ec272d55cbede8b6ab5069d794.zip
modified to fit with created subdirectories: programs/, install/,
delivery/, internals/, devel/ and include/.
Diffstat (limited to 'fml/doc/ja/tutorial/include')
-rw-r--r--fml/doc/ja/tutorial/include/chapters.ent45
-rw-r--r--fml/doc/ja/tutorial/include/terms.sgml34
2 files changed, 58 insertions, 21 deletions
diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent
index 4084cc85..b57822fb 100644
--- a/fml/doc/ja/tutorial/include/chapters.ent
+++ b/fml/doc/ja/tutorial/include/chapters.ent
@@ -1,54 +1,57 @@
<!--
- $FML: include.sgml,v 1.17 2001/04/30 10:21:44 fukachan Exp $
+ $FML: chapters.ent,v 1.1 2001/05/01 14:49:18 fukachan Exp $
-->
<!entity versin "1.1">
<!-- include する SGML ファイル群 -->
-<!entity bookinfo SYSTEM "bookinfo.sgml">
+<!entity bookinfo SYSTEM "include/bookinfo.sgml">
<!entity preface SYSTEM "preface.sgml">
+<!entity terms SYSTEM "include/terms.sgml">
<!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 terms SYSTEM "terms.sgml">
-<!entity intro SYSTEM "intro.sgml">
-<!entity install SYSTEM "install.sgml">
-<!entity main.cf SYSTEM "main.cf.sgml">
-
-<!entity fmlcommands SYSTEM "commands.sgml">
-<!entity overview SYSTEM "overview.sgml">
-<!entity design SYSTEM "design.sgml">
-<!entity bootloader SYSTEM "bootloader.sgml">
-<!entity programingstyle SYSTEM "style.sgml">
-<!entity reference SYSTEM "reference.sgml">
+<!entity fmlcommands SYSTEM "commands.sgml">
+<!entity overview SYSTEM "overview.sgml">
+<!entity reference SYSTEM "reference.sgml">
-<!entity delivery SYSTEM "delivery.sgml">
+<!entity delivery SYSTEM "delivery/chapter.sgml">
<!entity modules SYSTEM "modules.sgml">
<!entity appendix SYSTEM "appendix.sgml">
<!entity glossary SYSTEM "glossary.sgml">
-<!entity cvstree SYSTEM "cvstree.sgml">
-<!entity cvstags SYSTEM "cvstags.sgml">
+<!entity cvstree SYSTEM "devel/cvstree.sgml">
+<!entity cvstags SYSTEM "devel/cvstags.sgml">
+
<!-- ポインタ -->
<!entity fmlbible "『fml バイブル』(オライリージャパン刊)">
<!entity www.fml.org "http://www.fml.org/fml/">
+
<!-- 画像 -->
<!entity architecture SYSTEM "architecture.gif" ndata gif>
+<!-- 内部構造 -->
+<!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 chapter.programs SYSTEM "programs/chapter.sgml">
-<!entity sect.fmlconf SYSTEM "programs/fmlconf.sgml">
-<!entity sect.fmldoc SYSTEM "programs/fmldoc.sgml">
-<!entity sect.fmlticket SYSTEM "programs/fmlticket.sgml">
-<!entity sect.makefml SYSTEM "programs/makefml.sgml">
+<!entity chapter.programs SYSTEM "programs/chapter.sgml">
+<!entity sect.fmlconf SYSTEM "programs/fmlconf.sgml">
+<!entity sect.fmldoc SYSTEM "programs/fmldoc.sgml">
+<!entity sect.fmlticket SYSTEM "programs/fmlticket.sgml">
+<!entity sect.makefml SYSTEM "programs/makefml.sgml">
diff --git a/fml/doc/ja/tutorial/include/terms.sgml b/fml/doc/ja/tutorial/include/terms.sgml
new file mode 100644
index 00000000..bd4e804d
--- /dev/null
+++ b/fml/doc/ja/tutorial/include/terms.sgml
@@ -0,0 +1,34 @@
+<!--
+ $FML: terms.sgml,v 1.2 2001/04/24 06:52:00 fukachan Exp $
+-->
+
+<sect1 id="terms">
+
+<title> 本チュートリアル中における用語について </title>
+
+<variablelist>
+
+ <varlistentry>
+ <term> % </term>
+ <listitem>
+ <para> 一般ユーザのプロンプト </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term> # </term>
+ <listitem>
+ <para> ユーザ root のプロンプト </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term> fml4 </term>
+ <listitem>
+ <para> fml 4.0 シリーズのこと </para>
+ </listitem>
+ </varlistentry>
+
+</variablelist>
+
+</sect1>