logo       

cvs: pearweb /public_html/qa index.php: msg#00017

php.pear.core

Subject: cvs: pearweb /public_html/qa index.php

arnaud Sat Oct 14 19:55:19 2006 UTC

Modified files:
/pearweb/public_html/qa index.php
Log:
implement Craig Constantine idea of having a link to the list of unmaintained
packages


http://cvs.php.net/viewvc.cgi/pearweb/public_html/qa/index.php?r1=1.10&r2=1.11&diff_format=u
Index: pearweb/public_html/qa/index.php
diff -u pearweb/public_html/qa/index.php:1.10
pearweb/public_html/qa/index.php:1.11
--- pearweb/public_html/qa/index.php:1.10 Wed Aug 17 15:22:56 2005
+++ pearweb/public_html/qa/index.php Sat Oct 14 19:55:19 2006
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: Martin Jansen <mj@xxxxxxx> |
+----------------------------------------------------------------------+
- $Id: index.php,v 1.10 2005/08/17 15:22:56 mj Exp $
+ $Id: index.php,v 1.11 2006/10/14 19:55:19 arnaud Exp $
*/
response_header("Quality Assurance Initiative");
?>
@@ -47,12 +47,22 @@

</ul>

-<p>If you are interested in helping out, or if you have questions
-concerning the <acronym title="Quality Assurance">QA</acronym>
+<p>If you are interested in helping out, or if you have questions
+concerning the <acronym title="Quality Assurance">QA</acronym>
initiative, you can contact the team using the mailing list
<?php echo make_mailto_link('pear-qa@xxxxxxxxxxxxx'); ?>
(<a href="/support/lists.php">subscription information</a>).</p>

<?php
+if ($auth_user) {
+ if (auth_check('pear.dev')) {
+ $str = '<h2>Related Tools: </h2>';
+ $str .= '<ul>';
+ $str .= '<li><a href="/qa/packages_orphan.php">List of orphan
packages</a></li>';
+ $str .= '</ul>';
+ echo $str;
+ }
+}
+
response_footer();
?>

--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise