[glade-web] Fixing up news/download section



commit 3a4ade6ccb6fab994dae44bba4e2a176e1c8e80f
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Fri May 14 19:25:20 2010 -0400

    Fixing up news/download section

 newsitems.py |    1 +
 sources.src  |   10 ++++++----
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/newsitems.py b/newsitems.py
index 431e323..7a86f2a 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -20,6 +20,7 @@ item("""Glade 3.7.1 released""", (2010, 5, 14),
     <p>An exciting start to the 3.7 series is released.</p>
     <p>Some highlights in this release:</p>
     <ul>
+    <li>No more Horizontal VBoxes</li>
     <li>Added notebook tabs to navigate through projects.</li>
     <li>Option to hide toolbar/statusbar.</li>
     <li>Now Glade uses GtkToolPalette for its palette.</li>
diff --git a/sources.src b/sources.src
index 5c7c7d5..2e34995 100644
--- a/sources.src
+++ b/sources.src
@@ -4,11 +4,13 @@
         <h2>Getting sources</h2>
         <p>To get the sources for the Glade project choose one of our release tarballs:</p>
         <ul>
-          <li><a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/";>stable version source code tarballs</a></li>
-          <li><a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.7/";>development version source code tarballs</a></li>
-          <li>Or use our <a href="http://git.gnome.org/cgit/glade3";>git repository</a> to get the bleeding edge source code. To clone it you need to type:
-          <code>git clone git://git.gnome.org/glade3</code></li>
+          <li>stable tarballs for <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/";>Glade 3.6.x</a></li>
+          <li>development tarballs for <a href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.7/";>Glade 3.7.x</a></li>
         </ul>
+
+	<p>Or use our <a href="http://git.gnome.org/cgit/glade3";>git repository</a> to get the bleeding edge source code. To clone it you need to type:
+	<code>git clone git://git.gnome.org/glade3</code></p>
+
     </div>
 
 <!--stp:include('foot.src') -->



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