diff options
| author | fukachan <fukachan> | 2005-07-20 10:37:40 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-07-20 10:37:40 +0000 |
| commit | 4829badef574589c3e6fd9588a6ffc482322fa1a (patch) | |
| tree | dd2ae298b39405f1a4c5a5f69775b83d3d3c97c1 /fml/doc/en/tutorial/module | |
| parent | 8295ed65d40f99906e12bfb945cf51be18d09ce8 (diff) | |
| download | fml8-4829badef574589c3e6fd9588a6ffc482322fa1a.tar.gz fml8-4829badef574589c3e6fd9588a6ffc482322fa1a.tar.bz2 fml8-4829badef574589c3e6fd9588a6ffc482322fa1a.zip | |
translated.
Diffstat (limited to 'fml/doc/en/tutorial/module')
| -rw-r--r-- | fml/doc/en/tutorial/module/create.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fml/doc/en/tutorial/module/create.sgml b/fml/doc/en/tutorial/module/create.sgml index 688b4674..30da7477 100644 --- a/fml/doc/en/tutorial/module/create.sgml +++ b/fml/doc/en/tutorial/module/create.sgml @@ -1,5 +1,5 @@ <!-- - $FML: create.sgml,v 1.1 2003/07/28 15:20:18 fukachan Exp $ + $FML: create.sgml,v 1.2 2003/08/03 01:47:17 fukachan Exp $ $jaFML: create.sgml,v 1.2 2003/04/15 14:51:42 fukachan Exp $ --> @@ -28,7 +28,8 @@ framework. Here the program name is "fmlsch" and the cgi is </title> <para> -Add fmlsch into $bin_programs in fml/etc/install.cf.in. +Prepare fml/bin/fmlsch.in, +add fmlsch into $bin_programs in fml/etc/install.cf.in. Run configreu to re-create fml/etc/install.cf. </para> @@ -42,7 +43,7 @@ Run configreu to re-create fml/etc/install.cf. <para> -Write fml/lib/Calender/Lite.pm as the main library of fmlsch. +Write fml/lib/FML/Demo/Calendar.pm as the main library of fmlsch. </para> <para> @@ -65,9 +66,9 @@ Also, install Date-Calc if your system has not it. </title> <para> -Calender::Lite works mainly but we build the machanism how &fml8; +FML::Demo::Calendar works mainly but we build the machanism how &fml8; loads and runs it. We modify FML::Process class for &fml8; bootloader -to call Calender::Lite. +to call FML::Demo::Calendar. </para> <para> |
