[glade-web] Add news about last release.



commit b916e62fc7b2bd4c54777773cab542bf7788b727
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Wed Aug 10 17:39:45 2022 -0400

    Add news about last release.

 foot.src     |  2 +-
 head.src     | 13 ++++---------
 newsitems.py |  8 ++++++++
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/foot.src b/foot.src
index a2d229f..c93de4e 100644
--- a/foot.src
+++ b/foot.src
@@ -1,4 +1,4 @@
 
-    <div id="copyright">Copyright 2020, The Glade project</div>
+    <div id="copyright">Copyright 2022, The Glade project</div>
 </body>
 </html>
diff --git a/head.src b/head.src
index dbfbdaf..94177c6 100644
--- a/head.src
+++ b/head.src
@@ -21,9 +21,9 @@
     </div>
 
     <div id="sidebar">
-        <h1>Current Version: <strong>3.38</strong></h1>
+        <h1>Current Version: <strong>3.40</strong></h1>
         <ul>
-          <li><a target="_blank" href="http://ftp.gnome.org/pub/GNOME/sources/glade/3.38/";>Download stable 
tarball</a></li>
+          <li><a target="_blank" href="http://ftp.gnome.org/pub/GNOME/sources/glade/3.40/";>Download stable 
tarball</a></li>
           <li><a target="_blank" href="https://gitlab.gnome.org/GNOME/glade";>Browse Sources on 
gitlab</a></li>
           <li><a target="_blank" href="https://packages.msys2.org/package/mingw-w64-x86_64-glade";>Windows 
MSYS2 Package</a></li>
           <li><a target="_blank" href="https://formulae.brew.sh/formula/glade";>OSX brew package</a></li>
@@ -32,17 +32,16 @@
         <h1>Documentation</h1>
           <ul>
             <li><a target="_blank" href="https://wiki.gnome.org/Apps/Glade/Tutorials";>Tutorials</a></li>
-            <li><a target="_blank" href="https://developer.gnome.org/gladeui/stable/";>API Reference</a></li>
             <li><a target="_blank" href="https://help.gnome.org/users/glade/stable/";>User manual</a></li>
           </ul>
         <h1>Help</h1>
           <ul>
-            <li><a target="_blank" href="https://mail.gnome.org/mailman/listinfo/glade-users-list";>Users 
mailing list</a></li>
+            <li><a target="_blank" href="https://mail.gnome.org/archives/glade-users-list/";>Users ML 
archive</a></li>
             <li><a target="_blank" 
href="https://gitlab.gnome.org/GNOME/glade/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=";>File 
a bug</a></li>
           </ul>
         <h1>Development</h1>
           <ul>
-            <li><a target="_blank" 
href="https://mail.gnome.org/mailman/listinfo/glade-devel-list";>Developers mailing list</a></li>
+            <li><a target="_blank" href="https://mail.gnome.org/archives/glade-devel-list/";>Developers ML 
archive</a></li>
             <li><a target="_blank" href="https://gitlab.gnome.org/GNOME/glade/issues";>Bug list</a></li>
           </ul>
           <ul id="ircinfo">
@@ -50,9 +49,5 @@
             <li><strong>server: </strong>irc.gimp.net</li>
             <li><strong>channel: </strong>#glade</li>
           </ul>
-        <h1>News</h1>
-          <ul>
-            <li>Follow <a target="_blank" href="https://twitter.com/XJuanGlade";>@XJuanGlade</a> on 
Twitter</li>
-          </ul>
 
     </div>
diff --git a/newsitems.py b/newsitems.py
index 2be5cb3..ab0d490 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -15,6 +15,14 @@ item = lambda *x: items.append(x)
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
 
+item("""Glade 3.40.0 released""", (2022, 8, 10),
+     """
+    <p>Glade 3.40.0 is now available for <a 
href="http://ftp.gnome.org/pub/GNOME/sources/glade/3.40/glade-3.40.0.tar.xz";>download</a>.</p>
+    <p>This is the last stable release.</p>
+    <p>Glade is not being actively developed or maintained anymore.
+       If you are interested in becoming a maintainer please contact us on gitlab.</p>
+     """, 'Juan Pablo Ugarte')
+     
 item("""Glade 3.38.2 released""", (2020, 11, 20),
      """
     <p>Glade 3.38.2 is now available for <a 
href="http://ftp.gnome.org/pub/GNOME/sources/glade/3.38/glade-3.38.2.tar.xz";>download</a>.</p>


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