NAME FML::Command::HTMLify - utility functions to convert text to html. SYNOPSIS use FML::Command::HTMLify; &FML::Command::HTMLify::convert($curproc, { src_dir => $src_dir, dst_dir => $dst_dir, }); DESCRIPTION This module provides several utility functions to convert text file to html format one. METHODS convert($optargs) convert articles from text to html style. CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. HISTORY FML::Command::HTMLify first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.