[glade-web] Updated website for 3.7.1, added link to 3.7 tarballs.



commit db0d7ff5dcd2a9367e091163f27b1498f2f46ff6
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Fri May 14 19:14:17 2010 -0400

    Updated website for 3.7.1, added link to 3.7 tarballs.

 newsitems.py |   13 +++++++++++++
 sources.src  |    7 ++++---
 2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/newsitems.py b/newsitems.py
index 20437b1..4f41c7f 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -15,6 +15,19 @@ item = lambda *x: items.append(x)
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
 
+item("""Glade 3.7.1 released""", (2010, 3, 10),
+     """
+    <p>An exciting start to the 3.7 series is released.</p>
+    <p>Some highlights in this release:</p>
+    <ul>
+    <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>
+    <li>Signal Editor greatly improved</li>
+    </ul>
+    <p>See the <a href="http://mail.gnome.org/archives/gnome-announce-list/2010-May/msg00025.html";>full announcement</a> for more details.</p>
+     """, 'Tristan Van Berkom')
+
 item("""Glade 3.7.0 released""", (2010, 3, 10),
      """See the <a href="http://mail.gnome.org/archives/gnome-announce-list/2010-March/msg00030.html";>full announcement</a> for details.""", 'Tristan Van Berkom')
 
diff --git a/sources.src b/sources.src
index e83d6f3..5c7c7d5 100644
--- a/sources.src
+++ b/sources.src
@@ -2,10 +2,11 @@
 
     <div id="body">
         <h2>Getting sources</h2>
-        <p>Sources of the Glade project can be obtained either from:</p>
+        <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/";>source code tarballs</a> of released versions, or</li>
-          <li><a href="http://git.gnome.org/cgit/glade3";>our git repository</a> to get bleeding edge source code. To clone it you need to type:
+          <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>
         </ul>
     </div>



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