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

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