summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-26 11:02:39 +0000
committerfukachan <fukachan>2001-04-26 11:02:39 +0000
commit0c940be134aafe781a0c369a72f95564ddae4e2a (patch)
tree2bb1b016c8107d3752be88c65e833d0c21dfa024 /fml/doc/ja/tutorial
parent3312934c377bd5cb3f7d3eb8e65e5b50fa173d13 (diff)
downloadfml8-0c940be134aafe781a0c369a72f95564ddae4e2a.tar.gz
fml8-0c940be134aafe781a0c369a72f95564ddae4e2a.tar.bz2
fml8-0c940be134aafe781a0c369a72f95564ddae4e2a.zip
clean up
disable to include fmlticket (?) anyway
Diffstat (limited to 'fml/doc/ja/tutorial')
-rw-r--r--fml/doc/ja/tutorial/commands.sgml4
-rw-r--r--fml/doc/ja/tutorial/fml-devel.sgml3
-rw-r--r--fml/doc/ja/tutorial/include.sgml10
-rw-r--r--fml/doc/ja/tutorial/programs.sgml14
-rw-r--r--fml/doc/ja/tutorial/programs/fmlconf.sgml4
-rw-r--r--fml/doc/ja/tutorial/programs/fmldoc.sgml4
-rw-r--r--fml/doc/ja/tutorial/programs/fmlticket.sgml6
-rw-r--r--fml/doc/ja/tutorial/programs/makefml.sgml6
8 files changed, 33 insertions, 18 deletions
diff --git a/fml/doc/ja/tutorial/commands.sgml b/fml/doc/ja/tutorial/commands.sgml
index 62207d10..834ce523 100644
--- a/fml/doc/ja/tutorial/commands.sgml
+++ b/fml/doc/ja/tutorial/commands.sgml
@@ -1,10 +1,10 @@
<!--
- $FML$
+ $FML: commands.sgml,v 1.1 2001/04/24 15:19:14 fukachan Exp $
-->
<chapter id="commands">
-<title> コマンド </title>
+<title> fml を操作するコマンド </title>
<sect1>
<title> コマンドの拡張の仕方の例 </title>
diff --git a/fml/doc/ja/tutorial/fml-devel.sgml b/fml/doc/ja/tutorial/fml-devel.sgml
index 23db0e84..db8f0dad 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.13 2001/04/25 03:54:02 fukachan Exp $
+$FML: fml-devel.sgml,v 1.14 2001/04/25 14:30:20 fukachan Exp $
-->
<!doctype book public "-//OASIS//DTD DocBook V3.1//EN" [
@@ -54,6 +54,7 @@ $FML: fml-devel.sgml,v 1.13 2001/04/25 03:54:02 fukachan Exp $
<!-- 以下、各章が並ぶ -->
&design;
&bootloader;
+ &programs;
&commands;
</part>
diff --git a/fml/doc/ja/tutorial/include.sgml b/fml/doc/ja/tutorial/include.sgml
index f34620ed..a40556a3 100644
--- a/fml/doc/ja/tutorial/include.sgml
+++ b/fml/doc/ja/tutorial/include.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: include.sgml,v 1.13 2001/04/25 14:30:20 fukachan Exp $
+ $FML: include.sgml,v 1.14 2001/04/26 08:58:36 fukachan Exp $
-->
<!entity versin "1.1">
@@ -39,3 +39,11 @@
<!-- 画像 -->
<!entity architecture SYSTEM "architecture.gif" ndata gif>
+
+
+<!-- プログラムの説明 -->
+<!entity programs SYSTEM "programs.sgml">
+<!entity fmlconf SYSTEM "programs/fmlconf.sgml">
+<!entity fmldoc SYSTEM "programs/fmldoc.sgml">
+<!entity fmlticket SYSTEM "programs/fmlticket.sgml">
+<!entity makefml SYSTEM "programs/makefml.sgml">
diff --git a/fml/doc/ja/tutorial/programs.sgml b/fml/doc/ja/tutorial/programs.sgml
new file mode 100644
index 00000000..c721abba
--- /dev/null
+++ b/fml/doc/ja/tutorial/programs.sgml
@@ -0,0 +1,14 @@
+<!--
+ $FML: commands.sgml,v 1.1 2001/04/24 15:19:14 fukachan Exp $
+-->
+
+<chapter id="programs">
+
+<title> プログラム </title>
+
+&fmlconf;
+&fmldoc;
+<!-- &fmlticket; -->
+&makefml;
+
+</chapter>
diff --git a/fml/doc/ja/tutorial/programs/fmlconf.sgml b/fml/doc/ja/tutorial/programs/fmlconf.sgml
index 9e71dc6d..72b57200 100644
--- a/fml/doc/ja/tutorial/programs/fmlconf.sgml
+++ b/fml/doc/ja/tutorial/programs/fmlconf.sgml
@@ -1,5 +1,5 @@
<!--
- $FML$
+ $FML: fmlconf.sgml,v 1.1.1.1 2001/04/26 08:33:58 fukachan Exp $
-->
<sect1 id="fmlconf">
@@ -11,12 +11,10 @@
fmlconf は引数にML名をとり、そのMLの変数一覧を表示します。
-n をつけるとデフォルトと異なる変数のみを表示します。
-<example>
<screen>
% fmlconf elena
% fmlconf -n elena
</screen>
-</example>
</para>
diff --git a/fml/doc/ja/tutorial/programs/fmldoc.sgml b/fml/doc/ja/tutorial/programs/fmldoc.sgml
index 1cb0536b..3586ab1a 100644
--- a/fml/doc/ja/tutorial/programs/fmldoc.sgml
+++ b/fml/doc/ja/tutorial/programs/fmldoc.sgml
@@ -1,5 +1,5 @@
<!--
- $FML$
+ $FML: fmldoc.sgml,v 1.1.1.1 2001/04/26 08:33:58 fukachan Exp $
-->
<sect1 id="fmldoc">
@@ -11,11 +11,9 @@ fmldoc の使い方は perldoc と同様です。fml の任意のモジュールに対しその
ドキュメントを表示します。
実のところ perldoc への wrapper です。
-<example>
<screen>
% fmldoc FML::Process::Kernel
</screen>
-</example>
</para>
diff --git a/fml/doc/ja/tutorial/programs/fmlticket.sgml b/fml/doc/ja/tutorial/programs/fmlticket.sgml
index 93a0894e..1a26f682 100644
--- a/fml/doc/ja/tutorial/programs/fmlticket.sgml
+++ b/fml/doc/ja/tutorial/programs/fmlticket.sgml
@@ -1,5 +1,5 @@
<!--
- $FML$
+ $FML: fmlticket.sgml,v 1.1.1.1 2001/04/26 08:33:58 fukachan Exp $
-->
<sect1 id="fmlticket">
@@ -12,19 +12,15 @@ fmlticket は引数にコマンドとML名をとります。
チケットシステムへのインターフェイスです。
まだ製作途中です。
-<example>
close されていないチケット一覧を表示
<screen>
% fmlticket list elena
</screen>
-</example>
-<example>
チケットを close する。
<screen>
% fmlticket close elena チケット番号
</screen>
-</example>
</para>
diff --git a/fml/doc/ja/tutorial/programs/makefml.sgml b/fml/doc/ja/tutorial/programs/makefml.sgml
index 02b8a203..2f45ffc2 100644
--- a/fml/doc/ja/tutorial/programs/makefml.sgml
+++ b/fml/doc/ja/tutorial/programs/makefml.sgml
@@ -1,10 +1,10 @@
<!--
- $FML$
+ $FML: makefml.sgml,v 1.1.1.1 2001/04/26 08:33:58 fukachan Exp $
-->
-<sect1 id="fmldoc">
+<sect1 id="makefml">
-<title> fmldoc (/usr/local/bin/fmldoc) </title>
+<title> makefml (/usr/local/bin/makefml) </title>
<para>
makefml の使い方は fml 4.0 の makefml と同様です。