diff options
| author | fukachan <fukachan> | 2006-01-19 10:14:04 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-19 10:14:04 +0000 |
| commit | 9c6bf92b7986b51312e0558e834c96d00c2710b3 (patch) | |
| tree | 80c3ead8bd16422bda115301908d0e8e1ab2379f /fml/doc/ja | |
| parent | 1308b00fb949afccd5d0e27e2d7af4f93715c135 (diff) | |
| download | fml8-9c6bf92b7986b51312e0558e834c96d00c2710b3.tar.gz fml8-9c6bf92b7986b51312e0558e834c96d00c2710b3.tar.bz2 fml8-9c6bf92b7986b51312e0558e834c96d00c2710b3.zip | |
add admin command recipes
Diffstat (limited to 'fml/doc/ja')
| -rw-r--r-- | fml/doc/ja/tutorial/customize/chapter.command.sgml | 18 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/customize/recipes.command.admin.sgml | 112 |
2 files changed, 129 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/customize/chapter.command.sgml b/fml/doc/ja/tutorial/customize/chapter.command.sgml index a1bc3d0e..007d2d7f 100644 --- a/fml/doc/ja/tutorial/customize/chapter.command.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.command.sgml @@ -1,5 +1,5 @@ <!-- - $FML: chapter.command.sgml,v 1.4 2005/06/25 15:11:29 fukachan Exp $ + $FML: chapter.command.sgml,v 1.5 2006/01/16 12:02:07 fukachan Exp $ --> @@ -45,8 +45,24 @@ package の名前空間に気をつけてください。 レシピ’s </title> +<sect2> + <title> + コマンド一般 + </title> + §.customize.command.recipes; +</sect2> + +<sect2> + <title> + admin コマンド + </title> + +§.customize.command.admin.recipes; + +</sect2> + </sect1> diff --git a/fml/doc/ja/tutorial/customize/recipes.command.admin.sgml b/fml/doc/ja/tutorial/customize/recipes.command.admin.sgml new file mode 100644 index 00000000..2e081923 --- /dev/null +++ b/fml/doc/ja/tutorial/customize/recipes.command.admin.sgml @@ -0,0 +1,112 @@ +<!-- + $FML$ +--> + +<qandaset> + + +<qandaentry> + +<question> +<para> +admin コマンドでMLの再初期化をしたい +</para> +</question> + +<answer> +<para> +そういう危ないことは出来ません。 +CUI を実行する権限のある人に頼んで下さい。 +</para> +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +admin コマンドでMLのメンバーリストを一気に削除/登録 +</para> +</question> + +<answer> +<para> +いまのところ、便利なコマンドは作ってないので、 +「admin useradd アドレス」や「admin userdel アドレス」 +を書き連ねる方法しかありません _o_ +</para> +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +admin add 時に welcome を送る +</para> +</question> + +<answer> +<para> +未実装です。 +<screen> + +</screen> + +</para> +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +admin add で登録できるメールアドレスの範囲を制限したい +</para> +</question> + +<answer> +<para> +メールアドレス自体の表現範囲は制限されています。 +FML::Restriction::Base をみてください。 +</para> + +<para> +subscribe 可能な人を特定のドメインだけに限りたいといった機能は未実装です。 +</para> + +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +管理用のコマンドを忘れた +</para> +</question> + +<answer> +<para> +特別な方法はないのですが、 +あえていえば &fml8; のドキュメントを読んで下さい :-) +</para> + +<para> +http://www.fml.org/software/fml8/ +</para> + +</answer> + +</qandaentry> + + +</qandaset> |
