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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1953 by filip, Thu Jan 17 16:29:56 2013 UTC revision 2001 by filip, Wed Jan 30 20:03:55 2013 UTC
# Line 32  _lang_load($locale, 'contact'); Line 32  _lang_load($locale, 'contact');
32              _h('You are not sure who to contact', null, 'h2');?>              _h('You are not sure who to contact', null, 'h2');?>
33              <ul id="contrib-time" class="contrib-list">              <ul id="contrib-time" class="contrib-list">
34                  <li>                  <li>
35                      <h3><a href="mailto:contact@mageia.org">contact@mageia.org</a></h3>                      <h3><a href="mailto:contact&#x40;mageia.org">contact&#x40;mageia.org</a></h3>
36                      <?php _h('For generic contact information.')?>                      <?php _h('For generic contact information.')?>
37                  </li>                  </li>
38                  <li>                  <li>
39                      <h3><a href="mailto:press@mageia.org">press@mageia.org</a></h3>                      <h3><a href="mailto:press&#x40;mageia.org">press&#x40;mageia.org</a></h3>
40                      <?php _h('For press inquiries.')?>                      <?php _h('For press inquiries.')?>
41                  </li>                  </li>
42                  <li>                  <li>
# Line 53  _lang_load($locale, 'contact'); Line 53  _lang_load($locale, 'contact');
53          <?php          <?php
54          _h('You have an idea of who to contact', null, 'h2');          _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>.',          _h('You may post in the <a href="%s">forum</a> or the <a href="%s">public discussion mailing-list</a>.',
56              array('https://www.mageia.org/mailman/listinfo/mageia-discuss'));              array('https://forums.mageia.org/', 'https://www.mageia.org/mailman/listinfo/mageia-discuss'));
57          _h('You may use the following email aliases too to contact all members of a group at once:');          _h('You also may use the following email aliases too to contact all members of a group at once:');
58          $groups = array(          $groups = array(
59              'board'     => _d('Mageia.Org Board members'),              'board'     => _d('Mageia.Org Board members'),
60              'council'   => _d('Mageia Council'),              'council'   => _d('Mageia Council'),
# Line 67  _lang_load($locale, 'contact'); Line 67  _lang_load($locale, 'contact');
67          );          );
68          echo '<ul class="hl">';          echo '<ul class="hl">';
69          foreach ($groups as $k => $v) {          foreach ($groups as $k => $v) {
70              _h('<a href="mailto:%s@group.mageia.org">%s</a>', array($k, $v), 'li');              _h('<a href="mailto:%s&#x40;group.mageia.org">%s</a>', array($k, $v), 'li');
71          }          }
72          echo '</ul>';          echo '</ul>';
73    
74          _h(          _h(
75              'In most case you should avoid using those aliases, and instead use appropriate <a href="%s">public</a> <a href="%s">mailing lists</a>.',              '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              array('https://www.mageia.org/mailman/', 'http://ml.mageia.org/')              array('https://www.mageia.org/mailman/', 'http://ml.mageia.org/')
77          );          );
         _h('This should only be used for the rare cases where private emails are needed.');  
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.');          _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          echo '<hr>';          echo '<hr>';
80          _h('You want to join and contribute to Mageia', null, 'h2');          _h('You want to join and contribute to Mageia', null, 'h2');
81          _h('Please see <a href="%s">our Contributions page</a>', array('../contribute/'));          _h('Please see <a href="%s">our Contributions page</a>.', array('../contribute/'));
82          ?>          ?>
83          <hr>          <hr>
84          </div>          </div>

Legend:
Removed from v.1953  
changed lines
  Added in v.2001

  ViewVC Help
Powered by ViewVC 1.1.30