Author: reinhard Date: 2007-05-25 02:50:45 -0500 (Fri, 25 May 2007) New Revision: 9628
Removed: trunk/www/web/downloads/hourly.php trunk/www/web/downloads/hourly/ Modified: trunk/www/web/downloads/downloads.php trunk/www/web/downloads/index.php trunk/www/web/downloads/prereleases.php Log: Removed hourlies on download page, fixed typo. Modified: trunk/www/web/downloads/downloads.php =================================================================== --- trunk/www/web/downloads/downloads.php 2007-05-25 07:26:52 UTC (rev 9627) +++ trunk/www/web/downloads/downloads.php 2007-05-25 07:50:45 UTC (rev 9628) @@ -21,11 +21,6 @@ snapshots are available here. As with all SVN 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 - SVN 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 Deleted: trunk/www/web/downloads/hourly.php =================================================================== --- trunk/www/web/downloads/hourly.php 2007-05-25 07:26:52 UTC (rev 9627) +++ trunk/www/web/downloads/hourly.php 2007-05-25 07:50:45 UTC (rev 9628) @@ -1,30 +0,0 @@ -<?php $BASEDIR=".."; - $MODULE="project"; - $TITLE=""; - include "$BASEDIR/shared/_header.php"; ?> - -<div id="body"> - - <h1>Hourly Snapshots</h1> - - <p>These files are the latest SVN 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 SVN -- - perhaps because a patch you need was applied in the last few hours -- but do - not have a means of accessing the SVN repository directly (i.e., you are - behind a firewall that blocks SVN 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 SVN 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"; $sortby="date"; include "../shared/_listdir.php" ; ?> - -</div> - -<?php include "$BASEDIR/shared/_footer.php"; ?> Modified: trunk/www/web/downloads/index.php =================================================================== --- trunk/www/web/downloads/index.php 2007-05-25 07:26:52 UTC (rev 9627) +++ trunk/www/web/downloads/index.php 2007-05-25 07:50:45 UTC (rev 9628) @@ -22,11 +22,6 @@ snapshots are available here. As with all SVN 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 - SVN 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 @@ -37,6 +32,22 @@ dependencies needed for various parts of GNUe </ul> + <p> + For Debian and Debian based GNU/Linux distributions (like Ubuntu), you can + add this line to your /etc/apt/sources.list to be able to install the + latest stable version of GNU Enterprise with your favourite package manager + (apt-get, aptitude, synaptic, or adept): + </p> + + <pre>deb http://www.gnuenterprise.org/downloads current/</pre> + + <p> + To install the prerelease versions (if available), add both the line above + <em>and</em> the following line to your /etc/apt/sources.list: + </p> + + <pre>deb http://www.gnuenterprise.org/downloads prereleases/</pre> + </div> <?php include "$BASEDIR/shared/_footer.php"; ?> Modified: trunk/www/web/downloads/prereleases.php =================================================================== --- trunk/www/web/downloads/prereleases.php 2007-05-25 07:26:52 UTC (rev 9627) +++ trunk/www/web/downloads/prereleases.php 2007-05-25 07:50:45 UTC (rev 9628) @@ -23,7 +23,7 @@ <p> For Debian and Debian based GNU/Linux distributions (like Ubuntu), you can - add this line to your /etc/apt/sources.list to be able to install the + add these lines to your /etc/apt/sources.list to be able to install the latest prerelease version of GNU Enterprise with your favourite package manager (apt-get, aptitude, synaptic, or adept): </p> _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue