summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/command/dataflow.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-09-25 04:27:16 +0000
committerfukachan <fukachan>2005-09-25 04:27:16 +0000
commit35fe1529a15c092b4851d16fdb3074fa3a9f3586 (patch)
tree4a927b936736f4397efe9c72b06c2b5f3e672c9b /fml/doc/en/tutorial/command/dataflow.sgml
parent28287653d036a5ca84a28809aac9fa930f778f7a (diff)
downloadfml8-35fe1529a15c092b4851d16fdb3074fa3a9f3586.tar.gz
fml8-35fe1529a15c092b4851d16fdb3074fa3a9f3586.tar.bz2
fml8-35fe1529a15c092b4851d16fdb3074fa3a9f3586.zip
clean up
Diffstat (limited to 'fml/doc/en/tutorial/command/dataflow.sgml')
-rw-r--r--fml/doc/en/tutorial/command/dataflow.sgml23
1 files changed, 12 insertions, 11 deletions
diff --git a/fml/doc/en/tutorial/command/dataflow.sgml b/fml/doc/en/tutorial/command/dataflow.sgml
index 37d1976b..d0cce180 100644
--- a/fml/doc/en/tutorial/command/dataflow.sgml
+++ b/fml/doc/en/tutorial/command/dataflow.sgml
@@ -1,12 +1,12 @@
<!--
- $FML: dataflow.sgml,v 1.3 2003/08/02 03:05:53 fukachan Exp $
+ $FML: dataflow.sgml,v 1.4 2005/07/20 10:37:42 fukachan Exp $
$jaFML: dataflow.sgml,v 1.1 2002/12/25 11:50:42 fukachan Exp $
-->
<sect1 id="fml.command.dataflow">
<title>
- Data flow of command request processing
+ Data Flow Of Command Request Processing
</title>
@@ -23,7 +23,7 @@ processing stage.
<sect2>
<title>
- command mail procssing
+ Command Mail Procssing
</title>
<caution>
@@ -33,7 +33,7 @@ We adopt new frame work after 2004/03/05.
</caution>
<para>
-Firstly, parse and analyze each line.
+Firstly, parse and analyze each line in one message.
</para>
<para>
@@ -47,20 +47,21 @@ For example,
</para>
<para>
-1) if anonymous command such as "guide" or "subscribe", call command
-processor. Allowd list of commands are defined in
-$anonymous_command_mail_allowed_commands.
+1) if this command matches anonymous command such as "guide" or
+"subscribe", call command processor. Allowd list of commands are
+defined in $anonymous_command_mail_allowed_commands.
</para>
<para>
-2) if a normal command which are allowd for a member, check other
-conditions based on rules of $command_mail_restrictions. Allowd list
-of commands are defined in $user_command_mail_allowed_commands.
+2) if this command matches a normal command which are allowd for a
+member, check other conditions based on rules of
+$command_mail_restrictions. Allowd list of commands are defined in
+$user_command_mail_allowed_commands.
</para>
<para>
Command dispatcher checks the return path dependent on the command and
-the syntax, finally execute the command via FML::Command class.
+the syntax, finally executes the command via FML::Command class.
This process runs as normal user priviledge.
</para>