diff options
| author | fukachan <fukachan> | 2003-07-26 04:29:12 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-07-26 04:29:12 +0000 |
| commit | 0f8a45b45d759f9e192b8ea3e0865ef31e697b78 (patch) | |
| tree | 804e45ffa87ecea0c174498629de1c3997587284 /fml/doc/en/tutorial/usage/fmlhtmlify.sgml | |
| parent | f1246849a7356ec80778a8a983ab81dc7b5c26e5 (diff) | |
| download | fml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.tar.gz fml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.tar.bz2 fml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.zip | |
translated
Diffstat (limited to 'fml/doc/en/tutorial/usage/fmlhtmlify.sgml')
| -rw-r--r-- | fml/doc/en/tutorial/usage/fmlhtmlify.sgml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/usage/fmlhtmlify.sgml b/fml/doc/en/tutorial/usage/fmlhtmlify.sgml new file mode 100644 index 00000000..91a36bac --- /dev/null +++ b/fml/doc/en/tutorial/usage/fmlhtmlify.sgml @@ -0,0 +1,28 @@ +<!-- + $FML$ + $jaFML: fmlhtmlify.sgml,v 1.6 2002/11/26 11:16:38 fukachan Exp $ +--> + +<sect1 id="usage.fmlhtmlify"> + <title> + convert article to HTML form. + </title> + +<para> +By default, fml converts the article to HTML form. +"fmlhtmlify" command is a tool to convert all articles +to initialize the html archive. +</para> + +<para> +<screen> +% fmlhtmlify SPOOL_DIRECTORY HTML_ARCHIVE_DIRECTORY + +Example: + +% fmlhtmlify /var/spool/ml/elena/spool /some/where/mlarchive/elena +</screen> + +</para> + +</sect1> |
