commit-gnue
[Top][All Lists]
Advanced

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

r5325 - in trunk/www/web: . downloads project shared


From: jcater
Subject: r5325 - in trunk/www/web: . downloads project shared
Date: Mon, 15 Mar 2004 20:53:51 -0600 (CST)

Author: jcater
Date: 2004-03-15 20:53:50 -0600 (Mon, 15 Mar 2004)
New Revision: 5325

Added:
   trunk/www/web/downloads/
   trunk/www/web/downloads/current.php
   trunk/www/web/downloads/current/
   trunk/www/web/downloads/depends.php
   trunk/www/web/downloads/depends/
   trunk/www/web/downloads/downloads.php
   trunk/www/web/downloads/hourly.php
   trunk/www/web/downloads/index.php
   trunk/www/web/downloads/prereleases.php
   trunk/www/web/downloads/prereleases/
   trunk/www/web/downloads/previous.php
   trunk/www/web/downloads/releases.php
   trunk/www/web/downloads/releases/
   trunk/www/web/downloads/snapshots.php
   trunk/www/web/downloads/snapshots/
   trunk/www/web/shared/_listdir.php
Modified:
   trunk/www/web/project/index.php
   trunk/www/web/shared/base.css
Log:
Started on support for download folders (this is mostly an identical copy of 
psu's code)


Added: trunk/www/web/downloads/current.php
===================================================================
--- trunk/www/web/downloads/current.php 2004-03-16 01:49:08 UTC (rev 5324)
+++ trunk/www/web/downloads/current.php 2004-03-16 02:53:50 UTC (rev 5325)
@@ -0,0 +1,16 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+  <h1>Current Releases</h1>
+
+  <p>The current official releases of all GNUe software.</p>
+
+  <? $dir = "current" ; include "../shared/_listdir.php" ; ?>
+
+  </div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>


Property changes on: trunk/www/web/downloads/current.php
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/www/web/downloads/depends.php
===================================================================
--- trunk/www/web/downloads/depends.php 2004-03-16 01:49:08 UTC (rev 5324)
+++ trunk/www/web/downloads/depends.php 2004-03-16 02:53:50 UTC (rev 5325)
@@ -0,0 +1,25 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+  <h1>Dependencies</h1>
+
+  <p>A collection of various dependencies for
+  GNUe which are hard to find from other
+  sources (e.g. not included on standard
+  GNU/Linux distributions)</p>
+
+  <p>Note that all of these dependencies are
+  free software, but not all may have the
+  same GPL (GNU General Public License) as the
+  main GNU Enterprise software. Please see each
+  individual packages for details.</p>
+
+  <? $dir = "depends" ; include "../shared/_listdir.php" ; ?>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>


Property changes on: trunk/www/web/downloads/depends.php
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/www/web/downloads/downloads.php
===================================================================
--- trunk/www/web/downloads/downloads.php       2004-03-16 01:49:08 UTC (rev 
5324)
+++ trunk/www/web/downloads/downloads.php       2004-03-16 02:53:50 UTC (rev 
5325)
@@ -0,0 +1,41 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+  <h1>Downloads</h1>
+
+  <ul>
+  <li><a href="current.php">Current Releases</a>
+  - the current official releases of all GNUe software.<br />
+
+  <li><a href="releases.php">All releases</a> - a
+  single location for all current and previous (depreciated) releases.<br />
+
+  <li><a href="snapshots.php">Nightly
+  Snapshots</a> - every night (US time), an automatic script
+  creates a nightly CVS snapshot for the two main operating systems
+  supported by GNU Enterprise. The last five night's
+  snapshots are available here. As with all
+  CVS versions of software, these may or may not work.<br />
+
+  <li><a href="hourly.php">Hourly
+  Snapshots</a> - for when last night's snapshot was just too
+  long ago... As with all
+  CVS versions of software, these may or may not work.<br />
+
+  <li><a href="prereleases.php">Pre-releases</a>
+  - in the rush for a new release, various pre-release
+  candidates are likely to be made available
+  here for testing purposes.<br />
+
+  <li><a href="depends.php">Dependencies</a>
+  - a collection of some hard-to-find
+  dependencies needed for various parts of GNUe
+  </ul>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>


Property changes on: trunk/www/web/downloads/downloads.php
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/www/web/downloads/hourly.php
===================================================================
--- trunk/www/web/downloads/hourly.php  2004-03-16 01:49:08 UTC (rev 5324)
+++ trunk/www/web/downloads/hourly.php  2004-03-16 02:53:50 UTC (rev 5325)
@@ -0,0 +1,30 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+  <h1>Hourly Snapshots</h1>
+
+  <p>These files are the latest CVS snapshots of GNU Enterprise.  These 
snapshots
+  are updated every hour on the hour, 24 hours a day, 7 days a week.  This
+  snapshot repository is primarily for those who need the absolute latest CVS 
--
+  perhaps because a patch you need was applied in the last few hours -- but do
+  not have a means of accessing the CVS repository directly (i.e., you are
+  behind a firewall that blocks CVS traffic.</p>
+
+  <p>You should probably not try to download a copy of either of these files 
during
+  the first two minutes of the hour.  Temporary files are used so that you
+  shouldn't ever download junk, but odder things have happened. :)</p>
+
+  <p>NOTE: These are CVS snapshots and, as such, may or
+  may not run as expected. If you are looking for the
+  latest released versions of the tools, look
+  <a href="current.php">here</a>.</p>
+
+  <? $dir = "hourly" ; include "../shared/_listdir.php" ; ?>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>


Property changes on: trunk/www/web/downloads/hourly.php
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/www/web/downloads/index.php
===================================================================
--- trunk/www/web/downloads/index.php   2004-03-16 01:49:08 UTC (rev 5324)
+++ trunk/www/web/downloads/index.php   2004-03-16 02:53:50 UTC (rev 5325)
@@ -0,0 +1,41 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+  <h1>Downloads</h1>
+  <p>The following download areas allow you to download GNUe in various states 
of release/development.</p>
+  <ul>
+  <li><a href="current.php">Current Releases</a>
+  - the current official releases of all GNUe software.<br />
+
+  <li><a href="releases.php">All releases</a> - a
+  single location for all current and previous (depreciated) releases.<br />
+
+  <li><a href="snapshots.php">Nightly
+  Snapshots</a> - every night (US time), an automatic script
+  creates a nightly CVS snapshot for the two main operating systems
+  supported by GNU Enterprise. The last five night's
+  snapshots are available here. As with all
+  CVS versions of software, these may or may not work.<br />
+
+  <li><a href="hourly.php">Hourly
+  Snapshots</a> - for when last night's snapshot was just too
+  long ago... As with all
+  CVS versions of software, these may or may not work.<br />
+
+  <li><a href="prereleases.php">Pre-releases</a>
+  - in the rush for a new release, various pre-release
+  candidates are likely to be made available
+  here for testing purposes.<br />
+
+  <li><a href="depends.php">Dependencies</a>
+  - a collection of some hard-to-find
+  dependencies needed for various parts of GNUe
+  </ul>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>


Property changes on: trunk/www/web/downloads/index.php
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/www/web/downloads/prereleases.php
===================================================================
--- trunk/www/web/downloads/prereleases.php     2004-03-16 01:49:08 UTC (rev 
5324)
+++ trunk/www/web/downloads/prereleases.php     2004-03-16 02:53:50 UTC (rev 
5325)
@@ -0,0 +1,26 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+  <h1>Pre-Releases</h1>
+
+  <p>In the rush to a new release, the GNUe
+  Developers may post pre-release versions
+  or release candidates for people to
+  download and try to break. Anyone is
+  welcome to try the pre-releases -
+  any problems should normally be reported
+  via <a href="../community/irc.html">the
+  IRC channel</a>. However, if you want something
+  a bit more stable, you might prefer to try
+  the <a href ="current.php">current
+  releases</a>.</p>
+
+  <? $dir = "prereleases" ; include "../shared/_listdir.php" ; ?>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>


Property changes on: trunk/www/web/downloads/prereleases.php
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/www/web/downloads/previous.php
===================================================================
--- trunk/www/web/downloads/previous.php        2004-03-16 01:49:08 UTC (rev 
5324)
+++ trunk/www/web/downloads/previous.php        2004-03-16 02:53:50 UTC (rev 
5325)
@@ -0,0 +1,19 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+
+  <h1>All Releases</h1>
+
+  <p> A single location for all current and previous
+  (depreciated) releases. Previous (depreciated) releases
+  are kept for reference purposes only.</p>
+
+  <? $dir = "releases" ; include "../shared/_listdir.php" ; ?>
+
+  </div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>


Property changes on: trunk/www/web/downloads/previous.php
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/www/web/downloads/releases.php
===================================================================
--- trunk/www/web/downloads/releases.php        2004-03-16 01:49:08 UTC (rev 
5324)
+++ trunk/www/web/downloads/releases.php        2004-03-16 02:53:50 UTC (rev 
5325)
@@ -0,0 +1,18 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+  <h1>All Releases</h1>
+
+  <p> A single location for all current and previous
+  (depreciated) releases. Previous (depreciated) releases
+  are kept for reference purposes only.</p>
+
+  <? $dir = "releases" ; include "../shared/_listdir.php" ; ?>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>


Property changes on: trunk/www/web/downloads/releases.php
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/www/web/downloads/snapshots.php
===================================================================
--- trunk/www/web/downloads/snapshots.php       2004-03-16 01:49:08 UTC (rev 
5324)
+++ trunk/www/web/downloads/snapshots.php       2004-03-16 02:53:50 UTC (rev 
5325)
@@ -0,0 +1,28 @@
+<?php $BASEDIR="..";
+      $MODULE="project";
+      $TITLE="";
+      include "$BASEDIR/shared/_header.php"; ?>
+
+<div id="body">
+
+  <h1>Nightly Snapshots</h1>
+
+  <p>Nightly snapshots of the GNUe code base are now
+  available here. These are primarily useful for
+  developers who wish to test the current CVS base but
+  cannot use the cvs tools (e.g., people behind a firewall).
+  These snapshots are made at approximately midnight (USA and Canada
+  Central timezone) each night. Snapshots are kept for
+  5 nights before being deleted. Snapshots are available
+  in both Unix *.tar.gz and Win32 *.zip formats.</p>
+
+  <p>NOTE: These are CVS snapshots and, as such, may or
+  may not run as expected. If you are looking for the
+  latest released versions of the tools, look
+  <a href="current.php">here</a></p>
+
+  <? $dir = "snapshots" ; include "../shared/_listdir.php" ; ?>
+
+</div>
+
+<?php include "$BASEDIR/shared/_footer.php"; ?>


Property changes on: trunk/www/web/downloads/snapshots.php
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/www/web/project/index.php
===================================================================
--- trunk/www/web/project/index.php     2004-03-16 01:49:08 UTC (rev 5324)
+++ trunk/www/web/project/index.php     2004-03-16 02:53:50 UTC (rev 5325)
@@ -6,7 +6,6 @@
 <div id="body">
 
 
-      <!-- begin content -->
     <h1>GNUe: An Overview</h1>
 
       <p>GNU Enterprise (GNUe) is a meta-project which is part of the

Added: trunk/www/web/shared/_listdir.php
===================================================================
--- trunk/www/web/shared/_listdir.php   2004-03-16 01:49:08 UTC (rev 5324)
+++ trunk/www/web/shared/_listdir.php   2004-03-16 02:53:50 UTC (rev 5325)
@@ -0,0 +1,90 @@
+<?
+# list3.inc 
+# 
+# lists the files in sub-directory $dir
+# split by file type (*.tar.gz, *.zip and *.exe)
+#
+
+# .tar.gz files
+
+$handle = opendir( $dir ) ;
+$notyet = true ; 
+
+while ( $entry = readdir($handle) ) 
+   {
+   if ( strpos ( $entry, "tar.gz" ) ) 
+      {
+        if ( $notyet ) 
+          {
+            $notyet = false ; 
+            echo "<h3>Source files (*.tar.gz format)</h3>\n" ;
+          } 
+        echo "<img src=\"../e_ball.png\"><a href=\"$dir/$entry\">" ;
+        echo $entry . "</a><br />\n" ; 
+      }
+   }
+
+closedir($handle);
+
+# .deb files
+
+$handle=opendir( $dir ) ;
+$notyet = true ;
+
+while ( $entry = readdir($handle) ) 
+   {
+   if ( strpos ( $entry, ".deb" ) ) 
+      {
+        if ( $notyet ) 
+          {
+            $notyet = false ; 
+            echo "<h3>Debian GNU/Linux packages (*.deb format)</h3>\n" ;
+          } 
+        echo "<img src=\"../e_ball.png\"><a href=\"$dir/$entry\">" ;
+        echo $entry . "</a><br />\n" ; 
+      }
+   }
+
+closedir($handle);
+
+# .zip files
+
+$handle=opendir( $dir ) ;
+$notyet = true ;
+
+while ( $entry = readdir($handle) ) 
+   {
+   if ( strpos ( $entry, ".zip" ) ) 
+      {
+        if ( $notyet ) 
+          {
+            $notyet = false ; 
+            echo "<h3>Win 32 source files (*.zip format)</h3>\n" ;
+          } 
+        echo "<img src=\"../e_ball.png\"><a href=\"$dir/$entry\">" ;
+        echo $entry . "</a><br />\n" ; 
+      }
+   }
+
+closedir($handle);
+
+# .exe files
+
+$handle=opendir( $dir ) ;
+$notyet = true ;
+
+while ( $entry = readdir($handle) ) 
+   {
+   if ( strpos ( $entry, ".exe" ) ) 
+      {
+        if ( $notyet ) 
+          {
+            $notyet = false ; 
+            echo "<h3>Win 32 setup files (*.exe format)</h3>\n" ;
+          } 
+        echo "<img src=\"../e_ball.png\"><a href=\"$dir/$entry\">" ;
+        echo $entry . "</a><br />\n" ; 
+      }
+   }
+
+closedir($handle);

Modified: trunk/www/web/shared/base.css
===================================================================
--- trunk/www/web/shared/base.css       2004-03-16 01:49:08 UTC (rev 5324)
+++ trunk/www/web/shared/base.css       2004-03-16 02:53:50 UTC (rev 5325)
@@ -145,10 +145,20 @@
 ul,li,ol {
   font-size: 11px;
 }
+
 ul,ol {
-  margin: 5px 0 0 0;
+  margin: 2px 0 0 0;
+  padding-left: 18pt;
 }
 
+li {
+  margin-left: 0;
+  padding: 0;
+}
+
+ul {
+  list-style-type: circle;
+}
 p {
   font-size: 12px;
   margin-top: 8px;





reply via email to

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