summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/customize
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-10-29 03:32:21 +0000
committerfukachan <fukachan>2002-10-29 03:32:21 +0000
commit2798cc977254edeff523123149c04bfbc4f6211d (patch)
tree0888a8ff4aa7767b9d95411c3f39df5975842d22 /fml/doc/ja/tutorial/customize
parent1050f6df28e9a5ac4ec69541938519321178243f (diff)
downloadfml8-2798cc977254edeff523123149c04bfbc4f6211d.tar.gz
fml8-2798cc977254edeff523123149c04bfbc4f6211d.tar.bz2
fml8-2798cc977254edeff523123149c04bfbc4f6211d.zip
{upper,lower}case of header tag
Diffstat (limited to 'fml/doc/ja/tutorial/customize')
-rw-r--r--fml/doc/ja/tutorial/customize/chapter.header.sgml19
-rw-r--r--fml/doc/ja/tutorial/customize/recipe.header.tag.lowercase.sgml26
-rw-r--r--fml/doc/ja/tutorial/customize/recipe.header.tag.uppercase.sgml23
3 files changed, 67 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/customize/chapter.header.sgml b/fml/doc/ja/tutorial/customize/chapter.header.sgml
index 92056cc5..fbd9a6db 100644
--- a/fml/doc/ja/tutorial/customize/chapter.header.sgml
+++ b/fml/doc/ja/tutorial/customize/chapter.header.sgml
@@ -1,5 +1,5 @@
<!--
- $FML$
+ $FML: chapter.header.sgml,v 1.1 2002/07/28 06:26:56 fukachan Exp $
-->
<chapter id="customize.header">
@@ -12,4 +12,21 @@
Mail::Header で操作可能なことは何でもできます。
</para>
+
+
+<sect1 id="recipies.cutomize.header">
+ <title>
+ レシピ’s
+ </title>
+
+<qandaset>
+
+&recipe.header.tag.uppercase;
+&recipe.header.tag.lowercase;
+
+</qandaset>
+
+</sect1>
+
+
</chapter>
diff --git a/fml/doc/ja/tutorial/customize/recipe.header.tag.lowercase.sgml b/fml/doc/ja/tutorial/customize/recipe.header.tag.lowercase.sgml
new file mode 100644
index 00000000..d0265f65
--- /dev/null
+++ b/fml/doc/ja/tutorial/customize/recipe.header.tag.lowercase.sgml
@@ -0,0 +1,26 @@
+<!--
+ $FML$
+-->
+
+
+<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>
diff --git a/fml/doc/ja/tutorial/customize/recipe.header.tag.uppercase.sgml b/fml/doc/ja/tutorial/customize/recipe.header.tag.uppercase.sgml
new file mode 100644
index 00000000..97c2c47f
--- /dev/null
+++ b/fml/doc/ja/tutorial/customize/recipe.header.tag.uppercase.sgml
@@ -0,0 +1,23 @@
+<!--
+ $FML$
+-->
+
+
+<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>