[glade-web] Add news about new IRC channel



commit 6b144e41e792697a2642f54c831aeab1c9fe66a0
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Tue Jan 9 13:47:17 2018 -0300

    Add news about new IRC channel

 head.src     |    2 +-
 newsitems.py |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/head.src b/head.src
index 098f8bc..6142f9e 100644
--- a/head.src
+++ b/head.src
@@ -52,7 +52,7 @@
           <ul id="ircinfo">
             <li><strong>IRC</strong></li>
             <li><strong>server: </strong>irc.gimp.net</li>
-            <li><strong>channel: </strong>#glade3</li>
+            <li><strong>channel: </strong>#glade</li>
           </ul>
         <h1>Related tools</h1>
           <ul>
diff --git a/newsitems.py b/newsitems.py
index a45d02f..373f0f5 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -15,6 +15,11 @@ item = lambda *x: items.append(x)
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
 
+item("""Glade 3.21.0 released""", (2018, 1, 8),
+     """
+    <p>New IRC channel!!!</p>
+    <p>Glade IRC channel moved to #glade</p>""", 'Juan Pablo Ugarte')
+
 item("""Glade 3.21.0 released""", (2017, 12, 30),
      """
     <p>Glade 3.21.0 is now available for download.</p>


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