/[web]/www/trunk/en/contact/index.php
ViewVC logotype

Contents of /www/trunk/en/contact/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2544 - (show annotations) (download)
Sun Jun 2 10:55:35 2013 UTC (10 years, 9 months ago) by boklm
File size: 4390 byte(s)
Fix sysadmin email link
1 <?php
2 define('HLANG', true);
3 require '../../langs.php';
4 _lang_load($locale, 'contact');
5
6 ?><!DOCTYPE html>
7 <html lang="<?php echo $locale; ?>">
8 <head>
9 <meta charset="utf-8">
10 <title><?php _e('Contact Us')?></title>
11 <meta name="description" content="<?php _e('Here you can find out, how to contribute to the Mageia project')?>">
12 <meta name="keywords" content="<?php _e('mageia, contact, mail, press, people, board, council, mailing lists')?>">
13 <meta name="author" content="Mageia">
14 <link rel="stylesheet" type="text/css" href="/g/style/all.css">
15 <link rel="canonical" href="/<?php echo $locale; ?>/contact/">
16 <?php include '../../analytics.php'; ?>
17 </head>
18 <body id="top" class="contact">
19 <?php echo $hsnav; ?>
20 <h1 id="mgnavtitle"><?php _e('Contact Us')?></h1>
21 <div style="float: left; width: 400px; text-align: left; border-bottom: 1px solid #ddd;">
22 <div class="para" id="by-time">
23 <?php
24 _h('You are looking for support', null, 'h2');
25 _h('Please check our <a href="https://forums.mageia.org/">forum</a> or our <a href="http://wiki.mageia.org/" hreflang="en">wiki</a>.');
26 echo '<hr>';
27 _h('You would like to report an issue', null, 'h2');
28 _h('Please see <a href="%s" hreflang="en">how to report an issue in our bugs database</a>.',
29 array('https://wiki.mageia.org/en/How_to_report_a_bug_properly'));
30 echo '<hr>';
31
32 _h('You are not sure who to contact', null, 'h2');?>
33 <ul id="contrib-time" class="contrib-list">
34 <li>
35 <h3><a href="mailto:contact&#x40;mageia.org">contact&#x40;mageia.org</a></h3>
36 <?php _h('For generic contact information.')?>
37 </li>
38 <li>
39 <h3><a href="mailto:press&#x40;mageia.org">press&#x40;mageia.org</a></h3>
40 <?php _h('For press inquiries.')?>
41 </li>
42 <li>
43 <h3>IRC</h3>
44 <?php _h('You may as well try to reach us on <a href="%s">#mageia on Freenode IRC</a>.',
45 array('irc://irc.freenode.net/#mageia'));?>
46 </li>
47 </ul>
48 <hr>
49 </div>
50 </div>
51 <div style="float: left; width: 600px; text-align: left; border: 1px solid #ddd; border-top: 0;">
52 <div class="para" id="by-role">
53 <?php
54 _h('You have an idea of who to contact', null, 'h2');
55 echo '<ul class="hl">';
56 _h('Use <a href="%s">the discuss mailing list</a> or <a href="%s">the forums</a> for general Mageia discussions', array('https://ml.mageia.org/l/info/discuss', 'https://forums.mageia.org/en/'), 'li');
57 _h('Use <a href="%s">the dev mailing list</a> for Mageia developement discussions', array('https://ml.mageia.org/l/info/dev'), 'li');
58 _h('Use one of <a href="https://wiki.mageia.org/en/Mailing_lists">the other mailing lists</a> for discussions on other topics', null, 'li');
59 _h('Contact <a href="%s">the treasurer</a> for donation questions', array('mailto:treasurer&#x40;mageia.org'), 'li');
60 _h('Contact <a href="%s">the sysadmin team</a> for questions about mirrors, problems with your <a href="%s">Mageia identity account</a>, or other problems with Mageia infrastructure (there is also a public <a href="%s">sysadmin-discuss mailing list</a> if your question does not need to be private)', array('mailto:sysadmin&#x40;group.mageia.org', 'https://identity.mageia.org/', 'https://ml.mageia.org/l/info/sysadmin-discuss'), 'li');
61 _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 <a href="%s">Board</a> or <a href="%s">Council</a> alias in CC.', array('mailto:board&#x40;group.mageia.org', 'mailto:council&#x40;group.mageia.org'), 'li');
62 echo '</ul>';
63
64 _h('In most cases you should avoid sending private emails and use appropriate <a href="%s">public mailing list</a> when possible.',
65 array('https://wiki.mageia.org/en/Mailing_lists')
66 );
67 echo '<hr>';
68 _h('You want to join and contribute to Mageia', null, 'h2');
69 _h('Please see <a href="%s">our Contributions page</a>.', array('../contribute/'));
70 ?>
71 <hr>
72 </div>
73 </div>
74 </body>
75 </html>

  ViewVC Help
Powered by ViewVC 1.1.30