/[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 2001 - (hide annotations) (download)
Wed Jan 30 20:03:55 2013 UTC (11 years, 1 month ago) by filip
File size: 4291 byte(s)
contact page a bit changed
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     _h('You have an idea of who to contact', null, 'h2');
55     _h('You may post in the <a href="%s">forum</a> or the <a href="%s">public discussion mailing-list</a>.',
56 filip 2001 array('https://forums.mageia.org/', 'https://www.mageia.org/mailman/listinfo/mageia-discuss'));
57     _h('You also may use the following email aliases too to contact all members of a group at once:');
58 rda 1950 $groups = array(
59 filip 1953 'board' => _d('Mageia.Org Board members'),
60     'council' => _d('Mageia Council'),
61     'sysadmin' => _d('Systems administration team'),
62     'packagers' => _d('Packagers'),
63     'atelier' => _d('Communication, Marketing &amp; Web teams'),
64     'qa' => _d('QA team'),
65     'doc' => _d('Documentation team'),
66     'association-members' => _d('Mageia.Org association members'),
67 rda 1950 );
68     echo '<ul class="hl">';
69     foreach ($groups as $k => $v) {
70 filip 2001 _h('<a href="mailto:%s&#x40;group.mageia.org">%s</a>', array($k, $v), 'li');
71 rda 1950 }
72     echo '</ul>';
73    
74     _h(
75 filip 2001 '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 on <a href="%s">either</a> of <a href="%s">two</a> pages instead.',
76 rda 1950 array('https://www.mageia.org/mailman/', 'http://ml.mageia.org/')
77     );
78     _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.');
79 rda 1951 echo '<hr>';
80     _h('You want to join and contribute to Mageia', null, 'h2');
81 filip 2001 _h('Please see <a href="%s">our Contributions page</a>.', array('../contribute/'));
82 rda 1950 ?>
83     <hr>
84     </div>
85     </div>
86     </body>
87     </html>

  ViewVC Help
Powered by ViewVC 1.1.30