From e37209f220574cc18a8de16899fa87509b3bd584 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 2 Jun 2013 10:49:33 +0000 Subject: Update contact page to remove group aliases --- en/contact/index.php | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) (limited to 'en/contact/index.php') diff --git a/en/contact/index.php b/en/contact/index.php index 7450ab291..533c96080 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -51,30 +51,18 @@ _lang_load($locale, 'contact');
forum or the public discussion mailing-list.', - array('https://forums.mageia.org/', 'https://ml.mageia.org/l/info/discuss')); - _h('You also 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) { - echo sprintf('
  • %s
  • ', $k, $v); - } + _h('Use the discuss mailing list or the forums for general Mageia discussions', array('https://ml.mageia.org/l/info/discuss', 'https://forums.mageia.org/en/'), 'li'); + _h('Use the dev mailing list for Mageia developement discussions', array('https://ml.mageia.org/l/info/dev'), 'li'); + _h('Use one of the other mailing lists for discussions on other topics', null, 'li'); + _h('Contact the treasurer for donation questions', 'mailto:treasurer@mageia.org', 'li'); + _h('Contact the sysadmin team for questions about mirrors, problems with your Mageia identity account, or other problems with Mageia infrastructure (there is also a public sysadmin-discuss mailing list if your question does not need to be private)', array('mailto:sysadmin@group.mageia.org', 'https://identity.mageia.org/', 'https://ml.mageia.org/l/info/sysadmin-discuss'), 'li'); + _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.', array('mailto:board@group.mageia.org', 'mailto:council@group.mageia.org'), 'li'); echo '
'; - _h('In most case you should avoid using those aliases as they should only be used for the rare cases where private emails are needed. Use appropriate public mailing list instead.', + _h('In most cases you should avoid sending private emails and use appropriate public mailing list when possible.', array('https://wiki.mageia.org/en/Mailing_lists') ); - _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/')); -- cgit v1.2.1