summaryrefslogtreecommitdiff
path: root/fml/doc/ja
diff options
context:
space:
mode:
Diffstat (limited to 'fml/doc/ja')
-rw-r--r--fml/doc/ja/tutorial/book.sgml10
-rw-r--r--fml/doc/ja/tutorial/command/chapter.sgml20
-rw-r--r--fml/doc/ja/tutorial/include/chapters.ent13
-rw-r--r--fml/doc/ja/tutorial/usage/command.sgml42
-rw-r--r--fml/doc/ja/tutorial/usage/customize.sgml13
-rw-r--r--fml/doc/ja/tutorial/usage/onhost.sgml4
-rw-r--r--fml/doc/ja/tutorial/usage/post.sgml18
-rw-r--r--fml/doc/ja/tutorial/usage/procmail.sgml10
-rw-r--r--fml/doc/ja/tutorial/usage/user.sgml14
9 files changed, 98 insertions, 46 deletions
diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml
index 561357de..7749e77f 100644
--- a/fml/doc/ja/tutorial/book.sgml
+++ b/fml/doc/ja/tutorial/book.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: book.sgml,v 1.36 2002/07/04 10:58:58 fukachan Exp $
+$FML: book.sgml,v 1.37 2002/07/05 03:11:10 fukachan Exp $
-->
<!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [
@@ -76,10 +76,9 @@ $FML: book.sgml,v 1.36 2002/07/04 10:58:58 fukachan Exp $
</para>
</partintro>
- &chapter.usage.post;
- &chapter.usage.command;
+ &chapter.usage.user;
&chapter.usage.onhost;
- &chapter.usage.procmail;
+ &chapter.usage.customize;
<!-- スレッド追跡システム -->
&chapter.threadtrack.usage;
@@ -131,6 +130,9 @@ $FML: book.sgml,v 1.36 2002/07/04 10:58:58 fukachan Exp $
&chapter.message;
&chapter.replybyfml;
+ <!-- コマンド -->
+ &chapter.command;
+
<!-- CGI -->
&chapter.internal.cgi;
diff --git a/fml/doc/ja/tutorial/command/chapter.sgml b/fml/doc/ja/tutorial/command/chapter.sgml
new file mode 100644
index 00000000..41c031b4
--- /dev/null
+++ b/fml/doc/ja/tutorial/command/chapter.sgml
@@ -0,0 +1,20 @@
+<!--
+ $FML$
+-->
+
+<chapter>
+ <title>
+ コマンドの拡張
+ </title>
+
+
+<!-- モジュールの使い方について、 FML::Command:: 以下の話 -->
+&sect.command.module;
+
+<!-- コマンドの拡張例 -->
+&sect.command.extension;
+
+&sect.command.internal;
+
+
+</chapter>
diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent
index dfca9577..73831b78 100644
--- a/fml/doc/ja/tutorial/include/chapters.ent
+++ b/fml/doc/ja/tutorial/include/chapters.ent
@@ -1,5 +1,5 @@
<!--
- $FML: chapters.ent,v 1.38 2002/07/04 10:58:59 fukachan Exp $
+ $FML: chapters.ent,v 1.39 2002/07/05 03:11:10 fukachan Exp $
-->
<!entity versin "1.1">
@@ -45,18 +45,23 @@
<!-- パート II: 使い方の例とカスタマイズについて -->
-<!entity chapter.usage.post SYSTEM "usage/post.sgml">
-<!entity chapter.usage.command SYSTEM "usage/command.sgml">
+<!entity chapter.usage.user SYSTEM "usage/user.sgml">
<!entity chapter.usage.onhost SYSTEM "usage/onhost.sgml">
+<!entity chapter.usage.customize SYSTEM "usage/customize.sgml">
+
+<!entity sect.usage.post SYSTEM "usage/post.sgml">
+<!entity sect.usage.command SYSTEM "usage/command.sgml">
+<!entity sect.usage.procmail SYSTEM "usage/procmail.sgml">
<!entity sect.usage.makefml SYSTEM "usage/makefml.sgml">
<!entity sect.usage.fmlconf SYSTEM "usage/fmlconf.sgml">
<!entity sect.usage.fmldoc SYSTEM "usage/fmldoc.sgml">
<!entity sect.usage.fmlthread SYSTEM "usage/fmlthread.sgml">
<!entity sect.usage.fmlhtmlify SYSTEM "usage/fmlhtmlify.sgml">
-<!entity chapter.usage.procmail SYSTEM "usage/procmail.sgml">
+
<!-- コマンド -->
+<!entity chapter.command SYSTEM "command/chapter.sgml">
<!entity sect.command.internal SYSTEM "command/internal.sgml">
<!entity sect.command.extension SYSTEM "command/extension.sgml">
<!entity sect.command.module SYSTEM "command/module.sgml">
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>
diff --git a/fml/doc/ja/tutorial/usage/customize.sgml b/fml/doc/ja/tutorial/usage/customize.sgml
new file mode 100644
index 00000000..87818835
--- /dev/null
+++ b/fml/doc/ja/tutorial/usage/customize.sgml
@@ -0,0 +1,13 @@
+<!--
+ $FML: post.sgml,v 1.3 2002/04/01 23:41:07 fukachan Exp $
+-->
+<chapter id="usage.cuctomize">
+ <title>
+ カスタマイズの事例
+ </title>
+
+
+<!-- procmail -->
+&sect.usage.procmail;
+
+</chapter>
diff --git a/fml/doc/ja/tutorial/usage/onhost.sgml b/fml/doc/ja/tutorial/usage/onhost.sgml
index fe6e9d20..89d30e09 100644
--- a/fml/doc/ja/tutorial/usage/onhost.sgml
+++ b/fml/doc/ja/tutorial/usage/onhost.sgml
@@ -1,10 +1,10 @@
<!--
- $FML: makefml.sgml,v 1.4 2001/10/13 08:47:58 fukachan Exp $
+ $FML: onhost.sgml,v 1.1 2001/11/24 03:22:59 fukachan Exp $
-->
<chapter id="usage.onhost">
<title>
- ML管理者にできること (MLサーバのホスト上)
+ ML管理者にできること (MLサーバのホスト上で makefml を使う)
</title>
diff --git a/fml/doc/ja/tutorial/usage/post.sgml b/fml/doc/ja/tutorial/usage/post.sgml
index e1c32af8..7eff4588 100644
--- a/fml/doc/ja/tutorial/usage/post.sgml
+++ b/fml/doc/ja/tutorial/usage/post.sgml
@@ -1,8 +1,8 @@
<!--
- $FML: post.sgml,v 1.2 2001/11/24 03:22:59 fukachan Exp $
+ $FML: post.sgml,v 1.3 2002/04/01 23:41:07 fukachan Exp $
-->
-<chapter id="usage.post">
+<sect1 id="usage.post">
<title>
記事の投稿 (配送処理プログラムについて)
</title>
@@ -18,7 +18,7 @@ fml.pl はメールを標準入力から受けとり、
</para>
-<sect1>
+<sect2>
<title>
fml.pl が MLとして処理するべきこと
</title>
@@ -36,10 +36,10 @@ Subject: [elena:00100] えれなさん素敵
スレッド追跡システムのデータベースを更新
</para>
-</sect1>
+</sect2>
-<sect1>
+<sect2>
<title>
投稿記事の振舞いを制御する変数
</title>
@@ -50,10 +50,10 @@ Subject: [elena:00100] えれなさん素敵
</para>
</warning>
-</sect1>
+</sect2>
-<sect1>
+<sect2>
<title> 解説: ブートしていく様子 </title>
<para>
@@ -81,7 +81,7 @@ $0 を調べます。
FML::Process::Distribute をロードし、配送処理に移ります。
</para>
-</sect1>
+</sect2>
-</chapter>
+</sect1>
diff --git a/fml/doc/ja/tutorial/usage/procmail.sgml b/fml/doc/ja/tutorial/usage/procmail.sgml
index db7617c4..7582d7d3 100644
--- a/fml/doc/ja/tutorial/usage/procmail.sgml
+++ b/fml/doc/ja/tutorial/usage/procmail.sgml
@@ -1,8 +1,8 @@
<!--
- $FML: procmail.sgml,v 1.2 2002/04/01 23:41:08 fukachan Exp $
+ $FML: procmail.sgml,v 1.3 2002/07/02 10:39:39 fukachan Exp $
-->
-<chapter id="fml.bymyaccount">
+<sect1 id="fml.bymyaccount">
<title>
自分のアカウントでMLを行ないたい
</title>
@@ -25,7 +25,7 @@ procmail などの振分ツールを使うだろうと期待しています :-)
</para>
-<sect1 id="procmail">
+<sect2 id="procmail">
<title>
procmail の例
</title>
@@ -53,6 +53,6 @@ inbox/.
</screen>
</para>
-</sect1>
+</sect2>
-</chapter>
+</sect1>
diff --git a/fml/doc/ja/tutorial/usage/user.sgml b/fml/doc/ja/tutorial/usage/user.sgml
new file mode 100644
index 00000000..86755c64
--- /dev/null
+++ b/fml/doc/ja/tutorial/usage/user.sgml
@@ -0,0 +1,14 @@
+<!--
+ $FML: post.sgml,v 1.3 2002/04/01 23:41:07 fukachan Exp $
+-->
+
+<chapter id="usage.user">
+ <title>
+ MLのメンバーができること
+ </title>
+
+<!-- 投稿とコマンドメール -->
+&sect.usage.post;
+&sect.usage.command;
+
+</chapter>