blob: 45da430cd804f1f72f39890d16604e0d07b4e41e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
=head1 convert article to html format.
# Descriptions: use html converter function ?
# History: $AUTO_HTML_GEN
# Value: yes / no
# Examples: yes
use_html_archive = yes
# Descriptions: html archive directory of the specific ML.
# History: none
# Value: directory
# 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: normal / reverse
# Examples: reverse
html_archive_index_order_type = reverse
# Descriptions:
# History:
# Value:
# Examples:
use_html_archive_address_mask = yes
# Descriptions:
# History:
# Value:
# Examples:
html_archive_address_mask_type = all
|