diff options
| author | fukachan <fukachan> | 2006-01-19 03:59:51 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-19 03:59:51 +0000 |
| commit | 1371a732d1099b067f2085b04f2aaca41db0d939 (patch) | |
| tree | cee3a257e144b04f742462f8b7279dea3bbe7fb6 /fml/doc/en/tutorial/customize | |
| parent | 5d37f3cb6529b5cc511323571c66378e3e698acb (diff) | |
| download | fml8-1371a732d1099b067f2085b04f2aaca41db0d939.tar.gz fml8-1371a732d1099b067f2085b04f2aaca41db0d939.tar.bz2 fml8-1371a732d1099b067f2085b04f2aaca41db0d939.zip | |
disable all article header rewriting function.
Diffstat (limited to 'fml/doc/en/tutorial/customize')
| -rw-r--r-- | fml/doc/en/tutorial/customize/recipes.header.sgml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/fml/doc/en/tutorial/customize/recipes.header.sgml b/fml/doc/en/tutorial/customize/recipes.header.sgml index ee24f7c2..5f756ba6 100644 --- a/fml/doc/en/tutorial/customize/recipes.header.sgml +++ b/fml/doc/en/tutorial/customize/recipes.header.sgml @@ -1,5 +1,5 @@ <!-- - $FML: recipes.header.sgml,v 1.2 2006/01/13 00:15:35 fukachan Exp $ + $FML: recipes.header.sgml,v 1.3 2006/01/14 06:04:48 fukachan Exp $ --> <qandaset> @@ -578,4 +578,27 @@ method. </qandaentry> +<qandaentry> + +<question> +<para> +disable all article header rewriting function. +</para> +</question> + +<answer> +<para> + +<screen> +[/var/spool/ml/elena/config.cf] + +use_article_header_rewrite = no +</screen> + +</para> +</answer> + +</qandaentry> + + </qandaset> |
