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: index.php,v 1.21 2007/12/29 00:07:26 dufuz Exp $
  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/mj" title="Martin Jansen">Martin Jansen</a></li>
  30.   <li><a href="/user/davidc" title="David Coallier">David Coallier</a> </li>
  31.   <li><a href="/user/arnaud" title="Arnaud Limbourg">Arnaud Limbourg</a></li>
  32.   <li><a href="/user/jeichorn" title="Joshua Eichorn">Joshua Eichorn</a> [Vice President]</li>
  33.   <li><a href="/user/cweiske" title="Christian Weiske">Christian Weiske</a></li>
  34.   <li><a href="/user/dufuz" title="Helgi &THORN;ormar">Helgi &THORN;ormar</a></li>
  35.   <li><a href="/user/pmjones" title="Paul M. Jones">Paul M. Jones</a></li>
  36. </ul>
  37.  
  38. <p>The current PEAR Group membership lasts from May 1, 2007 until May 1, 2008, and
  39. is made up of PEAR developers duly elected by the developers of PEAR to serve.
  40. </p>
  41.  
  42. <p>The Group was
  43. <?php echo make_link("http://marc.theaimsgroup.com/?l=pear-dev&m=106073080219083&w=2""first announced")?> 
  44. on 12th August 2003 by Stig S. Bakken, and was made into an elected body by the constitution
  45. adopted on 18th March 2007. If you would like to get in
  46. contact with the members, you can write to
  47. <?php echo make_mailto_link("pear-group@php.net")?>.
  48.  
  49. <h2>&raquo; Administrative Documents</h2>
  50.  
  51. <ul>
  52.   <li>04th November 2005: <?php echo make_link("docs/20051104-sa.php""Security Vulnerability Announcement")?></li>
  53.   <li>02nd April 2004:  <?php echo make_link("docs/20040402-la.php""License Announcement")?></li>
  54.   <li>19th March 2004:  <?php echo make_link("docs/20040322-vm.php""Handling Votings and Membership (II)")?></li>
  55.   <li>26th February 2004:  <?php echo make_link("docs/20040226-vn.php""Version Naming")?></li>
  56.   <li>14th November 2003:  <?php echo make_link("docs/20031114-pds.php""Package Directory Structure")?></li>
  57.   <li>14th November 2003:  <?php echo make_link("docs/20031114-pcl.php""Forming of the PEAR core list")?></li>
  58.   <li>14th November 2003:  <?php echo make_link("docs/20031114-bbr.php""New guidelines for BC breaking releases")?></li>
  59.   <li>04th September 2003: <?php echo make_link("docs/20030904-pph.php""Handling Package Proposals")?></li>
  60.   <li>20th August 2003: <?php echo make_link("docs/20030820-vm.php""Handling Votings and Membership")?></li>
  61. </ul>
  62.  
  63. <?php
  64.  
  65. response_footer();

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