aboutsummaryrefslogtreecommitdiffstats
path: root/ur/contact
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2013-03-10 22:35:18 +0000
committerRomain d'Alverny <rda@mageia.org>2013-03-10 22:35:18 +0000
commit86f11ca07b01cbda36e7a941eda8c9415f5dc623 (patch)
tree4856982a6a08fb8bbdd0a1f9ae52ca0c568de1c5 /ur/contact
parent668ee915f5286e3ca00199e1ba33da9fd8af80cf (diff)
downloadwww-86f11ca07b01cbda36e7a941eda8c9415f5dc623.tar
www-86f11ca07b01cbda36e7a941eda8c9415f5dc623.tar.gz
www-86f11ca07b01cbda36e7a941eda8c9415f5dc623.tar.bz2
www-86f11ca07b01cbda36e7a941eda8c9415f5dc623.tar.xz
www-86f11ca07b01cbda36e7a941eda8c9415f5dc623.zip
add urdu
Diffstat (limited to 'ur/contact')
-rw-r--r--ur/contact/index.php87
-rw-r--r--ur/contact/old_index.php130
2 files changed, 217 insertions, 0 deletions
diff --git a/ur/contact/index.php b/ur/contact/index.php
new file mode 100644
index 000000000..d639567b2
--- /dev/null
+++ b/ur/contact/index.php
@@ -0,0 +1,87 @@
+<?php
+define('HLANG', true);
+require '../../langs.php';
+_lang_load($locale, 'contact');
+
+?><!DOCTYPE html>
+<html lang="<?php echo $locale; ?>">
+<head>
+ <meta charset="utf-8">
+ <title><?php _e('Contact Us')?></title>
+ <meta name="description" content="<?php _e('Here you can find out, how to contribute to the Mageia project')?>">
+ <meta name="keywords" content="<?php _e('mageia, contact, mail, press, people, board, council, mailing lists')?>">
+ <meta name="author" content="Mageia">
+ <link rel="stylesheet" type="text/css" href="/g/style/all.css">
+ <link rel="canonical" href="/<?php echo $locale; ?>/contact/">
+ <?php include '../../analytics.php'; ?>
+</head>
+<body id="top" class="contact">
+ <?php echo $hsnav; ?>
+ <h1 id="mgnavtitle"><?php _e('Contact Us')?></h1>
+ <div style="float: left; width: 400px; text-align: left; border-bottom: 1px solid #ddd;">
+ <div class="para" id="by-time">
+ <?php
+ _h('You are looking for support', null, 'h2');
+ _h('Please check our <a href="https://forums.mageia.org/">forum</a> or our <a href="http://wiki.mageia.org/" hreflang="en">wiki</a>.');
+ echo '<hr>';
+ _h('You would like to report an issue', null, 'h2');
+ _h('Please see <a href="%s" hreflang="en">how to report an issue in our bugs database</a>.',
+ array('https://wiki.mageia.org/en/How_to_report_a_bug_properly'));
+ echo '<hr>';
+
+ _h('You are not sure who to contact', null, 'h2');?>
+ <ul id="contrib-time" class="contrib-list">
+ <li>
+ <h3><a href="mailto:contact&#x40;mageia.org">contact&#x40;mageia.org</a></h3>
+ <?php _h('For generic contact information.')?>
+ </li>
+ <li>
+ <h3><a href="mailto:press&#x40;mageia.org">press&#x40;mageia.org</a></h3>
+ <?php _h('For press inquiries.')?>
+ </li>
+ <li>
+ <h3>IRC</h3>
+ <?php _h('You may as well try to reach us on <a href="%s">#mageia on Freenode IRC</a>.',
+ array('irc://irc.freenode.net/#mageia'));?>
+ </li>
+ </ul>
+ <hr>
+ </div>
+ </div>
+ <div style="float: left; width: 600px; text-align: left; border: 1px solid #ddd; border-top: 0;">
+ <div class="para" id="by-role">
+ <?php
+ _h('You have an idea of who to contact', null, 'h2');
+ _h('You may post in the <a href="%s">forum</a> or the <a href="%s">public discussion mailing-list</a>.',
+ array('https://forums.mageia.org/', 'https://www.mageia.org/mailman/listinfo/mageia-discuss'));
+ _h('You also may use the following email aliases too to contact all members of a group at once:');
+ $groups = array(
+ 'board' => _d('Mageia.Org Board members'),
+ 'council' => _d('Mageia Council'),
+ 'sysadmin' => _d('Systems administration team'),
+ 'packagers' => _d('Packagers'),
+ 'atelier' => _d('Communication, Marketing &amp; Web teams'),
+ 'qa' => _d('QA team'),
+ 'doc' => _d('Documentation team'),
+ 'association-members' => _d('Mageia.Org association members'),
+ );
+ echo '<ul class="hl">';
+ foreach ($groups as $k => $v) {
+ _h('<a href="mailto:%s&#x40;group.mageia.org">%s</a>', array($k, $v), 'li');
+ }
+ echo '</ul>';
+
+ _h(
+ '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.',
+ array('https://www.mageia.org/mailman/', 'http://ml.mageia.org/')
+ );
+ _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.');
+ echo '<hr>';
+ _h('You want to join and contribute to Mageia', null, 'h2');
+ _h('Please see <a href="%s">our Contributions page</a>.', array('../contribute/'));
+ ?>
+ <hr>
+ </div>
+ </div>
+</body>
+</html>
diff --git a/ur/contact/old_index.php b/ur/contact/old_index.php
new file mode 100644
index 000000000..7315814ee
--- /dev/null
+++ b/ur/contact/old_index.php
@@ -0,0 +1,130 @@
+<?php
+
+define('HLANG', true);
+require '../../langs.php';
+
+?><!DOCTYPE html>
+<html lang="<?php echo $locale; ?>">
+<head>
+ <meta charset="utf-8">
+ <title>Contact @ Mageia</title>
+ <link rel="stylesheet" href="/g/style/all.css">
+ <style>
+ .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }
+ hr { margin-top: 2em; }
+ </style>
+</head>
+<body class="about">
+ <?php echo $hsnav; ?>
+ <h1 id="mgnavtitle">Contact Us</h1>
+ <div class="para" style="width: 400px;">
+ <section>
+ <?php
+
+ _h('Direct inquiries', null, 'h3');
+
+ $m = array(
+ 'contact' => 'contact@mageia.org',
+ 'press' => 'press@mageia.org',
+ 'fi' => 'treasurer@mageia.org',
+ 'privacy' => 'privacy@mageia.org',
+ );
+
+ $groups = array(
+ 'board' => 'Board',
+ 'council' => 'Council',
+ 'sysadmin' => 'System admins',
+ 'web' => 'Web team',
+ 'communication' => 'Communication team',
+ 'qa' => 'Quality Assurance team',
+ 'doc' => 'Documentation team',
+ );
+
+ $mail_tmpl = '<a href="mailto:%s">%s</a>';
+
+ _h('For press inquiries: %s. You may as well check our <mark>TO BE DONE</mark> news room or <a href="%s">mail the whole communication team</a>.',
+ array(sprintf($mail_tmpl, $m['press'], $m['press']),
+ 'mailto:communication@group.mageia.org'));
+
+ _h('For <a href="%s">privacy</a> issues or inquiries, legal information: %s.',
+ array('/en/about/policies/privacy/',
+ sprintf($mail_tmpl, $m['privacy'], $m['privacy'])));
+
+ _h('For questions about <a href="%s">donations</a> and <a href="%s">reports</a>: %s',
+ array('/donate/', '/en/about/reports/', sprintf($mail_tmpl, $m['fi'], $m['fi'])));
+
+ _h('For other topics, please mail %s',
+ array(sprintf($mail_tmpl, $m['contact'], $m['contact'])));
+
+ echo '<ul class="hl">';
+ foreach ($groups as $g => $l) {
+ _h('<a href="mailto:%s@group.mageia.org">%s</a>', array($g, $l), 'li');
+ }
+ echo '</ul>';
+
+ ?>
+
+ <h3>Public contact or request</h3>
+ <p>For a formal, open and public queries to either the Council or the Board,
+ please send your message:</p>
+ <ul>
+ <li>Subject: "[REQ] your subject"</li>
+ <li>To: <a href="mailto:mageia-discuss@mageia.org">mageia-discuss@mageia.org</a></li>
+ <li>Cc: board@ or council@group.mageia.org</li>
+ </ul>
+ <a href="mailto:mageia-discuss@mageia.org?Subject=[REQ] your text&Cc=board@group.mageia.org">test</a>
+ You can use the following email alias to contact all members of a group/team :
+
+ <hr>
+
+ <ul>
+ <li>For security matters, bugs, disclosure, etc.</li>
+ <li>For legal matters</li>
+ <li>For privacy reasons</li>
+ <li>For behaviour, etc.</li>
+ <li>For partnership, school, university, company</li>
+ <li>For donations, contributions in hardware, hosting, etc.</li>
+ <li>For press</li>
+ <li>For Board, Chairman of the board</li>
+ <li>For financial reports or other inquiry</li>
+ <li>For Council</li>
+ <li>For Web site</li>
+ <li>For translations</li>
+ </ul>
+
+ <mark>TODO: frequently asked questions section to link to.</mark>
+ </section>
+ </div>
+ <div class="para" style="width: 300px">
+ <?php
+ _h('To...', null, 'h2');
+ echo '<ul class="hl">';
+ _h('report a bug: go <a href="%s">to our Bugzilla</a>.',
+ array('/en/support/report-a-bug/'),
+ 'li');
+
+ _h('get support: see our <a href="../support/">support page</a>.',
+ null, 'li');
+
+ _h('join us: <a href="../contribute/">see how</a>.',
+ null, 'li');
+ echo '</ul>';
+ ?>
+
+ <h3>IRC</h3>
+ <?php
+ _h('We are available ');
+ ?>
+ </div>
+ <div class="para" style="width: 300px;">
+ <h3>Address</h3>
+ <?php _h('You may send us documents through:'); ?>
+ <blockquote><p>Mageia.Org<br>
+ 12b rue de la Terrasse<br>
+ 75017 Paris<br>
+ France</p></blockquote>
+
+
+ </div>
+</body>
+</html> \ No newline at end of file