Author: reinhard Date: 2007-05-24 13:04:57 -0500 (Thu, 24 May 2007) New Revision: 9619
Modified: trunk/www/web/downloads/current.php trunk/www/web/downloads/downloads.php trunk/www/web/downloads/prereleases.php Log: Added notes about available debian repository. Modified: trunk/www/web/downloads/current.php =================================================================== --- trunk/www/web/downloads/current.php 2007-05-24 17:27:05 UTC (rev 9618) +++ trunk/www/web/downloads/current.php 2007-05-24 18:04:57 UTC (rev 9619) @@ -11,6 +11,15 @@ <? $dir = "current" ; $sortby="name"; include "../shared/_listdir.php" ; ?> + <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> + </div> <?php include "$BASEDIR/shared/_footer.php"; ?> Modified: trunk/www/web/downloads/downloads.php =================================================================== --- trunk/www/web/downloads/downloads.php 2007-05-24 17:27:05 UTC (rev 9618) +++ trunk/www/web/downloads/downloads.php 2007-05-24 18:04:57 UTC (rev 9619) @@ -36,6 +36,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-24 17:27:05 UTC (rev 9618) +++ trunk/www/web/downloads/prereleases.php 2007-05-24 18:04:57 UTC (rev 9619) @@ -21,6 +21,16 @@ <? $dir = "prereleases" ; $sortby="name"; include "../shared/_listdir.php" ; ?> + <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 prerelease version of GNU Enterprise with your favourite package + manager (apt-get, aptitude, synaptic, or adept): + </p> + + <pre>deb http://www.gnuenterprise.org/downloads current/ +deb http://www.gnuenterprise.org/downloads prereleases/</pre> + </div> <?php include "$BASEDIR/shared/_footer.php"; ?> _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
