summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-10-08 03:37:39 +0000
committerfukachan <fukachan>2005-10-08 03:37:39 +0000
commitb534ea11714d6dd9c742a2bb47294fb3b2cf8ce7 (patch)
treee897d9b4abce3f861c27cd27fd2526fd491c1978 /fml/doc/ja/tutorial
parent6d6d6e55958bbbb8efe3cef17ecbbe4f04aefdf4 (diff)
downloadfml8-b534ea11714d6dd9c742a2bb47294fb3b2cf8ce7.tar.gz
fml8-b534ea11714d6dd9c742a2bb47294fb3b2cf8ce7.tar.bz2
fml8-b534ea11714d6dd9c742a2bb47294fb3b2cf8ce7.zip
add digest recipes
Diffstat (limited to 'fml/doc/ja/tutorial')
-rw-r--r--fml/doc/ja/tutorial/digest/chapter.sgml6
-rw-r--r--fml/doc/ja/tutorial/digest/recipes.sgml87
-rw-r--r--fml/doc/ja/tutorial/include/chapters.ent3
3 files changed, 94 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/digest/chapter.sgml b/fml/doc/ja/tutorial/digest/chapter.sgml
index 210837f7..3c2658d7 100644
--- a/fml/doc/ja/tutorial/digest/chapter.sgml
+++ b/fml/doc/ja/tutorial/digest/chapter.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: chapter.sgml,v 1.4 2004/10/06 09:07:36 fukachan Exp $
+ $FML: chapter.sgml,v 1.5 2005/06/25 15:11:31 fukachan Exp $
-->
@@ -156,4 +156,8 @@ digestoff
</sect1>
+<!-- レシピ’s -->
+&sect.digest.recipes;
+
+
</chapter>
diff --git a/fml/doc/ja/tutorial/digest/recipes.sgml b/fml/doc/ja/tutorial/digest/recipes.sgml
new file mode 100644
index 00000000..557cc118
--- /dev/null
+++ b/fml/doc/ja/tutorial/digest/recipes.sgml
@@ -0,0 +1,87 @@
+<!--
+ $FML$
+-->
+
+<qandaset>
+
+
+<qandaentry>
+
+<question>
+<para>
+まとめ送りはいつ実行してもよいのか
+</para>
+</question>
+
+<answer>
+<para>
+いつでもかまいません。
+crontab を適当に書き換えて下さい。
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+まとめ送りの圧縮形式のデフォルトを変更したい
+</para>
+</question>
+
+<answer>
+<para>
+現在は MIME/Multipart しかサポートしていないので、
+変更ということがそもそもありえません。
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+makefml add の時にまとめ送りパラメータも指定したい
+</para>
+</question>
+
+<answer>
+<para>
+現在は MIME/Multipart しかサポートしていないので、
+まとめ送りパラメータの指定ということがそもそもありえません。
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+まとめ送りのログを別ファイルに記録したい
+</para>
+</question>
+
+<answer>
+<para>
+変数はありません。HOOK を書けばできます。
+<screen>
+[Example]
+
+$article_digest_prepare_start_hook = q{
+ $config->{ log_file } = "/some/where/log.digest";
+};
+</screen>
+</para>
+</answer>
+
+</qandaentry>
+
+
+</qandaset>
+
diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent
index e6286f0e..da78b205 100644
--- a/fml/doc/ja/tutorial/include/chapters.ent
+++ b/fml/doc/ja/tutorial/include/chapters.ent
@@ -1,5 +1,5 @@
<!--
- $FML: chapters.ent,v 1.93 2005/06/25 14:18:25 fukachan Exp $
+ $FML: chapters.ent,v 1.94 2005/09/30 13:24:09 fukachan Exp $
-->
<!entity versin "1.1">
@@ -137,6 +137,7 @@
<!-- まとめおくり -->
<!entity chapter.digest SYSTEM "digest/chapter.sgml">
+<!entity sect.digest.recipes SYSTEM "digest/recipes.sgml">
<!entity recipe.delivery.forward SYSTEM "delivery/recipe.forward.sgml">