[gimp-web/testing] Revert "Introduce GIMP_VERSION_STABLE|DEVEL and use them"



commit 97b2a311cbbecd137d7e6482ca65c3b63b7acf2f
Author: Michael Schumacher <schumaml gmx de>
Date:   Tue Jul 19 00:44:20 2016 +0200

    Revert "Introduce GIMP_VERSION_STABLE|DEVEL and use them"
    
    This reverts commit eb0cd085b95154030c906c2bdc1c0bbc413cce55.

 content/downloads/index.md         |    6 +++---
 pelicanconf.py                     |    3 +--
 pelicanconf.testing.py             |    3 +--
 themes/newgimp/templates/home.html |    2 +-
 4 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/content/downloads/index.md b/content/downloads/index.md
index 3a98bf8..a24eace 100644
--- a/content/downloads/index.md
+++ b/content/downloads/index.md
@@ -8,7 +8,7 @@ Author: Pat David
 </figure>
 
 ## Current Stable Version
-The current stable release of GIMP is **{{ GIMP_VERSION_STABLE }}** (2016-07-14).
+The current stable release of GIMP is **2.8.18** (2016-07-14).
 
 <div class="OSTEST" markdown="1">
 We think your OS is 
@@ -174,7 +174,7 @@ GIMP releases available from gimp.org and its [mirrors](#mirrors) contain the so
 
 For instructions, how to build GIMP from source code, please see [this page](/source/).
 
-GIMP {{ GIMP_VERSION_STABLE }} is now available at 
[http://download.gimp.org/mirror/pub/gimp/v2.8/](//download.gimp.org/mirror/pub/gimp/v2.8/). You may want to 
read the [Release Notes for GIMP 2.8](/release-notes/gimp-2.8.html).
+GIMP 2.8.16 is now available at 
[http://download.gimp.org/mirror/pub/gimp/v2.8/](//download.gimp.org/mirror/pub/gimp/v2.8/). You may want to 
read the [Release Notes for GIMP 2.8](/release-notes/gimp-2.8.html).
 
 To allow you to check the integrity of the tarballs, here are the MD5 sums of the latest releases:
 
@@ -223,7 +223,7 @@ Nightly builds for Windows are available at [darkrefraction.com](http://nightly.
 
 A detailed list of changes in the development branch is available in 
[git](https://git.gnome.org/cgit/gimp/plain/NEWS).
 
-GIMP {{ GIMP_VERSION_DEVEL }} is now available at 
[http://download.gimp.org/mirror/pub/gimp/v2.9/](//download.gimp.org/mirror/pub/gimp/v2.9/).
+GIMP 2.9.4 is now available at 
[http://download.gimp.org/mirror/pub/gimp/v2.9/](//download.gimp.org/mirror/pub/gimp/v2.9/).
 
 To allow you to check the integrity of the tarballs, here are the MD5 sums of the latest development 
snapshots:
 
diff --git a/pelicanconf.py b/pelicanconf.py
index 86395f3..0771135 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -33,8 +33,7 @@ AUTHOR = u'Pat David'
 SITENAME = u'GIMP'
 SITEURL = '//www.gimp.org'
 SITEMAP_SITEURL = 'https://www.gimp.org'
-GIMP_VERSION_STABLE = u'2.8.18'
-GIMP_VERSION_DEVEL  = u'2.9.4'
+GIMP_VERSION = u'2.8.18'
 
 PATH = 'content'
 
diff --git a/pelicanconf.testing.py b/pelicanconf.testing.py
index 0adf1e0..35390f6 100644
--- a/pelicanconf.testing.py
+++ b/pelicanconf.testing.py
@@ -33,8 +33,7 @@ AUTHOR = u'Pat David'
 SITENAME = u'GIMP'
 SITEURL = '//testing.gimp.org'
 SITEMAP_SITEURL = 'https://testing.gimp.org'
-GIMP_VERSION_STABLE = u'2.8.18'
-GIMP_VERSION_DEVEL  = u'2.9.4'
+GIMP_VERSION = u'2.8.18'
 
 PATH = 'content'
 
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index c29b605..4e71b62 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -36,7 +36,7 @@
                         <span id='gSecond'>MANIPULATION PROGRAM</span>
                         <span id='gThird'>
                             <a href="/downloads/" title="Download GIMP!">
-                                <span id="DLButton"><i class="fa fa-download"></i> DOWNLOAD <span 
id='ver'>{{ GIMP_VERSION_STABLE }}</span></span>
+                                <span id="DLButton"><i class="fa fa-download"></i> DOWNLOAD <span 
id='ver'>{{ GIMP_VERSION }}</span></span>
                             </a>
                             <a href="/release-notes/gimp-2.8.html" title="2.8 Release Notes" >
                                 <span id="ReleaseButton">RELEASE NOTES</span>


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