[gimp-web/testing] Changed description for Windows installer and attempt conditional messages



commit 0a2c2a058ec5673639d56318caa8a21ebadb4a5c
Author: Michael Schumacher <schumaml gmx de>
Date:   Fri Aug 25 20:58:53 2017 +0200

    Changed description for Windows installer and attempt conditional messages

 .../newgimp/templates/downloads-development.html   |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads-development.html 
b/themes/newgimp/templates/downloads-development.html
index 9d03d83..c150a22 100644
--- a/themes/newgimp/templates/downloads-development.html
+++ b/themes/newgimp/templates/downloads-development.html
@@ -2,7 +2,7 @@
 
 {#
     We've switched to using the GIMP_VERSIONS json file.
-    Access it using GIMP.###
+    Access it using GIMP.### - see pelicanconf(-testing).py and the source section below
 #}
 
 {% block head %}
@@ -59,6 +59,7 @@
     <div id='mac' class="os mac" markdown="1">
         <h2>GIMP for Mac OS X</h2>
 
+{% if {{ MACOS_FILE_DEVELOPMENT }} %} <p>fooo</p> {% endif %}
         <p>
             <span class='win-button' id='osx-torrent'>
                 <a href="//download.gimp.org/pub/gimp/v2.9/osx/{{ MACOS_FILE_DEVELOPMENT }}.torrent">
@@ -127,8 +128,8 @@
     </small>
 
     <p>
-        These links download the official GIMP installer for Windows (~100MB). 
-        The installer contains both 32-bit and 64-bit versions of GIMP, and will automatically use the 
appropriate one.
+        These links download the official development GIMP installer for Windows (~100MB). 
+        The installer contains the 64-bit version of GIMP.
     </p>
 
     <p>


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