From 9d67932e3fc5a9a72f87741c16db0443ea6bcf1e Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 16 Jan 2013 09:57:44 +0000 Subject: new Contact page (English only for now, no .lang file) --- en/contact/index.php | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 en/contact/index.php (limited to 'en/contact/index.php') diff --git a/en/contact/index.php b/en/contact/index.php new file mode 100644 index 000000000..5d190b799 --- /dev/null +++ b/en/contact/index.php @@ -0,0 +1,76 @@ + + + + + <?php _e('Contact Us')?> + + + + + + + + + +

+
+
+ forum or our wiki.'); + echo '
'; + _h('You would like to report an issue', null, 'h2'); + _h('Please see how to report an issue in our bugs database.', + array('https://wiki.mageia.org/en/How_to_report_a_bug_properly')); + echo '
'; + + _h('You are not sure who to contact', null, 'h2');?> + +
+
+
+
+ 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' => 'Mageia.Org Board members', + 'council' => 'Mageia Council', + 'sysadmin' => 'Systems administration team', + 'packagers' => 'Packagers', + 'atelier' => 'Communication, Marketing & Web teams', + 'qa' => 'QA team', + 'doc' => 'Documentation team', + 'association-members' => '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.'); + _h('If you want to join and contribute to Mageia, please see our Contributions page', array('../contribute/')); + ?> +
+
+
+ + -- cgit v1.2.1