summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-17add a mailing list infomationfukachan
2001-03-17add download and mailinglist (prototype)fukachan
2001-03-17update todofukachan
2001-03-17add releng flowfukachan
2001-03-16clean upfukachan
import args of new()
2001-03-16fmldoc supports perldoc [-vtuml]fukachan
2001-03-16use /usr/pkg/bin/perl by default, add args for new()fukachan
2001-03-16support options of perldoc -vtumlfukachan
2001-03-15fix document generation for IO::Adapter::MySQLfukachan
2001-03-15implemente primitive getline() call to MySQL and the cheker of it.fukachan
fix the name to toymode.pm not .pl TODO is things not yet imported from fml 4.0.
2001-03-15<br>fukachan
2001-03-15fix html (missing body ;)fukachan
2001-03-15config.cf examplefukachan
2001-03-15prepare least standard howtofukachan
2001-03-15install fmldoc fmlticket fmlconf makefml to /usr/local/binfukachan
2001-03-15/usr/local/bin/fmlticket, which is a wrapperfukachan
2001-03-15/usr/local/bin/$wrappersfukachan
2001-03-15move bin/* to utils/bin/ since they are not-installed-programsfukachan
2001-03-15Initial revisionfukachan
2001-03-15nuke hier: rulefukachan
2001-03-15add guidefukachan
2001-03-15update clean up targetsfukachan
2001-03-15define $default_config_dir and rewritten to use itfukachan
2001-03-14fix tr() to make chars upper casefukachan
2001-03-14generate FML::Command documentsfukachan
2001-03-14nuke .pm in NAMEfukachan
2001-03-14FML::Command is a dispatcher table. It used AUTOLOAD() to forward thefukachan
request to each FML::Command::$command module.
2001-03-14install config.cf for makefml newmlfukachan
2001-03-14update what makefml can dofukachan
2001-03-14developer.fml.org top page (ja.html)fukachan
2001-03-14pass $main_cf object to the real fml processfukachan
2001-03-14$curproc->{ main_cf } holds the pointer to /etc/fml/main.cffukachan
2001-03-14define $default_config_dirfukachan
2001-03-14clean up comments for "makefml newml"fukachan
2001-03-14s/croak/warn/fukachan
2001-03-14update FML::Commandfukachan
2001-03-14nuke "delete" command which is ambiguous in identify that it is tofukachan
remove a member or a file. rewrite resign.pm is an adapter for unsubscribe.pm
2001-03-14ln -s FML::Command Commandfukachan
2001-03-14change argument of FML::Command method call. now it accpeptsfukachan
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.
2001-03-14split FML::MemberControl to FML::Command/$method.pm for each $methodfukachan
2001-03-14log scan result to __scan__fukachan
2001-03-14add __scan__fukachan
2001-03-14makefml uses dynamic method bindingfukachan
when "makefml $method $ml_name" is given, we call it as follows: use FML::Command::$method; $obj = new FML::Command::$method; $obj->$method($curproc);
2001-03-14a little more polite debug messagefukachan
2001-03-14run "make html" in each directoryfukachan
generate index.ja.html after it
2001-03-13fix dependence, fix typofukachan
2001-03-13clean up documentsfukachan
2001-03-13comment out ml_home_dir which is determined by libexec/loaderfukachan
2001-03-13prototype of mysqlfukachan
2001-03-13Initial revisionfukachan