summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/programs
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-09-13 13:29:00 +0000
committerfukachan <fukachan>2001-09-13 13:29:00 +0000
commitcabb49f940a90d7f0be2a9cc1ec74ce80b9392dd (patch)
tree314d19e07951b8079b783b0094edec8de880320c /fml/doc/ja/tutorial/programs
parentd9ad65b9ddc142176ff3f834c981cdd295d2a653 (diff)
downloadfml8-cabb49f940a90d7f0be2a9cc1ec74ce80b9392dd.tar.gz
fml8-cabb49f940a90d7f0be2a9cc1ec74ce80b9392dd.tar.bz2
fml8-cabb49f940a90d7f0be2a9cc1ec74ce80b9392dd.zip
update current status: get works now
Diffstat (limited to 'fml/doc/ja/tutorial/programs')
-rw-r--r--fml/doc/ja/tutorial/programs/makefml.sgml44
1 files changed, 39 insertions, 5 deletions
diff --git a/fml/doc/ja/tutorial/programs/makefml.sgml b/fml/doc/ja/tutorial/programs/makefml.sgml
index 2f45ffc2..267eb3bc 100644
--- a/fml/doc/ja/tutorial/programs/makefml.sgml
+++ b/fml/doc/ja/tutorial/programs/makefml.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: makefml.sgml,v 1.1.1.1 2001/04/26 08:33:58 fukachan Exp $
+ $FML: makefml.sgml,v 1.2 2001/04/26 11:02:40 fukachan Exp $
-->
<sect1 id="makefml">
@@ -7,30 +7,64 @@
<title> makefml (/usr/local/bin/makefml) </title>
<para>
-makefml の使い方は fml 4.0 の makefml と同様です。
-現在使えるコマンドは以下のものだけです。
+makefml の基本的な使い方は fml 4.0 の makefml と同様です。
+というより、できるだけ互換性を保つように構築する予定です。
+</para>
+
+<para>
+現状 makefml に命令を与えると admin コマンドと同じ動作をするようになっ
+ています。
+つまり特権的な動作ということです。
+例えば、メンバーの登録に confirmation は必要ありません。
+</para>
+<para>
+現在使えるコマンドは以下のものです。
<itemizedlist>
<listitem>
<para>
メンバーの登録
+ (
+ subscribe
+ add
+ )
</para>
</listitem>
<listitem>
<para>
メンバーの削除
+ (
+ bye
+ remove
+ resign
+ signoff
+ unsubscribe
+ )
</para>
</listitem>
<listitem>
<para>
- MLの作成( newml )
+ MLの作成
+ (
+ newml
+ )
</para>
</listitem>
-</itemizedlist>
+ <listitem>
+ <para>
+ ファイルを送り返す
+ (
+ get
+ mget
+ )
+ </para>
+ </listitem>
+</itemizedlist>
+詳しくは FML::Command::Admin のクラスを見て下さい。
</para>
</sect1>