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

Modified Files:
      Tag: redesign_pdb
        browse.php 
Log Message:
Added a little bit of text to browse.php, slightly better than the current 
'TODO' text

Index: browse.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/browse.php,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- browse.php  9 Feb 2007 21:46:22 -0000       1.1.2.7
+++ browse.php  10 Feb 2007 14:03:45 -0000      1.1.2.8
@@ -9,7 +9,13 @@
 <h1>Browse packages</h1>
 
 <p>
-TODO: Write some text that fits here
+On this page you can browse through all packages in the Fink package database,
+optionally and at your direction narrowed down by various search parameters, 
set below.
+</p>
+<p>
+For each of several distributions (10.2, 10.3, 10.4), this database includes
+information about all packages found in the respective latest stable and 
unstable trees.
+Furthermore, all packages from the most recent binary distributions are 
covered.
 </p>
 
 <?
@@ -216,8 +222,12 @@
   print '<p><b>error during query:</b> '.mysql_error().'</p>';
 } else {
   $count = mysql_num_rows($rs);
-?>
 
+
+// Maybe display an overview of the search settings used to obtain the results 
here?
+// Many seach servics (e.g. Google) do this: While the search settings are 
initially
+// still visible in the widgets on the page, the user may have altered them.
+?>
 <p>
 Found <?=$count?> packages<?=($maintainer=='None' ? ' without maintainer' : 
'')?>:
 </p>


-------------------------------------------------------------------------
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