summaryrefslogtreecommitdiff
path: root/fml/doc
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-09-28 14:14:06 +0000
committerfukachan <fukachan>2002-09-28 14:14:06 +0000
commit919be98fd0798e01cde4c82f545ffad358669a99 (patch)
treef863b09657fd6ae5ed5aae94cd6602de2f34fd46 /fml/doc
parenta718f28fc78dde30de4f8d5292c2f4095f6e77ff (diff)
downloadfml8-919be98fd0798e01cde4c82f545ffad358669a99.tar.gz
fml8-919be98fd0798e01cde4c82f545ffad358669a99.tar.bz2
fml8-919be98fd0798e01cde4c82f545ffad358669a99.zip
clean up
Diffstat (limited to 'fml/doc')
-rw-r--r--fml/doc/ja/tutorial/module/IO::Adapter.sgml16
-rw-r--r--fml/doc/ja/tutorial/usage/command.sgml16
-rw-r--r--fml/doc/ja/tutorial/usage/post.sgml4
3 files changed, 21 insertions, 15 deletions
diff --git a/fml/doc/ja/tutorial/module/IO::Adapter.sgml b/fml/doc/ja/tutorial/module/IO::Adapter.sgml
index ec31b3a8..555f1762 100644
--- a/fml/doc/ja/tutorial/module/IO::Adapter.sgml
+++ b/fml/doc/ja/tutorial/module/IO::Adapter.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: IO::Adapter.sgml,v 1.5 2002/07/28 06:26:57 fukachan Exp $
+ $FML: IO::Adapter.sgml,v 1.6 2002/08/02 00:43:43 fukachan Exp $
-->
<chapter id="module.io.adapter">
@@ -17,7 +17,7 @@
&fmldevel; でのメンバーリストの読み書き、
例えばアドレスの登録/削除、は
IO::Adapter という抽象クラスを通じて行ないます。
-例えば次のように使います。
+使い方は例えば次のような感じです。
<screen>
use IO::Adapter;
$obj = new IO::Adapter $map, $map_params;
@@ -28,7 +28,7 @@ $obj->close;
</para>
<para>
-$map は次のようなものが使えます。
+現在のところ $map は次のようなものが使えます。
<screen>
file:/var/spool/ml/elena/actives
unix.group:root
@@ -84,14 +84,16 @@ REGEXP は正規表現ですが、たいていはメールアドレスです。
<para>
多くのマップを同じように扱うために、
-メソッドは極力最小限にものに限定する必要があります。
+メソッドは極力最少限に、少数精鋭なものだけに限定する必要があります。
</para>
<para>
最低限のメソッド群の定義は実際に実装してみる実験を通じて選ばれました。
-そして、むしろファイルより SQL との IO を想定しつつ、選びました。
-そのため、&fml4; のファイルを前提にした様々な処理にくらべ、
-やや不自由に思えるでしょうが、そうしないとうまく抽象化ができません。
+その際、ファイルの IO よりは、SQL との IO を想定しつつ、
+メソッドの組を考えています。
+そのため、&fml4; のファイルを前提にした処理とくらべると、
+少し不自由に思えるでしょうが、
+そのおかげで抽象化が高くなっています。
</para>
</sect1>
diff --git a/fml/doc/ja/tutorial/usage/command.sgml b/fml/doc/ja/tutorial/usage/command.sgml
index 8d2ab602..828c24f7 100644
--- a/fml/doc/ja/tutorial/usage/command.sgml
+++ b/fml/doc/ja/tutorial/usage/command.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: command.sgml,v 1.4 2002/07/07 01:57:12 fukachan Exp $
+ $FML: command.sgml,v 1.5 2002/07/28 06:26:57 fukachan Exp $
-->
<sect1 id="fml.command.bymail">
@@ -10,16 +10,20 @@
<para>
fml にメールで文字列(コマンド)を送り込むことで、fml に特定の処理をして
もらうことができます。例えば、メンバーの登録、削除や、過去の記事を取り
-寄せるなどの処理です。
+寄せるなどの処理が代表例です。
</para>
<important>
<para>
-fml の基本的な使い方は makefml での操作です。
-ユーザが使えるコマンド/ユーザに提供されているコマンド操作は
-その操作のごく一部です。
+fml の基本的な使い方は makefml を使った操作です。
+makefml ではすべての作業が許されます。
+</para>
+
+<para>
+一方、コマンドメールなどでユーザに提供されているコマンド操作は
+makefml による操作のごく一部です。
それは makefml のコマンドの一部を使えなくし、
-適宜 confirmation を付け加えたものといえます。
+適宜 confirmation を付け加えたコマンド体系といってよいでしょう。
</para>
</important>
diff --git a/fml/doc/ja/tutorial/usage/post.sgml b/fml/doc/ja/tutorial/usage/post.sgml
index 8988f692..9e6e7590 100644
--- a/fml/doc/ja/tutorial/usage/post.sgml
+++ b/fml/doc/ja/tutorial/usage/post.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: post.sgml,v 1.4 2002/07/05 04:01:37 fukachan Exp $
+ $FML: post.sgml,v 1.5 2002/07/07 01:57:12 fukachan Exp $
-->
<sect1 id="usage.post">
@@ -44,7 +44,7 @@ HTML 化された記事を作る。
</para>
<para>
-スレッド追跡システムのデータベースを更新
+スレッド追跡システムのデータベースを更新する。
</para>
</sect2>