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) 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: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id: index.php,v 1.23 2008/04/10 20:23:38 dufuz Exp $
  19. */
  20.  
  21. response_header('News');
  22. ?>
  23.  
  24. <h1>PEAR News</h1>
  25.  
  26. <h2>&raquo; <a name="yr2007" id="yr2007">Year 2007</a></h2>
  27. <ul>
  28.  <li><?php echo make_link('newpresident-2007.php''PEAR has a new President!')?> (April) </li>
  29.  <li><?php echo make_link('newgroup-2007.php''A new PEAR Group has been elected')?> (April) </li>
  30.  <li><?php echo make_link('package.xml.1.0.php''Innovating the future: Package.xml 1.0 and PEAR 1.3.6 are officially deprecated')?> (January)</li>
  31. </ul>
  32. <h2>&raquo; <a name="yr2005" id="yr2005">Year 2005</a></h2>
  33. <ul>
  34.  <li><?php echo make_link('vulnerability.php''Serious vulnerability in the PEAR installer')?> (November)</li>
  35. </ul>
  36.  
  37. <h2>&raquo; <a name="yr2004" id="yr2004">Year 2004</a></h2>
  38. <ul>
  39.  <li><?php echo make_link('nm-guide.php''New Maintainer&#39;s Guide')?> (August)</li>
  40.  <li><?php echo make_link('weekly-summaries.php''Weekly Summaries')?> (April)</li>
  41.  <li><?php echo make_link('pepr.php''Announcing PEPr')?> (January)</li>
  42. </ul>
  43.  
  44. <h2>&raquo; <a name="yr2003" id="yr2003">Year 2003</a></h2>
  45. <ul>
  46.  <li><?php echo make_link('pecl-split.php''Own infrastructure for PECL')?> (October)</li>
  47.  <li><?php echo make_link('group-announce.php''Announcing the PEAR Group')?> (August)</li>
  48.  <li><?php echo make_link('activestate-award-ssb.php''ActiveState Active Award for Stig Bakken')?> (July)</li>
  49.  <li><?php echo make_link('meeting-2003-summary.php''Summary of the PEAR Meeting')?> (May)</li>
  50.  <li><?php echo make_link('meeting-2003.php''PEAR Meeting in Amsterdam')?> (March)</li>
  51.  <li><?php echo make_link('release-1.0.php''PEAR 1.0 is released!')?> (January)</li>
  52. </ul>
  53.  
  54. <?php
  55. response_footer();

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