blob: 4cc1a6c0ac2e920ae3c8b475dce07962e9e23cbb (
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
59
|
=head1 ������ HTML ������
# Descriptions: ������ HTML �����뤫�ݤ�
# History: fml 4 �� $AUTO_HTML_GEN
# Value: YES_OR_NO
# Examples: yes
use_html_archive = yes
# Descriptions: HTML �����줿��������ǥ��쥯�ȥ� (�̤ͣ���)
# ����: �ɥᥤ�ȡ��̤ͣ��Ȥ��̤Υǥ��쥯�ȥ�ˤʤ�
# 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
|