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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2542 - (hide annotations) (download)
Sun Jun 2 10:51:50 2013 UTC (10 years, 10 months ago) by boklm
File size: 4383 byte(s)
Add h2 again
1 rda 1950 <?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 rda 1951 echo '<hr>';
27 rda 1950 _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 rda 1951 echo '<hr>';
31 rda 1950
32     _h('You are not sure who to contact', null, 'h2');?>
33     <ul id="contrib-time" class="contrib-list">
34     <li>
35 filip 2001 <h3><a href="mailto:contact&#x40;mageia.org">contact&#x40;mageia.org</a></h3>
36 rda 1950 <?php _h('For generic contact information.')?>
37     </li>
38 rda 1951 <li>
39 filip 2001 <h3><a href="mailto:press&#x40;mageia.org">press&#x40;mageia.org</a></h3>
40 rda 1951 <?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 rda 1950 </ul>
48 rda 1951 <hr>
49 rda 1950 </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 boklm 2542 _h('You have an idea of who to contact', null, 'h2');
55 rda 1950 echo '<ul class="hl">';
56 boklm 2541 _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', 'mailto:treasurer&#x40;mageia.org', 'li');
60     _h('Contact <a herf="%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 rda 1950 echo '</ul>';
63    
64 boklm 2541 _h('In most cases you should avoid sending private emails and use appropriate <a href="%s">public mailing list</a> when possible.',
65 boklm 2176 array('https://wiki.mageia.org/en/Mailing_lists')
66 rda 1950 );
67 rda 1951 echo '<hr>';
68     _h('You want to join and contribute to Mageia', null, 'h2');
69 filip 2001 _h('Please see <a href="%s">our Contributions page</a>.', array('../contribute/'));
70 rda 1950 ?>
71     <hr>
72     </div>
73     </div>
74     </body>
75     </html>

  ViewVC Help
Powered by ViewVC 1.1.30