[glade-web] - Added gnome icon to url bar.



commit a8914deebc512738a9d225ab107cea7c09c4fba4
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Tue Jul 21 18:33:02 2009 -0400

     - Added gnome icon to url bar.
     - Changed Download menu name to Current Version 3.6 and removed
       the redundant list item
     - Made bug list point to the bug list and not just enhancements.

 head.src            |    6 +++---
 news.rss            |    4 ++--
 newsitems-index.src |    4 ++--
 newsitems.src       |    4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/head.src b/head.src
index e9bf784..1752dcf 100644
--- a/head.src
+++ b/head.src
@@ -2,6 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="fr">
 <head>
        <title>Glade - A User Interface Designer</title>
+       <link rel="icon" type="image/png" href="http://developer.gnome.org/images/gnome-16.png"; />
 
        <meta http-equiv="Content-Type"
              content="text/html; charset=utf-8"/>
@@ -20,9 +21,8 @@
 
     </div>
     <div id="sidebar">
-        <h3>Downloads</h3>
+        <h3>Current Version: <strong>3.6</strong></h3>
         <ul id="link">
-          <li>Current Version: <strong>3.6</strong></li>
           <li><a href="http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/3.6/";>Windows binaries</a></li>
           <li><a href="http://ftp.gnome.org/pub/GNOME/binaries/mac/glade3/3.6/";>MacOSX binaries</a></li>
           <li><a href="http://glade.gnome.org/sources.html";>Download Sources</a></li>
@@ -41,7 +41,7 @@
         <h3>Development</h3>
           <ul id="link">
             <li><a href="http://lists.ximian.com/mailman/listinfo/glade-devel";>Developers mailing list</a></li>
-            <li><a href="http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&product=glade3&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_severity=enhancement";>Bug list</a></li>
+            <li><a href="http://bugzilla.gnome.org/buglist.cgi?query=product%3Aglade3+";>Bug list</a></li>
             <li><a href="http://live.gnome.org/Glade/Roadmap";>Roadmap</a></li>
             <li><a href="http://live.gnome.org/Glade";>Wiki</a></li>
           </ul>
diff --git a/news.rss b/news.rss
index 2fdca7b..2dae9ed 100644
--- a/news.rss
+++ b/news.rss
@@ -70,12 +70,12 @@
 	  In GtkBuilder format, we have access to a whole new world of objects
 	  we've never seen before in Glade:
 	&lt;ul&gt;
-     &lt;li&gt; GtkAction:
+     &lt;LI&gt; GtkAction: &lt;br&gt;
 	   Represent your UI frontend widget(s) by an Action, actions
        are a great abstraction for UI components and let you have multiple
        screen widgets that correspond to a single "action" who all conform
        to the said actions state.
-     &lt;/li&gt;
+
      &lt;LI&gt; GTK+ MVC Framework:&lt;br&gt;
        Now we give you access to GtkTreeView, GtkIconView, GtkComboBox (as a view),
        GtkListStore, GtkTreeStore in Glade.&lt;br&gt;That pretty much says it all, I encourage
diff --git a/newsitems-index.src b/newsitems-index.src
index 360715c..9b7f1e4 100644
--- a/newsitems-index.src
+++ b/newsitems-index.src
@@ -40,12 +40,12 @@
 	  In GtkBuilder format, we have access to a whole new world of objects
 	  we've never seen before in Glade:
 	<ul>
-     <li> GtkAction:
+     <LI> GtkAction: <br>
 	   Represent your UI frontend widget(s) by an Action, actions
        are a great abstraction for UI components and let you have multiple
        screen widgets that correspond to a single "action" who all conform
        to the said actions state.
-     </li>
+
      <LI> GTK+ MVC Framework:<br>
        Now we give you access to GtkTreeView, GtkIconView, GtkComboBox (as a view),
        GtkListStore, GtkTreeStore in Glade.<br>That pretty much says it all, I encourage
diff --git a/newsitems.src b/newsitems.src
index 360715c..9b7f1e4 100644
--- a/newsitems.src
+++ b/newsitems.src
@@ -40,12 +40,12 @@
 	  In GtkBuilder format, we have access to a whole new world of objects
 	  we've never seen before in Glade:
 	<ul>
-     <li> GtkAction:
+     <LI> GtkAction: <br>
 	   Represent your UI frontend widget(s) by an Action, actions
        are a great abstraction for UI components and let you have multiple
        screen widgets that correspond to a single "action" who all conform
        to the said actions state.
-     </li>
+
      <LI> GTK+ MVC Framework:<br>
        Now we give you access to GtkTreeView, GtkIconView, GtkComboBox (as a view),
        GtkListStore, GtkTreeStore in Glade.<br>That pretty much says it all, I encourage



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