summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/HTMLify.pm
AgeCommit message (Collapse)Author
2006-10-28fix copyrightfukachan
2006-10-22fix comments.fukachan
use more proper variable names.
2005-08-17fix copyrightfukachan
2005-08-17FNF: adjust method naming convension.fukachan
$curproc->thread_db_args(); -> $curproc->article_thread_init();
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-26rewritten to use $curproc->thread_db_args() method for code sharing.fukachan
2004-07-23fix comments.fukachan
use //o if could.
2004-04-23remove "use FML::Log;".fukachan
2004-01-21fix comments.fukachan
add missing loop label.
2004-01-02fix copyrightfukachan
2004-01-01remove $args.fukachan
It is a top level parameter FML::Process::Switch provides. Almost functions should access the content via utility methods provided by FML::Process::Utils.
2003-09-13print STDERR ... if $debugfukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
modified to use $curproc->log*() interface.
2003-07-19fixed to co-work with udb well.fukachan
2003-02-16use language_*() method to determine $charsetfukachan
2003-01-11fix comments (FNF).fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-23fix comments.fukachan
aggrege duplicated code.
2002-11-18more debug infofukachan
2002-10-03enabled to handle order in index.html by $html_archive_index_order_type.fukachan
Mail::Message::ToHTML o htmlify_{file,dir}() is changted to normal methods for passing arguments.
2002-09-22add section on FNFfukachan
2002-09-15switched to use of $curproc->mkdir() if couldfukachan
2002-09-11fml5 -> fml8fukachan
2002-06-30more check of inputfukachan
2002-06-27not need to validate ml existencefukachan
2002-05-13validate if config.cf existsfukachan
2002-04-27clean up white spacesfukachan
2002-04-22bug fix subdirs sorting algorithmfukachan
2002-04-21sort -n subdirs listfukachan
2002-04-20use FML::Command::HTMLify to share htmlify code between fmlhtmlify andfukachan
"makefml htmlify".