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/customize/chapter.body.sgml23
-rw-r--r--fml/doc/ja/tutorial/customize/recipes.body.sgml45
-rw-r--r--fml/doc/ja/tutorial/include/chapters.ent4
4 files changed, 73 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml
index 0002c20b..3d00a8b4 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.68 2005/06/25 15:11:27 fukachan Exp $
+$FML: book.sgml,v 1.69 2005/09/30 13:25:08 fukachan Exp $
-->
<!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [
@@ -101,6 +101,7 @@ $FML: book.sgml,v 1.68 2005/06/25 15:11:27 fukachan Exp $
<!-- customize -->
&chapter.customize.mlstyle;
&chapter.customize.header;
+ &chapter.customize.body;
&chapter.customize.command;
&chapter.customize.filter;
&chapter.customize.message;
diff --git a/fml/doc/ja/tutorial/customize/chapter.body.sgml b/fml/doc/ja/tutorial/customize/chapter.body.sgml
new file mode 100644
index 00000000..59bec741
--- /dev/null
+++ b/fml/doc/ja/tutorial/customize/chapter.body.sgml
@@ -0,0 +1,23 @@
+<!--
+ $FML$
+-->
+
+
+<chapter id="customize.body">
+ <title>
+ 本文の書き換え
+ </title>
+
+
+<sect1 id="recipies.cutomize.body">
+ <title>
+ レシピ’s
+ </title>
+
+<!-- TABLE_OF_RECIPES -->
+&sect.customize.body.recipes;
+
+</sect1>
+
+
+</chapter>
diff --git a/fml/doc/ja/tutorial/customize/recipes.body.sgml b/fml/doc/ja/tutorial/customize/recipes.body.sgml
new file mode 100644
index 00000000..de913375
--- /dev/null
+++ b/fml/doc/ja/tutorial/customize/recipes.body.sgml
@@ -0,0 +1,45 @@
+<!--
+ $FML$
+-->
+
+<qandaset>
+
+<qandaentry>
+
+<question>
+<para>
+メールの本文に◯◯さんへと宛名文をいれたい
+</para>
+</question>
+
+<answer>
+
+<para>
+MLは一つの記事をMLの受信者全員に配送するサービスです。
+</para>
+
+<para>
+MLドライバは一つの記事と受信者のリストを MTA に渡して配送を委ねます。
+そのため一つ一つの記事を異なるものにするということができません。
+</para>
+
+<para>
+異なる多数の記事を送るのは一通ずつメールを送信することと変わりません。
+それならば普通のMLドライバを使わない方が良いです。
+</para>
+
+<para>
+もっともメンバーリストの管理だけを &fml8; で行なうことには意味があるか
+もしれません。
+</para>
+
+<para>
+未実装
+</para>
+
+</answer>
+
+</qandaentry>
+
+
+</qandaset>
diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent
index 5a579b68..22bafad3 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.99 2005/11/19 03:44:24 fukachan Exp $
+ $FML: chapters.ent,v 1.100 2005/11/19 04:17:11 fukachan Exp $
-->
<!entity versin "1.1">
@@ -60,12 +60,14 @@
<!entity chapter.usage.onhost SYSTEM "usage/chapter.onhost.sgml">
<!entity chapter.customize.mlstyle SYSTEM "customize/chapter.ml_style.sgml">
<!entity chapter.customize.header SYSTEM "customize/chapter.header.sgml">
+<!entity chapter.customize.body SYSTEM "customize/chapter.body.sgml">
<!entity chapter.customize.command SYSTEM "customize/chapter.command.sgml">
<!entity chapter.customize.message SYSTEM "customize/chapter.message.sgml">
<!entity sect.usage.user.recipes SYSTEM "usage/recipes.user.sgml">
<!entity sect.usage.onhost.recipes SYSTEM "usage/recipes.onhost.sgml">
<!entity sect.customize.header.recipes SYSTEM "customize/recipes.header.sgml">
+<!entity sect.customize.body.recipes SYSTEM "customize/recipes.body.sgml">
<!entity sect.customize.auth.recipes SYSTEM "customize/recipes.auth.sgml">
<!entity sect.customize.subscribe.recipes SYSTEM "customize/recipes.subscribe.sgml">