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: archive.php,v 1.1 2008/08/13 09:05:14 dufuz Exp $
  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, 2007 until May 1st, 2008</h2>
  28. <ul>
  29.   <li><a href="/user/cellog" title="Greg Beaver">Greg Beaver</a> [President]</li>
  30.   <li><a href="/user/mj" title="Martin Jansen">Martin Jansen</a></li>
  31.   <li><a href="/user/davidc" title="David Coallier">David Coallier</a> </li>
  32.   <li><a href="/user/arnaud" title="Arnaud Limbourg">Arnaud Limbourg</a></li>
  33.   <li><a href="/user/jeichorn" title="Joshua Eichorn">Joshua Eichorn</a> [Vice President]</li>
  34.   <li><a href="/user/cweiske" title="Christian Weiske">Christian Weiske</a></li>
  35.   <li><a href="/user/dufuz" title="Helgi &THORN;ormar &THORN;orbjoernsson">Helgi &THORN;ormar &THORN;orbjoernsson</a></li>
  36.   <li><a href="/user/pmjones" title="Paul M. Jones">Paul M. Jones</a></li>
  37. </ul>
  38.  
  39. <h2>Group of August 12th, 2003 until May 1st, 2007</h2>
  40. <p>
  41.  This is the first PEAR group that Stig <a href="http://marc.info/?l=pear-dev&m=106073080219083&w=2">announced</a>
  42.  back in 2003 but did not follow the same governing pattern as other groups after it did.
  43. </p>
  44. <ul>
  45.   <li><a href="/user/lsmith" title="Lukas Smith">Lukas Smith</a> </li>
  46.   <li><a href="/user/mj" title="Martin Jansen">Martin Jansen</a></li>
  47.   <li><a href="/user/ssb" title="Stig S. Bakken">Stig S. Bakken</a> </li>
  48.   <li><a href="/user/jon" title="Jon Parise">Jon Parise</a></li>
  49.   <li><a href="/user/cox" title="Tomas V.V.Cox">Tomas V.V.Cox</a></li>
  50.   <li><a href="/user/alank" title="Alan Knowles">Alan Knowles</a></li>
  51.   <li><a href="/user/pajoye" title="Pierre-Alain Joye">Pierre-Alain Joye</a></li>
  52.   <li><a href="/user/jmcastagnetto" title="Jesus M. Castagnetto">Jesus M. Castagnetto</a></li>
  53. </ul>
  54.  
  55. <?php
  56. response_footer();

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