| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
import args of new()
|
|
|
|
|
|
|
|
|
|
fix the name to toymode.pm not .pl
TODO is things not yet imported from fml 4.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
request to each FML::Command::$command module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove a member or a file.
rewrite resign.pm is an adapter for unsubscribe.pm
|
|
|
|
method($self, $curproc, $args) where $args is prepared at
FML::Process::Configure().
move the main code to subscribe.pm and unsubscribe.pm and change
add.pm and bye.pm as an adapter for them.
|
|
|
|
|
|
|
|
when "makefml $method $ml_name" is given, we call it as follows:
use FML::Command::$method;
$obj = new FML::Command::$method;
$obj->$method($curproc);
|
|
|
|
generate index.ja.html after it
|
|
|
|
|
|
|
|
|
|
|