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

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2003-2005 The PEAR 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: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20. response_header('The PEAR Group');
  21. ?>
  22.  
  23. <h1>The PEAR Group</h1>
  24.  
  25. <p>The PEAR Group is the governing body of PEAR. It currently consists
  26. of the following individuals (in no particular order):</p>
  27.  
  28. <ul>
  29.   <li><a href="/user/ashnazg" title="Chuck Burgess">Chuck Burgess</a></li>
  30.   <li><a href="/user/davidc" title="David Coallier">David Coallier</a> [President]</li>
  31.   <li><a href="/user/cweiske" title="Christian Weiske">Christian Weiske</a></li>
  32.   <li><a href="/user/saltybeagle" title="Brett Bieber">Brett Bieber</a></li>
  33.   <li><a href="/user/doconnor" title="Daniel O'Connor">Daniel O'Connor</a></li>
  34.   <li><a href="/user/kguest" title="Ken Guest">Ken Guest</a></li>
  35.   <li><a href="/user/shupp" title="Bill Shupp">Bill Shupp</a></li>
  36.   <li><a href="/user/gauthierm" title="Michael Gauthier">Michael Gauthier</a></li>
  37. </ul>
  38.  
  39. <p>
  40. The current PEAR Group membership lasts from June 15th, 2009 until June 15th, 2010, and
  41. is made up of PEAR developers duly elected by the developers of PEAR to serve.
  42. </p>
  43.  
  44. <p>An archive of older groups can be found <a href="/group/archive.php">here</a></p>
  45.  
  46. <p>The Group was
  47. <?php echo make_link("http://marc.theaimsgroup.com/?l=pear-dev&m=106073080219083&w=2""first announced")?> on
  48. 12th August 2003 by Stig S. Bakken, and was made into an elected body by the constitution
  49. adopted on 18th March 2007. If you would like to get in
  50. contact with the members, you can write to
  51. <?php echo make_mailto_link("pear-group@php.net")?>.
  52. </p>
  53. <h2>&raquo; Administrative Documents</h2>
  54.  
  55. <ul>
  56.   <li>04th November 2005:  <?php echo make_link("docs/20051104-sa.php""Security Vulnerability Announcement")?></li>
  57.   <li>02nd April 2004:     <?php echo make_link("docs/20040402-la.php""License Announcement")?></li>
  58.   <li>19th March 2004:     <?php echo make_link("docs/20040322-vm.php""Handling Votings and Membership (II)")?></li>
  59.   <li>26th February 2004:  <?php echo make_link("docs/20040226-vn.php""Version Naming")?></li>
  60.   <li>14th November 2003:  <?php echo make_link("docs/20031114-pds.php""Package Directory Structure")?></li>
  61.   <li>14th November 2003:  <?php echo make_link("docs/20031114-pcl.php""Forming of the PEAR core list")?></li>
  62.   <li>14th November 2003:  <?php echo make_link("docs/20031114-bbr.php""New guidelines for BC breaking releases")?></li>
  63.   <li>04th September 2003: <?php echo make_link("docs/20030904-pph.php""Handling Package Proposals")?></li>
  64.   <li>20th August 2003:    <?php echo make_link("docs/20030820-vm.php""Handling Votings and Membership")?></li>
  65. </ul>
  66.  
  67. <?php
  68. response_footer();

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