forum or the
public discussion mailing-list.',
array('https://www.mageia.org/mailman/listinfo/mageia-discuss'));
_h('You may use the following email aliases too to contact all members of a group at once:');
$groups = array(
'board' => _d('Mageia.Org Board members'),
'council' => _d('Mageia Council'),
'sysadmin' => _d('Systems administration team'),
'packagers' => _d('Packagers'),
'atelier' => _d('Communication, Marketing & Web teams'),
'qa' => _d('QA team'),
'doc' => _d('Documentation team'),
'association-members' => _d('Mageia.Org association members'),
);
echo '
';
foreach ($groups as $k => $v) {
_h('%s', array($k, $v), 'li');
}
echo '
';
_h(
'In most case you should avoid using those aliases, and instead use appropriate
public mailing lists.',
array('https://www.mageia.org/mailman/', 'http://ml.mageia.org/')
);
_h('This should only be used for the rare cases where private emails are needed.');
_h('If you want to contact Council or Board for a public discussion, you can start a thread on a mailing-list and add the Board or Council alias in CC.');
echo '
';
_h('You want to join and contribute to Mageia', null, 'h2');
_h('Please see
our Contributions page', array('../contribute/'));
?>