commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5464 - in trunk/www/web: community downloads


From: jcater
Subject: r5464 - in trunk/www/web: community downloads
Date: Mon, 22 Mar 2004 13:24:16 -0600 (CST)

Author: jcater
Date: 2004-03-22 13:24:15 -0600 (Mon, 22 Mar 2004)
New Revision: 5464

Modified:
   trunk/www/web/community/bugs.php
   trunk/www/web/downloads/current.php
   trunk/www/web/downloads/depends.php
   trunk/www/web/downloads/hourly.php
   trunk/www/web/downloads/prereleases.php
   trunk/www/web/downloads/previous.php
   trunk/www/web/downloads/releases.php
   trunk/www/web/downloads/snapshots.php
Log:
added 'sort by file's date' option to _listdir; updated the download pages

Modified: trunk/www/web/community/bugs.php
===================================================================
--- trunk/www/web/community/bugs.php    2004-03-22 19:24:05 UTC (rev 5463)
+++ trunk/www/web/community/bugs.php    2004-03-22 19:24:15 UTC (rev 5464)
@@ -36,12 +36,16 @@
 
 <p>Also note you can view tickets and work orders online at
 <a href="https://www.gnuenterprise.org/dclgw/";>
-https://www.gnuenterprise.org/dclgw/</a>. Log in using user: guest
-password : guest. In the near future, we will let people create
-accounts online. Until then, if you wish to have an account, please
-e-mail <a href="mailto:address@hidden";>address@hidden</a> to request
-one.</p>
+https://www.gnuenterprise.org/dclgw/</a>. Log in using:</p>
+<pre>
+    Username: guest
+    Password: guest
+</pre>
 
+<p>In the near future, we will let people create accounts online. Until then,
+if you wish to have an account, please e-mail
+<a href="mailto:address@hidden";>address@hidden</a> to request one.</p>
+
 <h2>Patches</h2>
 
 <p>We willingly accept patches - you can include them as attatchments to

Modified: trunk/www/web/downloads/current.php
===================================================================
--- trunk/www/web/downloads/current.php 2004-03-22 19:24:05 UTC (rev 5463)
+++ trunk/www/web/downloads/current.php 2004-03-22 19:24:15 UTC (rev 5464)
@@ -9,7 +9,7 @@
 
   <p>The current official releases of all GNUe software.</p>
 
-  <? $dir = "current" ; include "../shared/_listdir.php" ; ?>
+  <? $dir = "current" ; $sortby="name"; include "../shared/_listdir.php" ; ?>
 
   </div>
 

Modified: trunk/www/web/downloads/depends.php
===================================================================
--- trunk/www/web/downloads/depends.php 2004-03-22 19:24:05 UTC (rev 5463)
+++ trunk/www/web/downloads/depends.php 2004-03-22 19:24:15 UTC (rev 5464)
@@ -18,7 +18,7 @@
   main GNU Enterprise software. Please see each
   individual packages for details.</p>
 
-  <? $dir = "depends" ; include "../shared/_listdir.php" ; ?>
+  <? $dir = "depends" ; $sortby="name"; include "../shared/_listdir.php" ; ?>
 
 </div>
 

Modified: trunk/www/web/downloads/hourly.php
===================================================================
--- trunk/www/web/downloads/hourly.php  2004-03-22 19:24:05 UTC (rev 5463)
+++ trunk/www/web/downloads/hourly.php  2004-03-22 19:24:15 UTC (rev 5464)
@@ -23,7 +23,7 @@
   latest released versions of the tools, look
   <a href="current.php">here</a>.</p>
 
-  <? $dir = "hourly" ; include "../shared/_listdir.php" ; ?>
+  <? $dir = "hourly"; $sortby="date"; include "../shared/_listdir.php" ; ?>
 
 </div>
 

Modified: trunk/www/web/downloads/prereleases.php
===================================================================
--- trunk/www/web/downloads/prereleases.php     2004-03-22 19:24:05 UTC (rev 
5463)
+++ trunk/www/web/downloads/prereleases.php     2004-03-22 19:24:15 UTC (rev 
5464)
@@ -19,7 +19,7 @@
   the <a href ="current.php">current
   releases</a>.</p>
 
-  <? $dir = "prereleases" ; include "../shared/_listdir.php" ; ?>
+  <? $dir = "prereleases" ; $sortby="name"; include "../shared/_listdir.php" ; 
?>
 
 </div>
 

Modified: trunk/www/web/downloads/previous.php
===================================================================
--- trunk/www/web/downloads/previous.php        2004-03-22 19:24:05 UTC (rev 
5463)
+++ trunk/www/web/downloads/previous.php        2004-03-22 19:24:15 UTC (rev 
5464)
@@ -12,7 +12,7 @@
   (depreciated) releases. Previous (depreciated) releases
   are kept for reference purposes only.</p>
 
-  <? $dir = "releases" ; include "../shared/_listdir.php" ; ?>
+  <? $dir = "releases" ; $sortby="name"; include "../shared/_listdir.php" ; ?>
 
   </div>
 

Modified: trunk/www/web/downloads/releases.php
===================================================================
--- trunk/www/web/downloads/releases.php        2004-03-22 19:24:05 UTC (rev 
5463)
+++ trunk/www/web/downloads/releases.php        2004-03-22 19:24:15 UTC (rev 
5464)
@@ -11,7 +11,7 @@
   (depreciated) releases. Previous (depreciated) releases
   are kept for reference purposes only.</p>
 
-  <? $dir = "releases" ; include "../shared/_listdir.php" ; ?>
+  <? $dir = "releases" ; $sortby="name"; include "../shared/_listdir.php" ; ?>
 
 </div>
 

Modified: trunk/www/web/downloads/snapshots.php
===================================================================
--- trunk/www/web/downloads/snapshots.php       2004-03-22 19:24:05 UTC (rev 
5463)
+++ trunk/www/web/downloads/snapshots.php       2004-03-22 19:24:15 UTC (rev 
5464)
@@ -22,7 +22,7 @@
   look  <a href="current.php">here</a> instead.</p>
 
 
-  <? $dir = "snapshots" ; include "../shared/_listdir.php" ; ?>
+  <? $dir = "snapshots"; $sortby="date" ; include "../shared/_listdir.php" ; ?>
 
   <p>The build logs for last night's build are <a 
href="snapshots/build.txt">here.</a></p>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]