=head1 記事を HTML 化する
# Descriptions: 記事を HTML 化するか否か
# History: fml 4 の $AUTO_HTML_GEN
# Value: YES_OR_NO
# Examples: yes
use_html_archive = yes
# Descriptions: HTML 化された記事を作るディレクトリ (MLごと)
# 注意: ドメインごと、MLごとに別のディレクトリになる
# History: none
# Value: DIR
# Examples: ~fml/public_html/fml/mlarchive/fml.org/elena
html_archive_dir = $fml_owner_home_dir/public_html/fml/mlarchive/$ml_domain/$ml_name
# Descriptions:
# History:
# Value: SELECT ( normal reverse )
# Examples: reverse
html_archive_index_order_type = reverse
# Descriptions:
# History:
# Value: YES_OR_NO
# Examples:
use_html_archive_address_mask = yes
# Descriptions:
# History:
# Value: SELECT ( all )
# Examples:
html_archive_address_mask_type = all
# Descriptions:
# History:
# Value: SELECT ( euc-jp us-ascii )
# Examples:
html_archive_default_charset = $html_archive_charset_ja
# Descriptions:
# History:
# Value: SELECT ( euc-jp )
# Examples:
html_archive_charset_ja = euc-jp
# Descriptions:
# History:
# Value: SELECT ( us-ascii )
# Examples:
html_archive_charset_en = us-ascii