pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file newgroup-2007.php

Documentation is available at newgroup-2007.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2001-2005 The PHP Group                                |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors: David Coallier <davidc@php.net>                             |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20.  
  21. response_header('First democratically elected PEAR Group');
  22. ?>
  23.  
  24. <h1>The first democratically elected PEAR Group has taken power</h1>
  25.  
  26. [May 4, 2007]
  27.  
  28. <div id="news-entry">
  29. <p>
  30. For the first time in its history, PEAR has a new PEAR Group.  Following on the
  31. heels of the adoption of the <a href="/manual/en/constitution.php">Constitution</a>,
  32. the new members have been elected by secret ballot of
  33. the PEAR developers and they have chosen:
  34.  <ul>
  35.   <li>
  36.     Martin Jansen
  37.   </li>
  38.   <li>
  39.     David Coallier
  40.   </li>
  41.   <li>
  42.     Arnaud Limbourg
  43.   </li>
  44.   <li>
  45.     Joshua Eichorn
  46.   </li>
  47.   <li>
  48.     Christian Weiske
  49.   </li>
  50.   <li>
  51.     Helgi &THORN;ormar
  52.   </li>
  53.  </ul>
  54. </p>
  55. <p>
  56.  The PEAR Group members will serve a term from May 1, 2007 until May 1, 2008.
  57. </p>
  58. <p>
  59.  The election results are <a href="/election/info.php?election=7&results=1">here</a>.
  60.  There was a tie for the 7th slot, and <a href="/user/lsmith">Lukas Smith</a> has been
  61.  appointed by the president, <a href="/user/cellog">Gregory Beaver</a> to temporarily
  62.  act as the 7th PEAR Group member until <a href="/election/info.php?election=9&vote=1">the
  63.  run-off election</a> can be held.
  64. </p>
  65. <p>
  66. You can see more information about the PEAR Group by clicking <a href="/group/" title="PEAR Group">here</a>
  67. </p>
  68. </div>
  69.  
  70. <?php
  71. response_footer();

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.