summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Expand)Author
2001-11-25fmlconf and makefml are separete nowfukachan
2001-11-25verify_request() checks @ARGV and show help() if neededfukachan
2001-11-25enable --help for all command line programsfukachan
2001-11-25trap --help in new() to show and exit asapfukachan
2001-11-25implement help() methodfukachan
2001-11-25xxx.cgi SHOULD NOT ACCPET the same options as command line program xxxfukachan
2001-11-23clean up fmlschfukachan
2001-11-22fmlsch -h to show helpfukachan
2001-11-20update database for latest not-yet-analyzed articles.fukachan
2001-11-19split functions for list and summary.fukachan
2001-11-18fmlthread db_dump $ml [$type]fukachan
2001-11-18change max_id speculation strategy:fukachan
2001-11-18speculate program paths by configure (autoconf)fukachan
2001-11-17change default target to _topfukachan
2001-11-17disable debug code, enable it when $ENV{debug} is definedfukachan
2001-11-13fix address regexp, define $command, modify error return wayfukachan
2001-11-13move get_ml_list() to FML::Process::CGI::Kernelfukachan
2001-11-13less ambiguous of error messagefukachan
2001-11-13some cgi may need no ml_namefukachan
2001-11-12default_config -> default_config_cffukachan
2001-11-12fix to introduce $config_dir (etc/fml) from main.cffukachan
2001-11-11move "function to get paramlist" to FML::Process::CGI::Param modulefukachan
2001-11-11ThreadTrack switches acconding to myname ($0).fukachan
2001-11-11allow action =~ /^[-a-z_]+$/fukachan
2001-11-11workaround: header( -target => "ResultsWindow" ) anywayfukachan
2001-11-11header( -charset => $charset)fukachan
2001-11-11define article_id, method -> actionfukachan
2001-11-10remove makefml issue.fukachan
2001-11-10bug fix: format $reasonfukachan
2001-11-09more debug infofukachan
2001-11-09check defined( $id )fukachan
2001-11-09modified to fit FML::Process::CGI hierarchyfukachan
2001-11-09least error infomation by default OR raw $@ if debugfukachan
2001-11-08use FML::Process::CGI::{Kernel,Param}fukachan
2001-11-08Initial revisionfukachan
2001-11-08modify error messagefukachan
2001-11-07modified to use File::Spec stylefukachan
2001-11-07param(xxx) -> safe_param_xxx()fukachan
2001-11-07dummy finish()fukachan
2001-11-07enable fmlthread options:fukachan
2001-11-07we should use long line options since we support it :)fukachan
2001-11-07fmlthread review ML RANGE srcdir=/some/wherefukachan
2001-11-07command_line_argv_find()fukachan
2001-11-07fmlthread -f filterlist ...fukachan
2001-11-06db_mkdb -> db_rebuildfukachan
2001-11-05review() mode to show summary for articles in each threadfukachan
2001-11-05fmlhtmlify [-I dir]fukachan
2001-11-05implement command_line_options()fukachan
2001-11-05new utility: fmlhtmlify src_dir dst_dirfukachan
2001-11-04enhance close() to accept MH style paramfukachan