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