/[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 3225 - (show annotations) (download)
Sat Apr 26 23:21:19 2014 UTC (10 years ago) by leuhmanu
File size: 4902 byte(s)
use table display to have it centered (rda old ideas ?)
1 <?php
2 define('HLANG', true);
3 require '../../langs.php';
4 $dictionary = read_translation_file($locale, 'contact');
5
6 ?><!DOCTYPE html>
7 <html lang="<?php echo $locale; ?>">
8 <head>
9 <meta charset="utf-8">
10 <title><?php _g('Contact Us')?></title>
11 <meta name="description" content="<?php _g('Here you can find out, how to contribute to the Mageia project')?>">
12 <meta name="keywords" content="<?php _g('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 <style> .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }</style>
17 <?php include '../../analytics.php'; ?>
18 </head>
19 <body class="contact">
20 <?php echo $hsnav; ?>
21 <h1 id="mgnavtitle"><?php _g('Contact Us')?></h1>
22 <div style="margin:auto;display: table;">
23 <div class="para" style="width: 300px;">
24 <?php
25 _g('You are looking for support', null, 'h2');
26 _g('Search on:');?>
27 <ul><li><?php _g('Our <a href="%s">wiki</a>', array('https://wiki.mageia.org/'));?></li>
28 <li><?php _g('In the End user <a href="%s">doc</a>', array('../doc/'));?></li>
29 </ul>
30 <?php _g('Discuss with other users via:');?>
31 <ul><li><?php _g('The <a href="%s">forum</a>', array('https://forums.mageia.org/'))?></li>
32 <li><?php _g('User <a href="%s">mailing list</a>', array('https://ml.mageia.org/l/info/discuss'))?></li>
33 <li><?php _g('<a href="%s">IRC</a> channel', array('irc://irc.freenode.net/#mageia'))?></li>
34 <li><?php _g('The <a href="%s">Google Plus</a> community', array('//plus.google.com/communities/112789769804302351557'))?></li>
35 </ul>
36 <?php echo '<hr>';
37 _g('You would like to report an issue', null, 'h2');
38 _g('Please see <a href="%s" hreflang="en">how to report an issue in our bugs database</a>.',
39 array('https://wiki.mageia.org/en/How_to_report_a_bug_properly'), 'p');?>
40 <hr>
41 </div>
42
43 <div class="para" style="width: 600px;">
44 <?php
45 _g('You have an idea of whom to contact', null, 'h2');
46 echo '<ul class="hl">';
47 _g('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');
48 _g('Use <a href="%s">the dev mailing list</a> for Mageia development discussions', array('https://ml.mageia.org/l/info/dev'), 'li');
49 _g('Use one of <a href="https://wiki.mageia.org/en/Mailing_lists">the other mailing lists</a> for discussions on other topics', null, 'li');
50 _g('Contact <a href="%s">the treasurer</a> for donation questions', array('mailto:treasurer&#x40;mageia.org'), 'li');
51 _g('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');
52 _g('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');
53 echo '</ul>';
54
55 _g('In most cases you should avoid sending private emails and use appropriate <a href="%s">public mailing list</a> when possible.',
56 array('https://wiki.mageia.org/en/Mailing_lists'), 'p'
57 );
58 echo '<hr>';
59 _g('You want to join and contribute to Mageia', null, 'h2');
60 _g('Please see <a href="%s">our Contributions page</a>.', array('../contribute/'), 'p');
61 ?>
62 </div>
63 <div class="para" style="width: 280px;">
64 <?php _g('Something particular to ask', null, 'h2')?>
65 <span class="dlinfo"><?php _g('In English and this is not for support')?></span>
66
67 <ul>
68 <li>
69 <a href="mailto:contact&#x40;mageia.org">contact&#x40;mageia.org</a>
70 <?php _g('For generic contact information.', null, 'p')?>
71 </li>
72 <li>
73 <a href="mailto:press&#x40;mageia.org">press&#x40;mageia.org</a>
74 <?php _g('For press inquiries.', null, 'p')?>
75 </li>
76 </ul>
77 <hr>
78 </div>
79 </div>
80 </body>
81 </html>

  ViewVC Help
Powered by ViewVC 1.1.30