[Galago-commits] r1922 - trunk/web/htdocs
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sat Jun 4 19:32:02 PDT 2005
Author: chipx86
Date: 2005-06-04 19:32:00 -0700 (Sat, 04 Jun 2005)
New Revision: 1922
Modified:
trunk/web/htdocs/downloads.php
Log:
Provide install instructions for Foresight Linux.
Modified: trunk/web/htdocs/downloads.php
===================================================================
--- trunk/web/htdocs/downloads.php 2005-06-05 02:31:39 UTC (rev 1921)
+++ trunk/web/htdocs/downloads.php 2005-06-05 02:32:00 UTC (rev 1922)
@@ -4,7 +4,8 @@
$HEADBAR = array(
"Releases" => "#releases",
"Ubuntu Apt Feed" => "#ubuntu-apt",
- "Subversion" => "#svn"
+ "Foresight Linux" => "#foresight",
+ "Subversion" => "#svn",
);
/* Define our release types */
@@ -69,6 +70,19 @@
<?php
end_section();
+ /* Foresight Linux */
+ start_section("Foresight Linux", "foresight");
+?>
+<p>
+ To use Galago in <a href="http://www.foresightlinux.com/">Foresight Linux</a>,
+ type:
+</p>
+<pre>
+$ conary update Galago
+</pre>
+<?php
+ end_section();
+
/* Subversion */
start_section("Subversion", "svn");
?>
More information about the galago-commits
mailing list