diff options
| author | fukachan <fukachan> | 2005-12-15 03:08:11 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-12-15 03:08:11 +0000 |
| commit | 009877f9f6afd294ded2a883e4086877b33b5381 (patch) | |
| tree | c93195de02d650cea132a23f1be07d0182d0254d /fml/doc/ja/tutorial | |
| parent | a9615fc1a6cd90649d2227adcdc4742b504e7892 (diff) | |
| download | fml8-009877f9f6afd294ded2a883e4086877b33b5381.tar.gz fml8-009877f9f6afd294ded2a883e4086877b33b5381.tar.bz2 fml8-009877f9f6afd294ded2a883e4086877b33b5381.zip | |
What functions are proper used in config.cf file ?
Diffstat (limited to 'fml/doc/ja/tutorial')
| -rw-r--r-- | fml/doc/ja/tutorial/internals/config.cf.sgml | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/internals/config.cf.sgml b/fml/doc/ja/tutorial/internals/config.cf.sgml index 38ab08ac..4ecbafc8 100644 --- a/fml/doc/ja/tutorial/internals/config.cf.sgml +++ b/fml/doc/ja/tutorial/internals/config.cf.sgml @@ -1,5 +1,5 @@ <!-- - $FML: config.cf.sgml,v 1.13 2004/10/06 09:07:38 fukachan Exp $ + $FML: config.cf.sgml,v 1.14 2005/06/25 15:11:33 fukachan Exp $ --> @@ -274,4 +274,46 @@ get() はこのハッシュではなく %_fml_config_result の値を返しています。 </sect1> +<sect1 id="recipes.internal.config.cf"> + <title> + レシピ’s + </title> + +<qandaset> + +<qandaentry> + +<question> +<para> +config.cf 内で使って良い関数はどれですか? +</para> +</question> + +<answer> + +<para> +「$curproc のメソッド」です。 +</para> + +<para> +フックで使える関数の話であることに注意して下さい。 +</para> + +<para> +&fml4; の設定ファイル config.ph と異なり &fml8; の config.cf では +=cut より前は変数を書く場所です。 +perl の関数を書く場所ではありません。 +=cut よりうしろにはフックつまり perl script を書きます。 +</para> + +</answer> + +</qandaentry> + +</qandaset> + + +</sect1> + + </chapter> |
