From 545d7db2e0a38cb5444bc8bddeaa1543f22eab06 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sun, 10 Mar 2013 22:37:04 +0000 Subject: removing urdu tree --- ur/contact/index.php | 87 ------------------------------- ur/contact/old_index.php | 130 ----------------------------------------------- 2 files changed, 217 deletions(-) delete mode 100644 ur/contact/index.php delete mode 100644 ur/contact/old_index.php (limited to 'ur/contact') diff --git a/ur/contact/index.php b/ur/contact/index.php deleted file mode 100644 index d639567b2..000000000 --- a/ur/contact/index.php +++ /dev/null @@ -1,87 +0,0 @@ - - - - - <?php _e('Contact Us')?> - - - - - - - - - -

-
-
- forum or our wiki.'); - echo '
'; - _h('You would like to report an issue', null, 'h2'); - _h('Please see how to report an issue in our bugs database.', - array('https://wiki.mageia.org/en/How_to_report_a_bug_properly')); - echo '
'; - - _h('You are not sure who to contact', null, 'h2');?> - -
-
-
-
-
- forum or the public discussion mailing-list.', - 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 & Web teams'), - 'qa' => _d('QA team'), - 'doc' => _d('Documentation team'), - 'association-members' => _d('Mageia.Org association members'), - ); - echo '
    '; - foreach ($groups as $k => $v) { - _h('%s', array($k, $v), 'li'); - } - echo '
'; - - _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 either of two 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 '
'; - _h('You want to join and contribute to Mageia', null, 'h2'); - _h('Please see our Contributions page.', array('../contribute/')); - ?> -
-
-
- - diff --git a/ur/contact/old_index.php b/ur/contact/old_index.php deleted file mode 100644 index 7315814ee..000000000 --- a/ur/contact/old_index.php +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Contact @ Mageia - - - - - -

Contact Us

-
-
- '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 = '%s'; - - _h('For press inquiries: %s. You may as well check our TO BE DONE news room or mail the whole communication team.', - array(sprintf($mail_tmpl, $m['press'], $m['press']), - 'mailto:communication@group.mageia.org')); - - _h('For privacy issues or inquiries, legal information: %s.', - array('/en/about/policies/privacy/', - sprintf($mail_tmpl, $m['privacy'], $m['privacy']))); - - _h('For questions about donations and reports: %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 '
    '; - foreach ($groups as $g => $l) { - _h('%s', array($g, $l), 'li'); - } - echo '
'; - - ?> - -

Public contact or request

-

For a formal, open and public queries to either the Council or the Board, - please send your message:

- - test - You can use the following email alias to contact all members of a group/team : - -
- -
    -
  • For security matters, bugs, disclosure, etc.
  • -
  • For legal matters
  • -
  • For privacy reasons
  • -
  • For behaviour, etc.
  • -
  • For partnership, school, university, company
  • -
  • For donations, contributions in hardware, hosting, etc.
  • -
  • For press
  • -
  • For Board, Chairman of the board
  • -
  • For financial reports or other inquiry
  • -
  • For Council
  • -
  • For Web site
  • -
  • For translations
  • -
- - TODO: frequently asked questions section to link to. -
-
-
- '; - _h('report a bug: go to our Bugzilla.', - array('/en/support/report-a-bug/'), - 'li'); - - _h('get support: see our support page.', - null, 'li'); - - _h('join us: see how.', - null, 'li'); - echo ''; - ?> - -

IRC

- -
-
-

Address

- -

Mageia.Org
- 12b rue de la Terrasse
- 75017 Paris
- France

- - -
- - \ No newline at end of file -- cgit v1.2.1