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

Source for file pepr.php

Documentation is available at pepr.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2004-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.  
  21. response_header('Announcing PEPr');
  22. ?>
  23.  
  24. <h1>Announcing PEPr</h1>
  25.  
  26. [January 25, 2004]
  27.  
  28. <div id="news-entry">
  29.  <p>
  30.   As of today (25th January 2004) <?php echo make_link('/pepr/''PEPr')?>
  31.   is the official tool to handle all proposals for new packages in
  32.   PEAR.
  33.  </p>
  34.  
  35.  <p>
  36.   PEPr is a web-based interface that helps us to manage the
  37.   lifecycle of a package proposal from its first draft until the
  38.   final acceptance. It has been put together by
  39.   <?php echo make_link('/user/toby''Tobias Schlitt')?>.
  40.  </p>
  41.  
  42.  <p>
  43.   Details can be found in the
  44.   <?php echo make_link('http://news.php.net/article.php?group=php.pear.dev&article=25264''announcement mail')?>.
  45.   The <?php echo make_link('/manual/en/guide-developers.php''Developers Guide')?>
  46.   will soon contain information about PEPr as well.
  47.  </p>
  48. </div>
  49.  
  50. <?php
  51. response_footer();

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