diff options
| author | fukachan <fukachan> | 2008-09-09 11:20:19 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-09-09 11:20:19 +0000 |
| commit | 60956a1df5366f16973dafc52e23bcfd30515db3 (patch) | |
| tree | dcafc88ad2677bbeb0560cbc03bd8784478acfb7 /fml/doc/en/tutorial/variables | |
| parent | 371c5234c18df97e3eaff965299450507995a718 (diff) | |
| download | fml8-60956a1df5366f16973dafc52e23bcfd30515db3.tar.gz fml8-60956a1df5366f16973dafc52e23bcfd30515db3.tar.bz2 fml8-60956a1df5366f16973dafc52e23bcfd30515db3.zip | |
regen: anonymous cgi
Diffstat (limited to 'fml/doc/en/tutorial/variables')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 23 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 64 |
2 files changed, 85 insertions, 2 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> |
