diff options
| author | fukachan <fukachan> | 2005-09-25 04:27:16 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-09-25 04:27:16 +0000 |
| commit | 35fe1529a15c092b4851d16fdb3074fa3a9f3586 (patch) | |
| tree | 4a927b936736f4397efe9c72b06c2b5f3e672c9b /fml/doc/en/tutorial/devel | |
| parent | 28287653d036a5ca84a28809aac9fa930f778f7a (diff) | |
| download | fml8-35fe1529a15c092b4851d16fdb3074fa3a9f3586.tar.gz fml8-35fe1529a15c092b4851d16fdb3074fa3a9f3586.tar.bz2 fml8-35fe1529a15c092b4851d16fdb3074fa3a9f3586.zip | |
clean up
Diffstat (limited to 'fml/doc/en/tutorial/devel')
| -rw-r--r-- | fml/doc/en/tutorial/devel/create_program.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fml/doc/en/tutorial/devel/create_program.sgml b/fml/doc/en/tutorial/devel/create_program.sgml index 5fb9796a..4a8a91ac 100644 --- a/fml/doc/en/tutorial/devel/create_program.sgml +++ b/fml/doc/en/tutorial/devel/create_program.sgml @@ -1,22 +1,22 @@ <!-- - $FML: create_program.sgml,v 1.1 2003/08/02 01:19:11 fukachan Exp $ + $FML: create_program.sgml,v 1.2 2003/08/02 14:53:24 fukachan Exp $ $jaFML: create_program.sgml,v 1.6 2003/04/15 14:51:38 fukachan Exp $ --> <chapter id="program.create"> <title> - Create a new program + Create A New Program </title> <sect1> <title> - Create a program (CUI) + Create A Program (CUI) </title> <para> Firstly, prepare a new module in FML::Process class. See -FML::Process::Scheduler as the least functional model and see +FML::Process::Calendar as the least functional model and see FML::Process::Distribute for the most complicated class. </para> @@ -86,7 +86,7 @@ define the program as $bin_programs or $exec_programs in install.cf.in. <sect1> <title> - Create a program (CGI) + Create A Program (CGI) </title> <para> |
