summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fml/doc/ja/tutorial/cvstree.sgml72
-rw-r--r--fml/doc/ja/tutorial/devel/cvstree.sgml72
-rw-r--r--fml/doc/ja/tutorial/include.sgml5
3 files changed, 148 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/cvstree.sgml b/fml/doc/ja/tutorial/cvstree.sgml
new file mode 100644
index 00000000..a685bb18
--- /dev/null
+++ b/fml/doc/ja/tutorial/cvstree.sgml
@@ -0,0 +1,72 @@
+<!--
+ $FML
+-->
+
+<chapter id="dirhier">
+
+<title> cvs tree の構造 </title>
+
+<sect1>
+ <title> ディレクトリ構造 </title>
+
+<para>
+<programlisting>
+/etc/fml/
+/usr/local/lib/fml/$VERSION/
+/usr/local/libexec/fml/$VERSION/
+/usr/share/doc/fml/$VERSION/
+</programlisting>
+</para>
+
+
+<table>
+ <title> cvs tree 以下のディレクトリの説明 </title>
+
+ <tgroup cols=2>
+
+ <thead>
+ <row>
+ <entry> ディレクトリ </entry>
+ <entry> 説明 </entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>
+ Documentation/
+ </entry>
+
+ <entry>
+ ドキュメント
+ </entry>
+ </row>
+
+
+ <row>
+ <entry> fml/etc/ </entry>
+ <entry> 設定変数 </entry>
+ </row>
+
+
+ <row>
+ <entry> fml/lib/ </entry>
+ <entry> perl モジュール群 </entry>
+ </row>
+
+
+ <row>
+ <entry> fml/libexec/ </entry>
+ <entry>
+ 実行されるプログラムの実体。
+ もっともすぐにモジュールを
+ 呼び出すので、正確には wrapper です。
+ </entry>
+ </row>
+ </tbody>
+
+ </tgroup>
+</table>
+</sect1>
+
+</chapter>
diff --git a/fml/doc/ja/tutorial/devel/cvstree.sgml b/fml/doc/ja/tutorial/devel/cvstree.sgml
new file mode 100644
index 00000000..a685bb18
--- /dev/null
+++ b/fml/doc/ja/tutorial/devel/cvstree.sgml
@@ -0,0 +1,72 @@
+<!--
+ $FML
+-->
+
+<chapter id="dirhier">
+
+<title> cvs tree の構造 </title>
+
+<sect1>
+ <title> ディレクトリ構造 </title>
+
+<para>
+<programlisting>
+/etc/fml/
+/usr/local/lib/fml/$VERSION/
+/usr/local/libexec/fml/$VERSION/
+/usr/share/doc/fml/$VERSION/
+</programlisting>
+</para>
+
+
+<table>
+ <title> cvs tree 以下のディレクトリの説明 </title>
+
+ <tgroup cols=2>
+
+ <thead>
+ <row>
+ <entry> ディレクトリ </entry>
+ <entry> 説明 </entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>
+ Documentation/
+ </entry>
+
+ <entry>
+ ドキュメント
+ </entry>
+ </row>
+
+
+ <row>
+ <entry> fml/etc/ </entry>
+ <entry> 設定変数 </entry>
+ </row>
+
+
+ <row>
+ <entry> fml/lib/ </entry>
+ <entry> perl モジュール群 </entry>
+ </row>
+
+
+ <row>
+ <entry> fml/libexec/ </entry>
+ <entry>
+ 実行されるプログラムの実体。
+ もっともすぐにモジュールを
+ 呼び出すので、正確には wrapper です。
+ </entry>
+ </row>
+ </tbody>
+
+ </tgroup>
+</table>
+</sect1>
+
+</chapter>
diff --git a/fml/doc/ja/tutorial/include.sgml b/fml/doc/ja/tutorial/include.sgml
index e8a5a192..126a941e 100644
--- a/fml/doc/ja/tutorial/include.sgml
+++ b/fml/doc/ja/tutorial/include.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: include.sgml,v 1.7 2001/04/24 10:57:45 fukachan Exp $
+ $FML: include.sgml,v 1.8 2001/04/24 11:40:58 fukachan Exp $
-->
<!entity versin "1.1">
@@ -22,6 +22,9 @@
<!entity programingstyle SYSTEM "programing_style.sgml">
<!entity reference SYSTEM "reference.sgml">
+
+<!entity cvstree SYSTEM "cvstree.sgml">
+
<!-- ポインタ -->
<!entity fmlbible "『fml バイブル』(オライリージャパン刊)">
<!entity www.fml.org "http://www.fml.org/fml/">