diff options
| author | fukachan <fukachan> | 2001-04-24 13:16:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-24 13:16:25 +0000 |
| commit | 819cc0d5ddacb9e87202664db0fc300e28e2a70c (patch) | |
| tree | ca89d6357dbe1f3e912320aad214af9ed8100c86 /fml/doc | |
| parent | a0a5219aef22bdba0c7679f1d60e10c74ef34e3f (diff) | |
| download | fml8-819cc0d5ddacb9e87202664db0fc300e28e2a70c.tar.gz fml8-819cc0d5ddacb9e87202664db0fc300e28e2a70c.tar.bz2 fml8-819cc0d5ddacb9e87202664db0fc300e28e2a70c.zip | |
import dirhier.html
Diffstat (limited to 'fml/doc')
| -rw-r--r-- | fml/doc/ja/tutorial/cvstree.sgml | 72 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/devel/cvstree.sgml | 72 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/include.sgml | 5 |
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/"> |
