diff options
| author | fukachan <fukachan> | 2001-12-23 03:50:26 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-12-23 03:50:26 +0000 |
| commit | 26e324ded666a81b9d98c830bd35bc9c2bd2ed4c (patch) | |
| tree | 8bd23fdaf1b4a25f2e527119332a29fad9f49a8b /fml/lib/FML/Command/Admin/htmlify.pm | |
| parent | c8babd616b88de3a902d58d85ec1591629509158 (diff) | |
| download | fml8-26e324ded666a81b9d98c830bd35bc9c2bd2ed4c.tar.gz fml8-26e324ded666a81b9d98c830bd35bc9c2bd2ed4c.tar.bz2 fml8-26e324ded666a81b9d98c830bd35bc9c2bd2ed4c.zip | |
update documents, comments
Diffstat (limited to 'fml/lib/FML/Command/Admin/htmlify.pm')
| -rw-r--r-- | fml/lib/FML/Command/Admin/htmlify.pm | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/fml/lib/FML/Command/Admin/htmlify.pm b/fml/lib/FML/Command/Admin/htmlify.pm index 15080cfb..de1d694f 100644 --- a/fml/lib/FML/Command/Admin/htmlify.pm +++ b/fml/lib/FML/Command/Admin/htmlify.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: htmlify.pm,v 1.2 2001/10/22 11:04:50 fukachan Exp $ +# $FML: htmlify.pm,v 1.3 2001/12/22 09:21:03 fukachan Exp $ # package FML::Command::Admin::htmlify; @@ -25,19 +25,36 @@ FML::Command::Admin::htmlify - htmlify $spool_dir See C<FML::Command>. +=head1 DESCRIPTION + =head2 makefml usage -For example, make htmlified articles in /var/www/htdocs/mlarchives/elena +For example, make HTMLified articles in +/var/www/htdocs/mlarchives/elena - makefml htmlify elena outdir=/var/www/htdocs/mlarchives/elena + makefml htmlify elena \ + srcdir=/var/spool/ml/elena/spool \ + outdir=/var/www/htdocs/mlarchives/elena -=head1 DESCRIPTION +C<XXX> +This options format is irregular, isn't it? +We should normalized it in the following way? + + makefml htmlify elena \ + --srcdir=/var/spool/ml/elena/spool \ + --outdir=/var/www/htdocs/mlarchives/elena + +Hmm, ... but it is strange. =head1 METHODS =cut +# Descriptions: htmlify articles +# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args) +# Side Effects: none +# Return Value: none sub process { my ($self, $curproc, $command_args) = @_; |
