summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-10-29 04:21:38 +0000
committerfukachan <fukachan>2005-10-29 04:21:38 +0000
commitfa266f0de308b856c905d5282e6819c5b2817a5a (patch)
treef5d42a142bf7eaef3c54c97269b0a5130d13036b /fml/doc/ja/tutorial
parentcb7c007856d07eef4d1763df6efd1cb66384174b (diff)
downloadfml8-fa266f0de308b856c905d5282e6819c5b2817a5a.tar.gz
fml8-fa266f0de308b856c905d5282e6819c5b2817a5a.tar.bz2
fml8-fa266f0de308b856c905d5282e6819c5b2817a5a.zip
recipes on header aggregataed to recipes.header.sgml
Diffstat (limited to 'fml/doc/ja/tutorial')
-rw-r--r--fml/doc/ja/tutorial/customize/chapter.header.sgml9
-rw-r--r--fml/doc/ja/tutorial/customize/recipes.header.sgml50
2 files changed, 52 insertions, 7 deletions
diff --git a/fml/doc/ja/tutorial/customize/chapter.header.sgml b/fml/doc/ja/tutorial/customize/chapter.header.sgml
index 0881a3d5..a5de8a90 100644
--- a/fml/doc/ja/tutorial/customize/chapter.header.sgml
+++ b/fml/doc/ja/tutorial/customize/chapter.header.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: chapter.header.sgml,v 1.4 2004/04/07 11:07:02 fukachan Exp $
+ $FML: chapter.header.sgml,v 1.5 2004/10/06 09:07:34 fukachan Exp $
-->
@@ -21,12 +21,7 @@ Mail::Header のメソッドは何でも利用可能です。
レシピ’s
</title>
-<qandaset>
-
-&recipe.header.tag.uppercase;
-&recipe.header.tag.lowercase;
-
-</qandaset>
+&sect.customize.header.recipes;
</sect1>
diff --git a/fml/doc/ja/tutorial/customize/recipes.header.sgml b/fml/doc/ja/tutorial/customize/recipes.header.sgml
new file mode 100644
index 00000000..9a3e332e
--- /dev/null
+++ b/fml/doc/ja/tutorial/customize/recipes.header.sgml
@@ -0,0 +1,50 @@
+<!--
+ $FML$
+-->
+
+<qandaset>
+
+<qandaentry>
+
+<question>
+<para>
+記事のヘッダの Subject: のタグを大文字にしたい
+</para>
+</question>
+
+<answer>
+<para>
+<screen>
+article_subject_tag = [\U$ml_name\E:%05d]
+</screen>
+(注意: この機能を使う場合には 2002/10/29 以降の snapshot を使ってください)。
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+記事のヘッダの Subject: のタグを小文字にしたい
+</para>
+</question>
+
+<answer>
+<para>
+Unix 上では、たいてい小文字を使うので、ML名前も小文字でしょう。
+だから、普通は何もしなくても小文字のはずですが、
+念のため、小文字を強制したいなら、つぎのようにしてください。
+<screen>
+article_subject_tag = [\L$ml_name\E:%05d]
+</screen>
+(注意: この機能を使う場合には 2002/10/29 以降の snapshot を使ってください)。
+</para>
+</answer>
+
+</qandaentry>
+
+
+</qandaset>