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: newgroup-2007.php,v 1.3 2007/05/05 01:20:43 cellog Exp $
  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. <div style="margin-left:2em;margin-right:2em">
  27. <p>
  28. For the first time in its history, PEAR has a new PEAR Group.  Following on the
  29. heels of the adoption of the <a href="/manual/en/constitution.php">Constitution</a>,
  30. the new members have been elected by secret ballot of 
  31. the PEAR developers and they have chosen:
  32.  <ul>
  33.   <li>
  34.     Martin Jansen
  35.   </li>
  36.   <li>
  37.     David Coallier
  38.   </li>
  39.   <li>
  40.     Arnaud Limbourg
  41.   </li>
  42.   <li>
  43.     Joshua Eichorn
  44.   </li>    
  45.   <li>
  46.     Christian Weiske
  47.   </li>
  48.   <li>
  49.     Helgi &THORN;ormar
  50.   </li>
  51.  </ul>
  52. </p>
  53. <p>
  54.  The PEAR Group members will serve a term from May 1, 2007 until May 1, 2008.
  55. </p>
  56. <p>
  57.  The election results are <a href="/election/info.php?election=7&results=1">here</a>.
  58.  There was a tie for the 7th slot, and <a href="/user/lsmith">Lukas Smith</a> has been
  59.  appointed by the president, <a href="/user/cellog">Gregory Beaver</a> to temporarily
  60.  act as the 7th PEAR Group member until <a href="/election/info.php?election=9&vote=1">the
  61.  run-off election</a> can be held.
  62. </p>
  63. <p>
  64. You can see more information about the PEAR Group by clicking <a href="/group/" title="PEAR Group">here</a>
  65. </p>
  66. </div>
  67.  
  68. <?php response_footer()?>

Documentation generated on Mon, 11 Mar 2019 15:14:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.