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

Source for file 20031114-pcl.php

Documentation is available at 20031114-pcl.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: Forming of the PEAR Core list");
  21. ?>
  22.  
  23. <h1>PEAR Group - Administrative Documents</h1>
  24.  
  25. <h2>&raquo; Forming of the PEAR Core list</h2>
  26.  
  27. <p>Published: 14th November 2003</p>
  28.  
  29. <p>The goal if this decision is to improve the QA process in PEAR.</p>
  30.  
  31. <p>There will be a new open mailinglist called pear-core which will supersede
  32. pear-qa (everybody from pear-qa will be automatically subscribed). This
  33. mailing list will handle the following things:</p>
  34.  
  35. <ul>
  36.   <li>pearweb development</li>
  37.   <li>PEAR installer development</li>
  38.   <li>PEAR QA</li>
  39.   <li>PEAR standards definition</li>
  40. </ul>
  41.  
  42. <p>We will also encourage people from php-qa and pecl-dev to join the list in
  43. order to get them more involved in pearweb and even more importantly pear
  44. installer.</p>
  45.  
  46. <p>Motivation:</p>
  47.  
  48. <p>A lot of the discussions we have had on PEAR Group didn't really belong
  49. there. Instead they should have been discussed on pear-qa (pear-core from
  50. now on) or pear-doc. In order to make things more open we have decided to
  51. create the pear-core list, which sole purpose is to discuss topics of basic
  52. relevance to the whole PEAR project. This will diminish the volume in
  53. pear-dev, which is dedicated to topics related to the development of the
  54. software packages in PEAR.</p>
  55.  
  56. <p>We expect that from the discussions in the pear-core list useful
  57. community-proposed rules and standards will emerge. These rules and
  58. standards must have a general consensus to be adopted and the backing of the
  59. PEAR group (which has veto power on proposals considered disruptive and
  60. prejudicial to the health of the PEAR project as a whole).  If no clear
  61. consensus is reached the matter might be handled by the PEAR group, or a new
  62. round of discussions initiated, the choice will depend on the reasons and
  63. need for the particular rule(s)/standard(s).</p>
  64.  
  65. <p>We will strongly encourage the presence of people from other projects on
  66. this list in order to ensure that they also participate as much as possible
  67. in the QA process. Remember that we need the fine PHP QA folks to ensure
  68. that PEAR works flawlessly in the PHP distribution. Also the fine
  69. PECL folks rely on our infrastructure for their website and distribution
  70. process, which is on our best interest to get more feedback and help.</p>
  71.  
  72. <?php
  73.  
  74. echo make_link('/group/''Back');
  75.  
  76. response_footer();

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