summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/usage/command.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-07-05 04:01:35 +0000
committerfukachan <fukachan>2002-07-05 04:01:35 +0000
commit409389af139853c2159a6dfd8f05a81b795c72fd (patch)
treedf12e70cdd1a322847567be86a48ce6b4dda7e47 /fml/doc/ja/tutorial/usage/command.sgml
parent109308fb73639eae05c50e7f147799290dd30e95 (diff)
downloadfml8-409389af139853c2159a6dfd8f05a81b795c72fd.tar.gz
fml8-409389af139853c2159a6dfd8f05a81b795c72fd.tar.bz2
fml8-409389af139853c2159a6dfd8f05a81b795c72fd.zip
reconstuct part III
Diffstat (limited to 'fml/doc/ja/tutorial/usage/command.sgml')
-rw-r--r--fml/doc/ja/tutorial/usage/command.sgml42
1 files changed, 20 insertions, 22 deletions
diff --git a/fml/doc/ja/tutorial/usage/command.sgml b/fml/doc/ja/tutorial/usage/command.sgml
index 01abfc37..99b288cc 100644
--- a/fml/doc/ja/tutorial/usage/command.sgml
+++ b/fml/doc/ja/tutorial/usage/command.sgml
@@ -1,8 +1,8 @@
<!--
- $FML: command.sgml,v 1.1 2001/11/24 03:22:58 fukachan Exp $
+ $FML: command.sgml,v 1.2 2002/07/02 10:39:38 fukachan Exp $
-->
-<chapter id="fml.command.bymail">
+<sect1 id="fml.command.bymail">
<title>
コマンドメール (fml をメールで操作する)
</title>
@@ -14,19 +14,7 @@ fml にメールで文字列(コマンド)を送り込むことで、fml に特定の処理をして
</para>
-<para>
-&fmldevel; では
-<screen>
-メールによるコマンド処理
-makefml によるコマンド処理
-CGI でのコマンド処理
-</screen>
-これらすべての機能が FML::Command:: クラスのモジュールを使うように
-設計されています。
-</para>
-
-
-<sect1 id="fml.command.bymail.flow">
+<sect2 id="fml.command.bymail.flow">
<title>
処理の流れ
</title>
@@ -52,15 +40,25 @@ fml.pl はメールを標準入力から受けとり、
</para>
</warning>
-</sect1>
+</sect2>
-<!-- モジュールの使い方について、 FML::Command:: 以下の話 -->
-&sect.command.module;
+<sect2>
+ <title>
+ モジュールについて
+ </title>
-<!-- コマンドの拡張例 -->
-&sect.command.extension;
+<para>
+&fmldevel; では
+<screen>
+メールによるコマンド処理
+makefml によるコマンド処理
+CGI でのコマンド処理
+</screen>
+これらすべての機能が FML::Command:: クラスのモジュールを使うように
+設計されています。
+</para>
-&sect.command.internal;
+</sect2>
-</chapter>
+</sect1>