[glade-web] Update page for 3.38



commit bb56c4a123ee550d958a0e17d092efc5178a1de2
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Sat Sep 12 21:11:47 2020 -0300

    Update page for 3.38

 Makefile                         |   1 -
 default.css                      |   6 ++++--
 feed.py                          |   2 +-
 glade-web.doap                   |   8 ++++++++
 head.src                         |  39 ++++++++++++++++-----------------------
 images/glade-main-page-thumb.png | Bin 51963 -> 63780 bytes
 images/glade-main-page.png       | Bin 195475 -> 210496 bytes
 index.src                        |  14 +++++++-------
 newsitems.py                     |   7 +++++++
 sources.src                      |  16 ----------------
 10 files changed, 43 insertions(+), 50 deletions(-)
---
diff --git a/Makefile b/Makefile
index 47a5525..1890efd 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@ PYTHON = python
 PROCESSOR = ${PYTHON} stp.py
 
 SRC_PAGES =                    \
-       sources.src             \
        index.src               \
        registration.src        \
        news.src
diff --git a/default.css b/default.css
index 2fe0c1f..88ffd82 100644
--- a/default.css
+++ b/default.css
@@ -52,6 +52,7 @@ div.hdr_top {
   margin: 0px auto;
 
   box-shadow: 1px 1px 4px gray;
+  border-radius: 1ex;
   border:1px solid black;
   background-color: #4a90d9;
 }
@@ -140,9 +141,8 @@ div.hdr_top {
 #sidebar {
   position:fixed;
   width: 14em;
-  margin: 0em 0em 0em 49em;
+  margin: 1em 0em 0em 49em;
   padding: 0.5em;
-  border-left: 1px dashed #ddd;
 }
 
 #sidebar p {
@@ -152,6 +152,7 @@ div.hdr_top {
 }
 
 #sidebar h1 {
+  border-radius: 0.25em;
   font-family: sans-serif;
   font-weight: bold;
   background-color: #eee;
@@ -185,6 +186,7 @@ div.hdr_top {
   color: #FFF;
   margin: 0px;
   padding: 1em;
+  border-radius: 1ex;
   border: 1px solid #000;
   position:relative;
   z-index: 10;
diff --git a/feed.py b/feed.py
index db595d3..92e9199 100755
--- a/feed.py
+++ b/feed.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- encoding: utf-8 -*-
 # Copyright (C) 2004 R. Sridhar <sridharinfinity users sf net>.
 #
diff --git a/glade-web.doap b/glade-web.doap
index a5fd201..ed2141d 100644
--- a/glade-web.doap
+++ b/glade-web.doap
@@ -24,6 +24,14 @@
     </foaf:Person>
   </maintainer>
 
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Juan Pablo Ugarte</foaf:name>
+      <foaf:mbox rdf:resource="mailto:juanpablougarte gmail com" />
+      <gnome:userid>jpu</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  
   <maintainer>
     <foaf:Person>
       <foaf:name>Alberto Fanjul</foaf:name>
diff --git a/head.src b/head.src
index 37d7ff0..dbfbdaf 100644
--- a/head.src
+++ b/head.src
@@ -21,45 +21,38 @@
     </div>
 
     <div id="sidebar">
-        <h1>Current Version: <strong>3.36</strong></h1>
+        <h1>Current Version: <strong>3.38</strong></h1>
         <ul>
-          <li><a href="sources.html">Download Sources</a></li>
-          <li><a href="http://git.gnome.org/cgit/glade";>Browse Sources</a></li>
-          <li><a href="http://ftp.gnome.org/pub/GNOME/binaries/win32/glade/";>Windows Binaries</a></li>
-          <li><a href="http://ftp.gnome.org/pub/GNOME/binaries/mac/glade3/3.6/";>Older MacOSX 
Binaries</a></li>
+          <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="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>
+          <li><a target="_blank" href="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/";>Glade 3.8 for GTK 
2</a></li>
         </ul>
-        <h1>User Survey</h1>
-         <ul>
-           <li><a 
href="https://blogs.gnome.org/xjuan/2016/02/08/developer-experience-hackfest-2016/";>Preliminary 
results</a></li>
-         </ul>
         <h1>Documentation</h1>
           <ul>
-            <li><a href="https://wiki.gnome.org/Apps/Glade/Tutorials";>Tutorials</a></li>
-            <li><a href="https://developer.gnome.org/gladeui/stable/";>API Reference</a></li>
-            <li><a href="https://help.gnome.org/users/glade/stable/";>User manual</a></li>
+            <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 href="https://mail.gnome.org/mailman/listinfo/glade-users-list";>Users mailing 
list</a></li>
-            <li><a 
href="https://gitlab.gnome.org/GNOME/glade/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=";>File 
a bug</a></li>
+            <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://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 href="https://mail.gnome.org/mailman/listinfo/glade-devel-list";>Developers mailing 
list</a></li>
-            <li><a href="https://gitlab.gnome.org/GNOME/glade/issues";>Bug list</a></li>
-            <li><a href="https://wiki.gnome.org/Apps/Glade/Roadmap";>Roadmap</a></li>
-            <li><a href="https://wiki.gnome.org/Apps/Glade";>Wiki</a></li>
+            <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://gitlab.gnome.org/GNOME/glade/issues";>Bug list</a></li>
           </ul>
           <ul id="ircinfo">
             <li><strong>IRC</strong></li>
             <li><strong>server: </strong>irc.gimp.net</li>
             <li><strong>channel: </strong>#glade</li>
           </ul>
-        <h1>Related tools</h1>
+        <h1>News</h1>
           <ul>
-            <li><a href="http://projects.gnome.org/anjuta/";>Anjuta IDE</a></li>
-            <li><a href="http://projects.gnome.org/nemiver/";>Nemiver Debugger</a></li>
-            <li><a href="https://wiki.gnome.org/Apps/Devhelp";>Devhelp API browser</a></li>
-            <li><a href="http://chipx86.github.com/gtkparasite/";>Parasite</a></li>
+            <li>Follow <a target="_blank" href="https://twitter.com/XJuanGlade";>@XJuanGlade</a> on 
Twitter</li>
           </ul>
+
     </div>
diff --git a/images/glade-main-page-thumb.png b/images/glade-main-page-thumb.png
index 523aa47..19f5310 100644
Binary files a/images/glade-main-page-thumb.png and b/images/glade-main-page-thumb.png differ
diff --git a/images/glade-main-page.png b/images/glade-main-page.png
index 46da9de..5e20ee9 100644
Binary files a/images/glade-main-page.png and b/images/glade-main-page.png differ
diff --git a/index.src b/index.src
index b898377..53f71ea 100644
--- a/index.src
+++ b/index.src
@@ -3,7 +3,7 @@
     <div id="body">
     <br>
     <p class="thumb">
-    <a class="thumb" href="images/glade-main-page.png" title="Glade main page screenshot">
+    <a class="thumb" target="_blank"  href="images/glade-main-page.png" title="Glade main page screenshot">
         <img style="float: left; margin-right: 20px;" src="images/glade-main-page-thumb.png"
         alt="glade main page"/></a>
     </p>
@@ -11,26 +11,26 @@
     <h2>What is Glade?</h2>
        <p>Glade is a RAD tool to enable quick &amp; easy development of user
           interfaces for the <a href="http://www.gtk.org/";>GTK</a> toolkit and
-          the <a href="http://www.gnome.org/";>GNOME</a> desktop environment.
+          the <a target="_blank" href="http://www.gnome.org/";>GNOME</a> desktop environment.
        </p>
        <p>
           The user interfaces designed in Glade are saved as XML, and by using the
-          <a href="http://library.gnome.org/devel/gtk/stable/GtkBuilder.html";>GtkBuilder</a> GTK object
+          <a target="_blank" href="http://library.gnome.org/devel/gtk/stable/GtkBuilder.html";>GtkBuilder</a> 
GTK object
           these can be loaded by applications dynamically as needed.
        </p>
        <p>
           By using GtkBuilder, Glade XML files can be used in numerous 
-          <a href="https://www.gtk.org/docs/language-bindings/";>programming languages</a>
+          <a target="_blank" href="https://www.gtk.org/docs/language-bindings/";>programming languages</a>
           including C, C++, C#, Vala, Java, Perl, Python,and others.
        </p>
     <p>Glade is Free Software released under the
-         <a href="http://www.fsf.org/licensing/licenses/gpl.html";>GNU GPL License</a>
+         <a target="_blank" href="http://www.fsf.org/licensing/licenses/gpl.html";>GNU GPL License</a>
     </p>
 
     <div id="newsblock">
     <h2 id="newsheader">Latest news
-        <span id="rsslinks"><a href="http://glade.gnome.org/news.rss";><img src="images/feed-icon-14x14.png" 
alt="RSS" title="RSS feed" /></a>
-        <a href="http://glade.gnome.org/news.html";><small>Old stories</small></a></span>
+        <span id="rsslinks"><a target="_blank" href="http://glade.gnome.org/news.rss";><img 
src="images/feed-icon-14x14.png" alt="RSS" title="RSS feed" /></a>
+        <a target="_blank" href="http://glade.gnome.org/news.html";><small>Old stories</small></a></span>
     </h2>
 <!--stp:include('newsitems-index.src') -->
     </div>
diff --git a/newsitems.py b/newsitems.py
index 49cb489..29c2272 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -15,6 +15,13 @@ item = lambda *x: items.append(x)
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
 
+item("""Glade 3.38.0 released""", (2020, 9, 12),
+     """
+    <p>Glade 3.38.0 is now available for <a 
href="http://ftp.gnome.org/pub/GNOME/sources/glade/3.38/glade-3.38.0.tar.xz";>download</a>.</p>
+    <p>This is a new stable release with automatic templates and JS widgets support.</p>
+    <p>See <a href="https://mail.gnome.org/archives/glade-devel-list/2020-September/msg00000.html";>3.38.0 
release notes</a> for more details.</p>
+     """, 'Juan Pablo Ugarte')
+     
 item("""Glade 3.36.0 released""", (2020, 5, 6),
      """
     <p>Glade 3.36.0 is now available for download.</p>


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