[Galago-commits] r2753 - trunk/web/htdocs

galago-commits at freedesktop.org galago-commits at freedesktop.org
Fri Apr 21 01:09:26 PDT 2006


Author: chipx86
Date: 2006-04-21 01:09:24 -0700 (Fri, 21 Apr 2006)
New Revision: 2753

Modified:
   trunk/web/htdocs/downloads.php
   trunk/web/htdocs/releases
Log:
Add the 0.5.0 releases.


Modified: trunk/web/htdocs/downloads.php
===================================================================
--- trunk/web/htdocs/downloads.php	2006-04-21 07:44:43 UTC (rev 2752)
+++ trunk/web/htdocs/downloads.php	2006-04-21 08:09:24 UTC (rev 2753)
@@ -3,7 +3,6 @@
 
 	$HEADBAR = array(
 		"Releases"        => "#releases",
-		"Ubuntu Apt Feed" => "#ubuntu-apt",
 		"Foresight Linux" => "#foresight",
 		"Subversion"      => "#svn",
 	);
@@ -12,6 +11,7 @@
 	define_release_type("core", "Core");
 	define_release_type("extra", "Extra Modules");
 	define_release_type("dotnet", ".NET Bindings");
+	define_release_type("python", "Python Bindings");
 	define_release_type("notifications", "Desktop Notifications");
 
 	/* Define the targets */
@@ -37,6 +37,10 @@
 	define_component("dotnet", "galago-sharp");
 	define_component("dotnet", "galago-gtk-sharp");
 
+	/* Python components */
+	define_component("python", "galago-python");
+	define_component("python", "galago-gtk-python");
+
 	/* Desktop Notifications components */
 	define_component("notifications", "libnotify");
 	define_component("notifications", "notification-daemon");
@@ -48,37 +52,6 @@
 	output_releases();
 	end_section();
 
-	/* Ubuntu Apt Feed */
-	start_section("Ubuntu Apt Feed", "ubuntu-apt");
-?>
-<p>
- Ubuntu Hoary users can install packages through an apt feed. Append the
- following to <tt>/etc/apt/sources.list</tt>:
-</p>
-<pre>
-deb http://www.galago-project.org/apt/ubuntu hoary/
-deb-src http://www.galago-project.org/apt/ubuntu hoary/
-</pre>
-<p>
- Then apt-get the necessary components. For your convenience, you can
- use the meta packages <tt>galago-core</tt>, <tt>galago-desktop-gnome</tt>,
- and <tt>galago-mono</tt>. For example:
-</p>
-<pre>
-$ apt-get update
-$ apt-get install galago-core galago-desktop-gnome
-</pre>
-<p>
- For the .NET components on Hoary, you will first need to add an
- <a href="http://backports.ubuntuforums.org/">Ubuntu Backports</a>
- repository to your <tt>sources.list</tt> file. Then type:
-</p>
-<pre>
-$ apt-get install galago-mono
-</pre>
-<?php
-	end_section();
-
 	/* Foresight Linux */
 	start_section("Foresight Linux", "foresight");
 ?>

Modified: trunk/web/htdocs/releases
===================================================================
--- trunk/web/htdocs/releases	2006-04-21 07:44:43 UTC (rev 2752)
+++ trunk/web/htdocs/releases	2006-04-21 08:09:24 UTC (rev 2753)
@@ -1,28 +1,40 @@
 source
-	libgalago 0.3.3
+	libgalago 0.5.0
 		libgalago-VER.tar.gz
+		libgalago-VER.tar.bz2
 
-	galago-daemon 0.3.4
+	galago-daemon 0.5.0
 		galago-daemon-VER.tar.gz
+		galago-daemon-VER.tar.bz2
 
-	eds-feed 0.3.2
+	eds-feed 0.5.0
 		eds-feed-VER.tar.gz
+		eds-feed-VER.tar.bz2
 
-	gaim-galago 0.3.2
+	gaim-galago 0.5.0
 		gaim-galago-VER.tar.gz
+		gaim-galago-VER.tar.bz2
 
-	gnome-presence-applet 0.3.1
-		gnome-presence-applet-VER.tar.gz
-
-	libgalago-gtk 0.3.4
+	libgalago-gtk 0.5.0
 		libgalago-gtk-VER.tar.gz
+		libgalago-gtk-VER.tar.bz2
 
-	galago-sharp 0.3.2
+	galago-sharp 0.5.0
 		galago-sharp-VER.tar.gz
+		galago-sharp-VER.tar.bz2
 
-	galago-gtk-sharp 0.3.1
+	galago-gtk-sharp 0.5.0
 		galago-gtk-sharp-VER.tar.gz
+		galago-gtk-sharp-VER.tar.bz2
 
+	galago-python 0.5.0
+		galago-python-VER.tar.gz
+		galago-python-VER.tar.bz2
+
+	galago-gtk-python 0.5.0
+		galago-gtk-python-VER.tar.gz
+		galago-gtk-python-VER.tar.bz2
+
 	libnotify 0.3.2
 		libnotify-VER.tar.gz
 



More information about the galago-commits mailing list