diff options
| author | fukachan <fukachan> | 2006-01-16 12:02:07 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-16 12:02:07 +0000 |
| commit | d2225288f1fde489e3a8fc01d8fff6a250e0e657 (patch) | |
| tree | 224e583d71f3031c98634fe75af1aae9ef5bcb84 /fml/doc | |
| parent | 14c7e718cc4fc62c36dc907e180eb1838120fd76 (diff) | |
| download | fml8-d2225288f1fde489e3a8fc01d8fff6a250e0e657.tar.gz fml8-d2225288f1fde489e3a8fc01d8fff6a250e0e657.tar.bz2 fml8-d2225288f1fde489e3a8fc01d8fff6a250e0e657.zip | |
enable command cusomization recipes
Diffstat (limited to 'fml/doc')
| -rw-r--r-- | fml/doc/en/tutorial/customize/chapter.command.sgml | 12 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/include/chapters.ent | 3 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/customize/chapter.command.sgml | 12 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/customize/recipes.command.sgml (renamed from fml/doc/ja/tutorial/command/recipes.sgml) | 4 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/include/chapters.ent | 3 |
5 files changed, 27 insertions, 7 deletions
diff --git a/fml/doc/en/tutorial/customize/chapter.command.sgml b/fml/doc/en/tutorial/customize/chapter.command.sgml index eb2a02a1..079ec1f8 100644 --- a/fml/doc/en/tutorial/customize/chapter.command.sgml +++ b/fml/doc/en/tutorial/customize/chapter.command.sgml @@ -1,5 +1,5 @@ <!-- - $FML: chapter.command.sgml,v 1.2 2005/07/20 10:37:42 fukachan Exp $ + $FML: chapter.command.sgml,v 1.3 2005/09/24 13:53:40 fukachan Exp $ $jaFML: chapter.command.sgml,v 1.1 2002/09/15 01:46:30 fukachan Exp $ --> @@ -26,4 +26,14 @@ help command is loaded for help command (FML::Command::User::help). </sect1> +<sect1 id="customize.command.recipes"> + <title> + Recipes + </title> + +§.customize.command.recipes; + +</sect1> + + </chapter> diff --git a/fml/doc/en/tutorial/include/chapters.ent b/fml/doc/en/tutorial/include/chapters.ent index 574a8e58..775c8c7c 100644 --- a/fml/doc/en/tutorial/include/chapters.ent +++ b/fml/doc/en/tutorial/include/chapters.ent @@ -1,5 +1,5 @@ <!-- - $FML: chapters.ent,v 1.9 2006/01/16 03:21:34 fukachan Exp $ + $FML: chapters.ent,v 1.10 2006/01/16 10:24:27 fukachan Exp $ $jaFML: chapters.ent,v 1.75 2003/06/20 22:03:12 fukachan Exp $ --> @@ -119,6 +119,7 @@ <!entity sect.command.internal SYSTEM "command/internal.sgml"> <!entity sect.command.extension SYSTEM "command/extension.sgml"> <!entity sect.command.module SYSTEM "command/module.sgml"> +<!entity sect.command.recipes SYSTEM "command/recipes.sgml"> <!-- ? ;-) --> diff --git a/fml/doc/ja/tutorial/customize/chapter.command.sgml b/fml/doc/ja/tutorial/customize/chapter.command.sgml index 0006d130..a1bc3d0e 100644 --- a/fml/doc/ja/tutorial/customize/chapter.command.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.command.sgml @@ -1,5 +1,5 @@ <!-- - $FML: chapter.command.sgml,v 1.3 2004/10/06 09:07:34 fukachan Exp $ + $FML: chapter.command.sgml,v 1.4 2005/06/25 15:11:29 fukachan Exp $ --> @@ -40,4 +40,14 @@ package の名前空間に気をつけてください。 </sect1> +<sect1 id="customize.command.recipes"> + <title> + レシピ’s + </title> + +§.customize.command.recipes; + +</sect1> + + </chapter> diff --git a/fml/doc/ja/tutorial/command/recipes.sgml b/fml/doc/ja/tutorial/customize/recipes.command.sgml index 115d0a03..f1288c5a 100644 --- a/fml/doc/ja/tutorial/command/recipes.sgml +++ b/fml/doc/ja/tutorial/customize/recipes.command.sgml @@ -1,5 +1,5 @@ <!-- - $FML: recipes.sgml,v 1.1 2005/11/18 11:44:54 fukachan Exp $ + $FML: recipes.sgml,v 1.2 2006/01/15 13:49:57 fukachan Exp $ --> @@ -275,6 +275,4 @@ elena-ctl: :include:/var/spool/ml/elena/include-ctl, elena-admin </qandaentry> - </qandaset> - diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent index 1df327f5..60924221 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.106 2006/01/16 03:21:34 fukachan Exp $ + $FML: chapters.ent,v 1.107 2006/01/16 10:24:27 fukachan Exp $ --> <!entity versin "1.1"> @@ -74,6 +74,7 @@ <!entity sect.customize.subscribe.recipes SYSTEM "customize/recipes.subscribe.sgml"> <!entity sect.customize.delivery.recipes SYSTEM "customize/recipes.delivery.sgml"> <!entity sect.customize.autoreply.recipes SYSTEM "customize/recipes.autoreply.sgml"> +<!entity sect.customize.command.recipes SYSTEM "customize/recipes.command.sgml"> <!entity sect.config.autoreply SYSTEM "customize/autoreply.sgml"> |
