[31579] trunk/www/ports.php

jmpp at macports.org jmpp at macports.org
Wed Nov 28 08:58:46 PST 2007


Revision: 31579
          http://trac.macosforge.org/projects/macports/changeset/31579
Author:   jmpp at macports.org
Date:     2007-11-28 08:58:45 -0800 (Wed, 28 Nov 2007)

Log Message:
-----------

 * Bold our ports count and the last index regen date, for improved visibility of these two important items;
 * Presentational whitespace fixes: port blocks in a page displaying multiple ports are now separated by a blank line;

Modified Paths:
--------------
    trunk/www/ports.php

Modified: trunk/www/ports.php
===================================================================
--- trunk/www/ports.php	2007-11-28 16:50:08 UTC (rev 31578)
+++ trunk/www/ports.php	2007-11-28 16:58:45 UTC (rev 31579)
@@ -25,9 +25,9 @@
         $time = date('H:i', $row[0]);
     }
 ?>
-    <p>The MacPorts Project currently distributes <?php print ports_count(); ?> ports, distributed across <?php print categories_count(); ?>
+    <p>The MacPorts Project currently distributes <b><?php print ports_count(); ?></b> ports, distributed across <?php print categories_count(); ?>
     different categories and available below for viewing. This form allows you to search the MacPorts software index, last
-    updated on <?php echo $date; ?> at <?php echo $time; ?>.</p>
+    updated on <b><?php echo $date; ?> at <?php echo $time; ?></b>.</p>
 
     <br />
 
@@ -46,7 +46,6 @@
     </form>
 
 
-
     <h3>Port Categories</h3>
 
     <p>View the complete <a href="<?php echo $_SERVER['PHP_SELF']; ?>?by=all">ports list (<?php print ports_count(); ?> ports)
@@ -115,7 +114,8 @@
                 <dt><b><a href="<?php print $trac_url . 'browser/trunk/dports/' . $row['path'] . '/Portfile'; ?>"><?php echo
                 htmlspecialchars($row['name']); ?></a></b> <?php echo htmlspecialchars($row['version']); ?></dt>
                 <dd>
-                    <?php echo htmlspecialchars($row['description']); ?><br />
+                    <?php echo htmlspecialchars($row['description']); ?>
+                    <br />
 <?php
 /* MAINTAINERS */
                     $nquery = "SELECT maintainer FROM $portsdb_name.maintainers WHERE portfile='" . mysql_real_escape_string($row['name']) .
@@ -212,10 +212,11 @@
 <?php
                         }
                     }
-
 ?>
                     <br />
+                    <br />
                 </dd>
+
 <?php
             }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071128/5ec0f967/attachment-0001.html


More information about the macports-changes mailing list