summaryrefslogtreecommitdiff
path: root/fml/doc/ja
diff options
context:
space:
mode:
Diffstat (limited to 'fml/doc/ja')
-rw-r--r--fml/doc/ja/tutorial/book.sgml3
-rw-r--r--fml/doc/ja/tutorial/delivery/chapter.sgml27
-rw-r--r--fml/doc/ja/tutorial/include/chapters.ent3
-rw-r--r--fml/doc/ja/tutorial/internals/credential.sgml41
-rw-r--r--fml/doc/ja/tutorial/internals/restriction.sgml20
5 files changed, 90 insertions, 4 deletions
diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml
index 04315429..6aeb918d 100644
--- a/fml/doc/ja/tutorial/book.sgml
+++ b/fml/doc/ja/tutorial/book.sgml
@@ -2,7 +2,7 @@
This is an sgml using DocBook dtd. Use sgmltools version 2.0.x or above
to generate various output formats.
-$FML: book.sgml,v 1.38 2002/07/05 04:01:35 fukachan Exp $
+$FML: book.sgml,v 1.39 2002/07/06 14:55:14 fukachan Exp $
-->
<!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [
@@ -141,6 +141,7 @@ $FML: book.sgml,v 1.38 2002/07/05 04:01:35 fukachan Exp $
<!-- セキュリティ -->
&chapter.restriction;
+ &chapter.credential;
<!-- フック -->
&chapter.hook;
diff --git a/fml/doc/ja/tutorial/delivery/chapter.sgml b/fml/doc/ja/tutorial/delivery/chapter.sgml
index 4b3ab628..d6001afe 100644
--- a/fml/doc/ja/tutorial/delivery/chapter.sgml
+++ b/fml/doc/ja/tutorial/delivery/chapter.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: chapter.sgml,v 1.7 2002/07/02 10:39:31 fukachan Exp $
+ $FML: chapter.sgml,v 1.8 2002/07/06 14:55:15 fukachan Exp $
-->
<chapter id="delivery">
@@ -89,4 +89,29 @@ Mail::Message
<!-- mail queue -->
&sect.mailqueue;
+
+<sect1>
+ <title>
+ 議論: FML::Mailer は必要か?
+ </title>
+
+<para>
+FML::Process::QueueManager が使っているのみなので
+独立したモジュールである必要があるだろうか?
+</para>
+
+<para>
+reply_message() が何でもしてしまうので、
+FML::Mailer を呼ぶことはないかもしれない。
+でも、 reply_message() 以外の送信メソッドがあり得るかもしれないね。
+</para>
+
+<para>
+将来、どうも使ってないようなら
+ FML::Process::QueueManager に合併するべきかもしれない。
+</para>
+
+</sect1>
+
+
</chapter>
diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent
index 93856324..aadfcf68 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.41 2002/07/06 05:26:09 fukachan Exp $
+ $FML: chapters.ent,v 1.42 2002/07/06 14:55:17 fukachan Exp $
-->
<!entity versin "1.1">
@@ -88,6 +88,7 @@
<!entity chapter.design SYSTEM "internals/design.sgml">
<!entity chapter.config.cf SYSTEM "internals/config.cf.sgml">
<!entity chapter.restriction SYSTEM "internals/restriction.sgml">
+<!entity chapter.credential SYSTEM "internals/credential.sgml">
<!-- variables -->
<!entity table.list.variables SYSTEM "internals/list.variables.sgml">
diff --git a/fml/doc/ja/tutorial/internals/credential.sgml b/fml/doc/ja/tutorial/internals/credential.sgml
new file mode 100644
index 00000000..a3009274
--- /dev/null
+++ b/fml/doc/ja/tutorial/internals/credential.sgml
@@ -0,0 +1,41 @@
+<!--
+ $FML: restriction.sgml,v 1.3 2002/07/06 14:55:18 fukachan Exp $
+-->
+
+<chapter id="credential">
+ <title>
+ ユーザ認証
+ </title>
+
+<para>
+ユーザ認証は FML::Credential クラスの提供するメソッドを使って
+行ないます。
+</para>
+
+
+
+<sect1>
+ <title>
+ 議論: FML::Credential の実装
+ </title>
+
+
+<sect2>
+ <title>
+ case sensitive / case insensitive
+ </title>
+
+<para>
+今は
+<screen>
+USER パートは sensitive
+ドメインパートは insensitive
+</screen>
+オプションで、USER パートも insensitive にできるように
+できた方がよい?
+</para>
+
+</sect1>
+
+
+</chapter>
diff --git a/fml/doc/ja/tutorial/internals/restriction.sgml b/fml/doc/ja/tutorial/internals/restriction.sgml
index 6e4aa133..b4c29c9b 100644
--- a/fml/doc/ja/tutorial/internals/restriction.sgml
+++ b/fml/doc/ja/tutorial/internals/restriction.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: restriction.sgml,v 1.2 2002/02/17 05:40:53 fukachan Exp $
+ $FML: restriction.sgml,v 1.3 2002/07/06 14:55:18 fukachan Exp $
-->
<chapter id="restriction">
@@ -162,4 +162,22 @@ for my $key (param()) {
</sect1>
+
+<sect1>
+ <title>
+ 議論
+ </title>
+
+<para>
+FML::Restriction:: でRFC 2822 っていってもねぇ… RFC の定義が広すぎるよね。
+</para>
+
+<para>
+FML::Restriction::Command はコマンドのシンタックスチェックはもうちょっ
+と粒度を上げるべきなのかもしれない?
+</para>
+
+</sect1>
+
+
</chapter>