diff options
| author | fukachan <fukachan> | 2003-07-28 15:20:17 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-07-28 15:20:17 +0000 |
| commit | 13ef97114ca3f44fe534d0f4228c9e21b9febd8e (patch) | |
| tree | 3b0874fce4fe8676d34f2213950b7e9c959e7d34 /fml/doc/en/tutorial/digest | |
| parent | d9c8ecee3855d3d88842a4b842c8f4ea2013c8f6 (diff) | |
| download | fml8-13ef97114ca3f44fe534d0f4228c9e21b9febd8e.tar.gz fml8-13ef97114ca3f44fe534d0f4228c9e21b9febd8e.tar.bz2 fml8-13ef97114ca3f44fe534d0f4228c9e21b9febd8e.zip | |
trasnlated
Diffstat (limited to 'fml/doc/en/tutorial/digest')
| -rw-r--r-- | fml/doc/en/tutorial/digest/chapter.sgml | 158 |
1 files changed, 158 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/digest/chapter.sgml b/fml/doc/en/tutorial/digest/chapter.sgml new file mode 100644 index 00000000..3fe37655 --- /dev/null +++ b/fml/doc/en/tutorial/digest/chapter.sgml @@ -0,0 +1,158 @@ +<!-- + $FML$ + $jaFML: chapter.sgml,v 1.3 2003/04/15 14:51:39 fukachan Exp $ +--> + +<chapter id="digest"> + <title> + digest + </title> + +<para> +run +<screen> +/usr/local/libexec/fml/digest $ml_name +</screen> +periodically for digest delivery. +</para> + +<warning> +<para> +simple version yet now. +</para> +</warning> + + +<sect1 id="digest.config.files"> + <title> + files userd by digest delivery + </title> + +<para> +This program uses the following files under $ml_home_dir. +<screen> +seq-digest +members-digest +recipients-digest +</screen> +</para> + +<para> +seq-digest holds the last sequence delivered as digest. +</para> + +<para> +members-digest is dummy. +recipients-digest is a recipient list. +</para> + +<para> +The argument of $digest_recipient_maps is IO::Adapter, so you can use +mysql here. +</para> + +</sect1> + + +<sect1 id="digest.command"> + <title> + idea: digest related commands + </title> + + +<!-- + XXX-TODO digest related commands +--> + + +<para> +Idea on digest commands (references: fml-devel:313). +</para> + +<para> +Hmm, how about the further extension? +</para> + + +<sect2> + <title> + makefml command + </title> + +<para> +<screen> +makefml digest $ml $address on +makefml digeston $ml $address + +makefml digest $ml $address off +makefml digestoff $ml $address +</screen> +(These commnds are implemented already). +</para> + +<para> +</para> + +</sect2> + + +<sect2> + <title> + admin command mail + </title> + +<para> +<screen> +admin digest $address on +admin digest $address off +</screen> +(These commnds are implemented already). +</para> + +</sect2> + + +<sect2> + <title> + user level command mail ? + </title> + +<para> +(not implemented). +<screen> +digest on +digest off +</screen> +Enforce confirmation ? +</para> + +<para> +The confirmation is needed ? Yes, we should need it to unify the fml +fundamental design. We should restrict address manipulation functions +as could as possible. +</para> + +</sect2> + + +<sect2> + <title> + CGI + </title> + +<para> +(not yet implemented). +<screen> +digeston +digestoff +</screen> +? +</para> + +</sect2> + + +</sect1> + + +</chapter> |
