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

Source for file archive.php

Documentation is available at archive.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2008 The PEAR Group                                    |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 3.01 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/3_01.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:                                                             |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20. response_header('The PEAR Group - Archive');
  21. ?>
  22.  
  23. <h1>The PEAR Group - Archive</h1>
  24.  
  25. <p>This is an archive of older groups that have governed PEAR (names are in no particular order)</p>
  26.  
  27. <h2>Group of May 1st, 2008 until May 1st, 2009</h2>
  28. <ul>
  29.   <li><a href="/user/ashnazg" title="Chuck Burges">Chuck Burges</a></li>
  30.   <li><a href="/user/davidc" title="David Coallier">David Coallier</a> [President]</li>
  31.   <li><a href="/user/jstump" title="Joe Stump">Joe Stump</a></li>
  32.   <li><a href="/user/jeichorn" title="Joshua Eichorn">Joshua Eichorn</a></li>
  33.   <li><a href="/user/cweiske" title="Christian Weiske">Christian Weiske</a> [Vice President]</li>
  34.   <li><a href="/user/dufuz" title="Helgi &THORN;ormar &THORN;orbjoernsson">Helgi &THORN;ormar &THORN;orbjoernsson</a></li>
  35.   <li><a href="/user/saltybeagle" title="Brett Bieber">Brett Bieber</a></li>
  36.   <li><a href="/user/tswicegood" title="Travis Swicegood">Travis Swicegood</a></li>
  37. </ul>
  38.  
  39.  
  40. <h2>Group of May 1st, 2007 until May 1st, 2008</h2>
  41. <ul>
  42.   <li><a href="/user/cellog" title="Greg Beaver">Greg Beaver</a> [President]</li>
  43.   <li><a href="/user/mj" title="Martin Jansen">Martin Jansen</a></li>
  44.   <li><a href="/user/davidc" title="David Coallier">David Coallier</a> </li>
  45.   <li><a href="/user/arnaud" title="Arnaud Limbourg">Arnaud Limbourg</a></li>
  46.   <li><a href="/user/jeichorn" title="Joshua Eichorn">Joshua Eichorn</a> [Vice President]</li>
  47.   <li><a href="/user/cweiske" title="Christian Weiske">Christian Weiske</a></li>
  48.   <li><a href="/user/dufuz" title="Helgi &THORN;ormar &THORN;orbjoernsson">Helgi &THORN;ormar &THORN;orbjoernsson</a></li>
  49.   <li><a href="/user/pmjones" title="Paul M. Jones">Paul M. Jones</a></li>
  50. </ul>
  51.  
  52. <h2>Group of August 12th, 2003 until May 1st, 2007</h2>
  53. <p>
  54.  This is the first PEAR group that Stig <a href="http://marc.info/?l=pear-dev&m=106073080219083&w=2">announced</a>
  55.  back in 2003 but did not follow the same governing pattern as other groups after it did.
  56. </p>
  57. <ul>
  58.   <li><a href="/user/lsmith" title="Lukas Smith">Lukas Smith</a> </li>
  59.   <li><a href="/user/mj" title="Martin Jansen">Martin Jansen</a></li>
  60.   <li><a href="/user/ssb" title="Stig S. Bakken">Stig S. Bakken</a> </li>
  61.   <li><a href="/user/jon" title="Jon Parise">Jon Parise</a></li>
  62.   <li><a href="/user/cox" title="Tomas V.V.Cox">Tomas V.V.Cox</a></li>
  63.   <li><a href="/user/alank" title="Alan Knowles">Alan Knowles</a></li>
  64.   <li><a href="/user/pajoye" title="Pierre-Alain Joye">Pierre-Alain Joye</a></li>
  65.   <li><a href="/user/jmcastagnetto" title="Jesus M. Castagnetto">Jesus M. Castagnetto</a></li>
  66. </ul>
  67.  
  68. <?php
  69. response_footer();

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