summaryrefslogtreecommitdiff
path: root/fml/doc
diff options
context:
space:
mode:
authorfukachan <fukachan>2008-09-09 11:20:19 +0000
committerfukachan <fukachan>2008-09-09 11:20:19 +0000
commit60956a1df5366f16973dafc52e23bcfd30515db3 (patch)
treedcafc88ad2677bbeb0560cbc03bd8784478acfb7 /fml/doc
parent371c5234c18df97e3eaff965299450507995a718 (diff)
downloadfml8-60956a1df5366f16973dafc52e23bcfd30515db3.tar.gz
fml8-60956a1df5366f16973dafc52e23bcfd30515db3.tar.bz2
fml8-60956a1df5366f16973dafc52e23bcfd30515db3.zip
regen: anonymous cgi
Diffstat (limited to 'fml/doc')
-rw-r--r--fml/doc/en/tutorial/variables/class.sgml23
-rw-r--r--fml/doc/en/tutorial/variables/list.sgml64
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml23
-rw-r--r--fml/doc/ja/tutorial/variables/list.sgml125
4 files changed, 218 insertions, 17 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml
index 1c7f5a51..b666b7ba 100644
--- a/fml/doc/en/tutorial/variables/class.sgml
+++ b/fml/doc/en/tutorial/variables/class.sgml
@@ -49,6 +49,21 @@ admin {
}
}
+anonymous {
+
+ anonymous_cgi {
+ $anonymous_cgi_base_dir
+ $anonymous_cgi_expire_limit
+ ? $ml_anonymous_cgi_allowed_commands
+ $ml_anonymous_cgi_base_dir
+ $use_anonymous_cgi_function
+ }
+
+ anonymous_command {
+ ? $anonymous_command_mail_allowed_commands
+ }
+}
+
article {
article_delivery {
@@ -241,7 +256,6 @@ admin_command {
anonymous_command {
anonymous_command {
- ? $anonymous_command_mail_allowed_commands
}
}
@@ -476,6 +490,11 @@ html {
$html_archive_address_mask_type
$use_html_archive_address_mask
}
+
+ html_* {
+ ? $html_tmp_base_url
+ $html_tmp_dir
+ }
}
incoming {
@@ -964,10 +983,10 @@ _dir$ {
*** unclassified ***
- ? $commands_for_ml_admin_cgi
? $file_default_mode
$isolated_queue_expire_limit
? $language_preference_order
+ ? $ml_admin_cgi_allowed_commands
? $unsafe_header_fields
</screen>
</para>
diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml
index 6629eea0..a223fa43 100644
--- a/fml/doc/en/tutorial/variables/list.sgml
+++ b/fml/doc/en/tutorial/variables/list.sgml
@@ -116,6 +116,24 @@ $primary_admin_recipient_map
</row>
<row>
<entry>
+anonymous_cgi_base_dir</entry>
+<entry>
+ top level directory for anonymous cgi scripts.</entry>
+<entry>
+$fml_owner_home_dir/public_html/cgi-bin/anonymous
+ </entry>
+</row>
+<row>
+<entry>
+anonymous_cgi_expire_limit</entry>
+<entry>
+ expire limit of anonymous CGI session ID.</entry>
+<entry>
+15m
+ </entry>
+</row>
+<row>
+<entry>
article_delivery_transport</entry>
<entry>
specify transport for article delivery.</entry>
@@ -1214,6 +1232,24 @@ $fml_owner_home_dir/public_html/fml/mlarchive/$ml_domain/$ml_name
</row>
<row>
<entry>
+html_tmp_base_url</entry>
+<entry>
+ temporary url base for CGI</entry>
+<entry>
+/~$fml_owner/fml/tmp
+ </entry>
+</row>
+<row>
+<entry>
+html_tmp_dir</entry>
+<entry>
+ temporary directory for CGI</entry>
+<entry>
+$fml_owner_home_dir/public_html/fml/tmp
+ </entry>
+</row>
+<row>
+<entry>
incoming_article_body_size_limit</entry>
<entry>
maximum size limit of article body passed from MTA.</entry>
@@ -1725,6 +1761,25 @@ $cgi_base_dir/ml-admin/$ml_name
</row>
<row>
<entry>
+ml_anonymous_cgi_allowed_commands</entry>
+<entry>
+ </entry>
+<entry>
+subscribe
+ unsubscribe
+ </entry>
+</row>
+<row>
+<entry>
+ml_anonymous_cgi_base_dir</entry>
+<entry>
+ ml specific directory for anonymous cgi scripts.</entry>
+<entry>
+$anonymous_cgi_base_dir/$ml_domain/$ml_name
+ </entry>
+</row>
+<row>
+<entry>
ml_local_dir</entry>
<entry>
ML local directory</entry>
@@ -2419,6 +2474,15 @@ no
</row>
<row>
<entry>
+use_anonymous_cgi_function</entry>
+<entry>
+ allow a request e.g. subscribe and unsubscribe from www.</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
use_article_delivery</entry>
<entry>
user article delivery function ?</entry>
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml
index 1c7f5a51..b666b7ba 100644
--- a/fml/doc/ja/tutorial/variables/class.sgml
+++ b/fml/doc/ja/tutorial/variables/class.sgml
@@ -49,6 +49,21 @@ admin {
}
}
+anonymous {
+
+ anonymous_cgi {
+ $anonymous_cgi_base_dir
+ $anonymous_cgi_expire_limit
+ ? $ml_anonymous_cgi_allowed_commands
+ $ml_anonymous_cgi_base_dir
+ $use_anonymous_cgi_function
+ }
+
+ anonymous_command {
+ ? $anonymous_command_mail_allowed_commands
+ }
+}
+
article {
article_delivery {
@@ -241,7 +256,6 @@ admin_command {
anonymous_command {
anonymous_command {
- ? $anonymous_command_mail_allowed_commands
}
}
@@ -476,6 +490,11 @@ html {
$html_archive_address_mask_type
$use_html_archive_address_mask
}
+
+ html_* {
+ ? $html_tmp_base_url
+ $html_tmp_dir
+ }
}
incoming {
@@ -964,10 +983,10 @@ _dir$ {
*** unclassified ***
- ? $commands_for_ml_admin_cgi
? $file_default_mode
$isolated_queue_expire_limit
? $language_preference_order
+ ? $ml_admin_cgi_allowed_commands
? $unsafe_header_fields
</screen>
</para>
diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml
index 2b8a854d..b8610a93 100644
--- a/fml/doc/ja/tutorial/variables/list.sgml
+++ b/fml/doc/ja/tutorial/variables/list.sgml
@@ -32,11 +32,30 @@ user_part_case_insensitive
</row>
<row>
<entry>
+admin_cgi_allowed_commands</entry>
+<entry>
+ マスター管理用 CGI で許されるコマンドのリスト</entry>
+<entry>
+adduser
+ deluser
+ addadmin
+ deladmin
+ digeston
+ digestoff
+ list
+ log
+ newml
+ rmml
+ reviveml
+ </entry>
+</row>
+<row>
+<entry>
admin_cgi_base_dir</entry>
<entry>
- このMLの admin CGI を置くディレクトリ</entry>
+ このドメイン全体を管理できる CGI を置くディレクトリ。</entry>
<entry>
-$cgi_base_dir/admin
+$cgi_base_dir/$ml_domain/admin
</entry>
</row>
<row>
@@ -116,6 +135,24 @@ $primary_admin_recipient_map
</row>
<row>
<entry>
+anonymous_cgi_base_dir</entry>
+<entry>
+ 一般人向け CGI を置くトップディレクトリ。</entry>
+<entry>
+$fml_owner_home_dir/public_html/cgi-bin/anonymous
+ </entry>
+</row>
+<row>
+<entry>
+anonymous_cgi_expire_limit</entry>
+<entry>
+ 一般ユーザ用 CGI session ID の有効時間</entry>
+<entry>
+15m
+ </entry>
+</row>
+<row>
+<entry>
article_delivery_transport</entry>
<entry>
トランスポート(配送システム)の指定。</entry>
@@ -515,16 +552,16 @@ reject
<entry>
cgi_base_dir</entry>
<entry>
- CGI を置くトップディレクトリ</entry>
+ 管理用 CGI を置くトップディレクトリ</entry>
<entry>
-$fml_owner_home_dir/public_html/cgi-bin/fml/$ml_domain
+$fml_owner_home_dir/public_html/cgi-bin/fml
</entry>
</row>
<row>
<entry>
cgi_charset_en</entry>
<entry>
- CGI の表示の CHARSET</entry>
+ CGI の表示の英語デフォルト CHARSET</entry>
<entry>
us-ascii
</entry>
@@ -533,7 +570,7 @@ us-ascii
<entry>
cgi_charset_ja</entry>
<entry>
- CGI の表示の CHARSET</entry>
+ CGI 表示の日本語デフォルト CHARSET</entry>
<entry>
euc-jp
</entry>
@@ -542,7 +579,7 @@ euc-jp
<entry>
cgi_default_charset</entry>
<entry>
- CGI の表示の CHARSET</entry>
+ CGI 表示のデフォルト CHARSET</entry>
<entry>
$cgi_charset_ja
</entry>
@@ -551,7 +588,7 @@ $cgi_charset_ja
<entry>
cgi_default_language</entry>
<entry>
- CGI の言語モード (!= charset) </entry>
+ CGI のデフォルト言語モード (!= charset) </entry>
<entry>
japanese
</entry>
@@ -560,7 +597,7 @@ japanese
<entry>
cgi_language_select_list</entry>
<entry>
- CGI で利用可能な言語モード (!= charset) </entry>
+ CGI で利用可能な言語モード一覧 (!= charset) </entry>
<entry>
japanese
english
@@ -579,7 +616,7 @@ cgi_main_menu_color</entry>
<entry>
cgi_menu_address_map_select_list</entry>
<entry>
- CGI のアドレス操作の際に選べる種類</entry>
+ 管理用 CGI でのアドレス操作の際に選べるマップ一覧</entry>
<entry>
member
recipient
@@ -590,7 +627,7 @@ member
<entry>
cgi_menu_default_address_map</entry>
<entry>
- CGI のアドレス操作の際に選べる種類のデフォルト値</entry>
+ 管理用 CGI でのアドレス操作に使うマップのデフォルト値</entry>
<entry>
recipient
</entry>
@@ -1179,6 +1216,24 @@ $fml_owner_home_dir/public_html/fml/mlarchive/$ml_domain/$ml_name
</row>
<row>
<entry>
+html_tmp_base_url</entry>
+<entry>
+ 管理用 CGI 一時領域 URL</entry>
+<entry>
+/~$fml_owner/fml/tmp
+ </entry>
+</row>
+<row>
+<entry>
+html_tmp_dir</entry>
+<entry>
+ 管理用 CGI 一時領域ディレクトリ</entry>
+<entry>
+$fml_owner_home_dir/public_html/fml/tmp
+ </entry>
+</row>
+<row>
+<entry>
incoming_article_body_size_limit</entry>
<entry>
投稿された記事の本文の上限値</entry>
@@ -1690,11 +1745,46 @@ $fml_share_dir/message
</row>
<row>
<entry>
+ml_admin_cgi_allowed_commands</entry>
+<entry>
+ 各MLごとの管理用 CGI で許されるコマンドのリスト</entry>
+<entry>
+adduser
+ deluser
+ addadmin
+ deladmin
+ digeston
+ digestoff
+ list
+ log
+ </entry>
+</row>
+<row>
+<entry>
ml_admin_cgi_base_dir</entry>
<entry>
- このMLの admin CGI を置くディレクトリ</entry>
+ 特定のML向け管理用 CGI を置くディレクトリ。</entry>
+<entry>
+$cgi_base_dir/$ml_domain/ml-admin/$ml_name
+ </entry>
+</row>
+<row>
+<entry>
+ml_anonymous_cgi_allowed_commands</entry>
+<entry>
+ </entry>
<entry>
-$cgi_base_dir/ml-admin/$ml_name
+subscribe
+ unsubscribe
+ </entry>
+</row>
+<row>
+<entry>
+ml_anonymous_cgi_base_dir</entry>
+<entry>
+ このMLの一般人向け CGI を置くディレクトリ。</entry>
+<entry>
+$anonymous_cgi_base_dir/$ml_domain/$ml_name
</entry>
</row>
<row>
@@ -2431,6 +2521,15 @@ no
</row>
<row>
<entry>
+use_anonymous_cgi_function</entry>
+<entry>
+ WWW から subscribe や unsubscribe リクエストを受け付ける</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
use_article_delivery</entry>
<entry>
記事を配送する機能を使うか否か?</entry>