summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.en/cgi.cf
blob: 77813555e4fcecbb21584f4494c7f19f3bd10b67 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
=head1	CGI


# Descriptions: base directory which locates .cgi for this domain.
#      History:
#        Value:
#     Examples:
cgi_base_dir	=	$fml_owner_home_dir/public_html/cgi-bin/fml/$ml_domain


# Descriptions: base directory which locates .cgi for this domain.
#      History:
#        Value:
#     Examples: ~fml/public_admin/cgi-bin/fml/admin/fml.org/elena
#        Notes: ACL is contorlled by
#               admin/.htaccess or admin/$domain/.htaccess.
admin_cgi_base_dir	=	$cgi_base_dir/admin


# Descriptions: base directory which locates .cgi for this ML.
#      History:
#        Value:
#     Examples: ~fml/public_admin/cgi-bin/fml/admin/fml.org/elena
ml_admin_cgi_base_dir	=	$cgi_base_dir/ml-admin/$ml_name


# Descriptions: default charset
#      History:
#        Value:
#     Examples:
cgi_default_charset	=	us-ascii

# Descriptions: cgi charset in Japanese
#      History:
#        Value:
#     Examples:
cgi_charset_ja		=	euc-jp

# Descriptions: cgi charset in English
#      History:
#        Value:
#     Examples:
cgi_charset_en		=	us-ascii

# Descriptions: language mode of CGI (!= charset) 
#      History:
#        Value:
#     Examples:
cgi_default_language   =       english

# Descriptions: available language mode in CGI
#      History:
#        Value:
#     Examples:
cgi_language_list      =	english
				japanese

# Descriptions: default bgcolor
#      History:
#        Value: #%6x
#     Examples: #FFFFFF
cgi_main_menu_color		=	#FFFFFF


# Descriptions: default bgcolor in navigation menu
#      History: 
#        Value: #%6x
#     Examples: #FFFFFF
cgi_navigation_bar_color	=	#FFFFFF


# Descriptions: choise of address list types in CGI operations.
#      History: 
#        Value: member recipient admin_member
#     Examples: member recipient admin_member
cgi_menu_address_map_list		=	member
					recipient
					admin_member


# Descriptions: default value of list types in CGI operations.
#      History: 
#        Value: member recipient admin_member
#     Examples: member
cgi_menu_default_address_map		=	recipient