diff options
| author | fukachan <fukachan> | 2006-01-19 10:18:41 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-19 10:18:41 +0000 |
| commit | 0c5f37cba26bed717ba99dd6f5decead2003f7e3 (patch) | |
| tree | d187b3ad8d5e2c13b180b6049784e7238e05c06f /fml/doc/en/tutorial | |
| parent | 9c6bf92b7986b51312e0558e834c96d00c2710b3 (diff) | |
| download | fml8-0c5f37cba26bed717ba99dd6f5decead2003f7e3.tar.gz fml8-0c5f37cba26bed717ba99dd6f5decead2003f7e3.tar.bz2 fml8-0c5f37cba26bed717ba99dd6f5decead2003f7e3.zip | |
on html archive of ML articles
Diffstat (limited to 'fml/doc/en/tutorial')
| -rw-r--r-- | fml/doc/en/tutorial/customize/chapter.www.sgml | 22 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/customize/recipes.www.sgml | 80 |
2 files changed, 102 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/customize/chapter.www.sgml b/fml/doc/en/tutorial/customize/chapter.www.sgml new file mode 100644 index 00000000..25de4449 --- /dev/null +++ b/fml/doc/en/tutorial/customize/chapter.www.sgml @@ -0,0 +1,22 @@ +<!-- + $FML$ +--> + + +<chapter id="www.archive"> + <title> + Be ML Articles public via WWW + </title> + + +<sect1 id="www.archive.recipes"> + <title> + Recipes + </title> + +§.www.archive.recipes; + +</sect1> + + +</chapter> diff --git a/fml/doc/en/tutorial/customize/recipes.www.sgml b/fml/doc/en/tutorial/customize/recipes.www.sgml new file mode 100644 index 00000000..4ce73ff2 --- /dev/null +++ b/fml/doc/en/tutorial/customize/recipes.www.sgml @@ -0,0 +1,80 @@ +<!-- + $FML$ +--> + +<qandaset> + + +<qandaentry> + +<question> +<para> +convert articles to html form after ML runs without html conversion. +</para> +</question> + +<answer> +<para> +use fmlhtmlify command. +<screen> +Example + +% fmlhtmlify /var/spool/ml/elena/spool ~fml/public/fml/mlarchive/DOMAIN/ML +</screen> + +</para> +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +convert articles to html form for resetting. +</para> +</question> + +<answer> +<para> +use fmlhtmlify command. +<screen> +Example + +% fmlhtmlify /var/spool/ml/elena/spool ~fml/public/fml/mlarchive/DOMAIN/ML +</screen> + +</para> +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +How to create html archive on a different machine? +</para> +</question> + +<answer> +<para> +1. syncrhnize archive by e.g. rsync. +</para> + +<para> +2. set up html converter such as mhonarch on the machine. +</para> + +<para> +3. NFS but pay attension network structure in using NFS seen from Internet. +</para> +</answer> + +</qandaentry> + + +</qandaset> + |
