blob: 372934087d5bc25451ae91951fe49c88ed2c720f (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
=head1 convert article to html format.
# Descriptions: use html converter function ?
# History: $AUTO_HTML_GEN
# Value: YES_OR_NO
# Examples: yes
use_html_archive = yes
# Descriptions: html archive directory of the specific 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_en
# 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
|