Lines 92-104
Link Here
|
92 |
'advice' =>''}, |
92 |
'advice' =>''}, |
93 |
|
93 |
|
94 |
{'name' => 'arc_path', |
94 |
{'name' => 'arc_path', |
95 |
'default' => '--DIR--/arc', |
95 |
'default' => '--SPOOLDIR--/arc', |
96 |
'query' => 'Where to store HTML archives', |
96 |
'query' => 'Where to store HTML archives', |
97 |
'file' => 'wwsympa.conf','edit' => '1', |
97 |
'file' => 'wwsympa.conf','edit' => '1', |
98 |
'advice' =>'Better if not in a critical partition'}, |
98 |
'advice' =>'Better if not in a critical partition'}, |
99 |
|
99 |
|
100 |
{'name' => 'bounce_path', |
100 |
{'name' => 'bounce_path', |
101 |
'default' => '--DIR--/bounce', |
101 |
'default' => '--SPOOLDIR--/bounce', |
102 |
'query' => 'Where to store bounces', |
102 |
'query' => 'Where to store bounces', |
103 |
'file' => 'wwsympa.conf', |
103 |
'file' => 'wwsympa.conf', |
104 |
'advice' =>'Better if not in a critical partition'}, |
104 |
'advice' =>'Better if not in a critical partition'}, |
Lines 108-113
Link Here
|
108 |
'query' => 'Directory containing available NLS catalogues (Message internationalization)', |
108 |
'query' => 'Directory containing available NLS catalogues (Message internationalization)', |
109 |
'file' => 'sympa.conf', |
109 |
'file' => 'sympa.conf', |
110 |
'advice' =>''}, |
110 |
'advice' =>''}, |
|
|
111 |
{'name' => 'web_recode_to', |
112 |
'default' => 'utf-8', |
113 |
'query' => 'patched by Gentoo, charset in HTML', |
114 |
'file' => 'sympa.conf', |
115 |
'advice' => ''}, |
111 |
|
116 |
|
112 |
{'name' => 'spool', |
117 |
{'name' => 'spool', |
113 |
'default' => '--SPOOLDIR--', |
118 |
'default' => '--SPOOLDIR--', |
Lines 122-128
Link Here
|
122 |
'advice' =>''}, |
127 |
'advice' =>''}, |
123 |
|
128 |
|
124 |
{'name' => 'queuebounce', |
129 |
{'name' => 'queuebounce', |
125 |
'default' => '--SPOOLDIR--/bounce', |
130 |
'default' => '--SPOOLDIR--/qbounce', |
126 |
'query' => 'Bounce incoming spool', |
131 |
'query' => 'Bounce incoming spool', |
127 |
'file' => 'sympa.conf', |
132 |
'file' => 'sympa.conf', |
128 |
'advice' =>''}, |
133 |
'advice' =>''}, |
Lines 416-422
Link Here
|
416 |
'advice' =>''}, |
421 |
'advice' =>''}, |
417 |
|
422 |
|
418 |
{'name' => 'icons_url', |
423 |
{'name' => 'icons_url', |
419 |
'default' => '/icons/sympa', |
424 |
'default' => '/sympa/icons', |
420 |
'query' => 'Icons directory (web) location for Sympa', |
425 |
'query' => 'Icons directory (web) location for Sympa', |
421 |
'file' => 'wwsympa.conf'}, |
426 |
'file' => 'wwsympa.conf'}, |
422 |
|
427 |
|