summaryrefslogtreecommitdiff
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
parent6d6d6e55958bbbb8efe3cef17ecbbe4f04aefdf4 (diff)
downloadfml8-b534ea11714d6dd9c742a2bb47294fb3b2cf8ce7.tar.gz
fml8-b534ea11714d6dd9c742a2bb47294fb3b2cf8ce7.tar.bz2
fml8-b534ea11714d6dd9c742a2bb47294fb3b2cf8ce7.zip
add digest recipes
-rw-r--r--fml/doc/en/tutorial/digest/chapter.sgml5
-rw-r--r--fml/doc/en/tutorial/digest/recipes.sgml84
-rw-r--r--fml/doc/en/tutorial/include/chapters.ent3
-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
6 files changed, 184 insertions, 4 deletions
diff --git a/fml/doc/en/tutorial/digest/chapter.sgml b/fml/doc/en/tutorial/digest/chapter.sgml
index f9f2844a..8ae5f7f7 100644
--- a/fml/doc/en/tutorial/digest/chapter.sgml
+++ b/fml/doc/en/tutorial/digest/chapter.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: chapter.sgml,v 1.3 2005/07/20 10:39:17 fukachan Exp $
+ $FML: chapter.sgml,v 1.4 2005/09/28 11:05:50 fukachan Exp $
$jaFML: chapter.sgml,v 1.3 2003/04/15 14:51:39 fukachan Exp $
-->
@@ -155,4 +155,7 @@ ok?
</sect1>
+<!-- recipies -->
+&sect.digest.recipes;
+
</chapter>
diff --git a/fml/doc/en/tutorial/digest/recipes.sgml b/fml/doc/en/tutorial/digest/recipes.sgml
new file mode 100644
index 00000000..447ca7c6
--- /dev/null
+++ b/fml/doc/en/tutorial/digest/recipes.sgml
@@ -0,0 +1,84 @@
+<!--
+ $FML$
+-->
+
+<qandaset>
+
+
+<qandaentry>
+
+<question>
+<para>
+When digest program should run ?
+</para>
+</question>
+
+<answer>
+<para>
+Anytime OK. Please edit crontab.
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+Can we change default compression style in digest delivery ?
+</para>
+</question>
+
+<answer>
+<para>
+No since &fml8; supports only MIME/Multipart now.
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+Can we specify parameters in running "makefml add" ?
+</para>
+</question>
+
+<answer>
+<para>
+No since &fml8; supports only MIME/Multipart now.
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+Can we log digest log mesages in the file other than the default log file ?
+</para>
+</question>
+
+<answer>
+<para>
+Not configurable. But you can if you us 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/en/tutorial/include/chapters.ent b/fml/doc/en/tutorial/include/chapters.ent
index d2a6069c..7da92630 100644
--- a/fml/doc/en/tutorial/include/chapters.ent
+++ b/fml/doc/en/tutorial/include/chapters.ent
@@ -1,5 +1,5 @@
<!--
- $FML: chapters.ent,v 1.2 2003/07/26 04:35:41 fukachan Exp $
+ $FML: chapters.ent,v 1.3 2005/07/20 10:37:41 fukachan Exp $
$jaFML: chapters.ent,v 1.75 2003/06/20 22:03:12 fukachan Exp $
-->
@@ -137,6 +137,7 @@
<!-- digest -->
<!entity chapter.digest SYSTEM "digest/chapter.sgml">
+<!entity sect.digest.recipes SYSTEM "digest/recipes.sgml">
<!entity recipe.delivery.forward SYSTEM "delivery/recipe.forward.sgml">
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">