diff options
| author | fukachan <fukachan> | 2008-09-12 12:38:50 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-09-12 12:38:50 +0000 |
| commit | 2764a659d6aa46730d237f146b48921d12b0e4fd (patch) | |
| tree | 97d2332e88e0232a6f3329337d087955ad86e13d /fml/doc | |
| parent | 5165a293ca02b218058fc27953808354a4ed6e1f (diff) | |
| download | fml8-2764a659d6aa46730d237f146b48921d12b0e4fd.tar.gz fml8-2764a659d6aa46730d237f146b48921d12b0e4fd.tar.bz2 fml8-2764a659d6aa46730d237f146b48921d12b0e4fd.zip | |
regen: $ml_anonymous_cgi_base_url
Diffstat (limited to 'fml/doc')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 1 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 9 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/class.sgml | 1 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/list.sgml | 9 |
4 files changed, 20 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index b666b7ba..6b82157d 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -56,6 +56,7 @@ anonymous { $anonymous_cgi_expire_limit ? $ml_anonymous_cgi_allowed_commands $ml_anonymous_cgi_base_dir + ? $ml_anonymous_cgi_base_url $use_anonymous_cgi_function } diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index a223fa43..45085f19 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -1780,6 +1780,15 @@ $anonymous_cgi_base_dir/$ml_domain/$ml_name </row> <row> <entry> +ml_anonymous_cgi_base_url</entry> +<entry> + ml specific url base for anonymous cgi scripts.</entry> +<entry> +/~$fml_owner/cgi-bin/anonymous/$ml_domain/$ml_name + </entry> +</row> +<row> +<entry> ml_local_dir</entry> <entry> ML local directory</entry> diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml index b666b7ba..6b82157d 100644 --- a/fml/doc/ja/tutorial/variables/class.sgml +++ b/fml/doc/ja/tutorial/variables/class.sgml @@ -56,6 +56,7 @@ anonymous { $anonymous_cgi_expire_limit ? $ml_anonymous_cgi_allowed_commands $ml_anonymous_cgi_base_dir + ? $ml_anonymous_cgi_base_url $use_anonymous_cgi_function } diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml index b8610a93..d58483fe 100644 --- a/fml/doc/ja/tutorial/variables/list.sgml +++ b/fml/doc/ja/tutorial/variables/list.sgml @@ -1789,6 +1789,15 @@ $anonymous_cgi_base_dir/$ml_domain/$ml_name </row> <row> <entry> +ml_anonymous_cgi_base_url</entry> +<entry> + このMLの一般人向け CGI を置く URL のベース。</entry> +<entry> +/~$fml_owner/cgi-bin/anonymous/$ml_domain/$ml_name + </entry> +</row> +<row> +<entry> ml_local_dir</entry> <entry> 各MLローカルのディレクトリ</entry> |
