Update of /cvsroot/fink/web/pdb
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10074

Added Files:
      Tag: redesign_pdb
        help.php 
Log Message:
(This log message should have been in the commit for browse.php, 
 header.inc, index.php, and package.php)

Now using browse.php instead of separate pages, obsoleting search.php
testing.php (not working yet), section.php, list.php, maintainer.php,
and nomaintainer.php

The new help.php includes text from the former testing.php page, but with
information about both help needed for testing and for packages without 
maintainer.


--- NEW FILE: help.php ---
<?
$title = "Package Database - Help Needed";
$cvs_author = '$Author: chris01 $';
$cvs_date = '$Date: 2007/02/09 17:36:23 $';

$have_key = isset($maintainer);

include "header.inc";
?>

<h1>Packages in Testing</h1>

<p>
Help is needed for testing packages with a version in
unstable that is newer than the version in stable.
The list is based on the latest <a
href="http://fink.sourceforge.net/doc/cvsaccess/index.php";>packages from 
CVS</a>.
</p>

<p>
<a
href="browse.php?testing=on">
Browse the full list
</a> of packages that need testing.
</p>

<h1>Packages without Maintainer</h1>

<p>
Help is also needed for packages without an active maintainer.
</p>

<p>
<a
href="browse.php?maintainer=None&nochildren=on">
Browse the full list
</a> of packages without maintainer.
</p>


<?
include "footer.inc";
?>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to