cellog Thu Apr 7 18:56:53 2005 EDT
Modified files:
/pearweb/public_html account-request.php
Log:
fix the confusion once and for all:
s/Planning to contribute/Have written a PEAR Package
s/Planning to write/Have an idea for a PEAR Package
http://cvs.php.net/diff.php/pearweb/public_html/account-request.php?r1=1.56&r2=1.57&ty=u
Index: pearweb/public_html/account-request.php
diff -u pearweb/public_html/account-request.php:1.56
pearweb/public_html/account-request.php:1.57
--- pearweb/public_html/account-request.php:1.56 Thu Apr 7 15:02:00 2005
+++ pearweb/public_html/account-request.php Thu Apr 7 18:56:53 2005
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: |
+----------------------------------------------------------------------+
- $Id: account-request.php,v 1.56 2005/04/07 19:02:00 pajoye Exp $
+ $Id: account-request.php,v 1.57 2005/04/07 22:56:53 cellog Exp $
*/
define('HTML_FORM_TH_ATTR', 'class="form-label_left"');
@@ -100,7 +100,7 @@
<ul>
<li>
- Are planning to contribute a new package to PEAR and want to propose this
+ Have written (completed) a new PEAR package and want to propose this
to the PEAR developer community.
</li>
<li>
@@ -132,8 +132,9 @@
for that or directly contact the maintainers of the package in question.
</li>
<li>
- Planning to write a package. Please start your proposal when you are ready,
at
- least as a prototype.
+ Express an idea for a PEAR package. Write to $mailto if your package is not
+ written or is not yet complete. Please start your proposal
+ when the code both is <strong>complete</strong> and mostly
<strong>works</strongs>
</li>
</ul>
@@ -173,7 +174,7 @@
'Download PEAR Packages.',
'Submit patches/bugs.',
'Suggest new features.',
- 'Planning to write a PEAR Package',
+ 'Have an idea for a PEAR Package (no code yet, or not yet complete)',
'Browse ' . PEAR_CHANNELNAME . '.'
);
$purposechecks = '';
|