[gimp-web/testing: 1/2] Fix for #89



commit a42809d74bf1e0429e716eb28e5c14b142c965fb
Author: nmat <15926-nmat users noreply gitlab gnome org>
Date:   Sat May 18 15:55:21 2019 +0200

    Fix for #89
    
    * https://gitlab.gnome.org/Infrastructure/gimp-web/issues/89

 themes/newgimp/templates/downloads.html | 33 +++++++++++++++++++--------------
 1 file changed, 19 insertions(+), 14 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index 476b4cb6..42f00310 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -25,19 +25,19 @@
 
     <div class="OSTEST">
         <p>
-            We think your OS is 
+            We think your OS is
             <span id="pOSTEST">
-                Well, we don't actually know.  
-                Either JavaScript is disabled, or I am not working quite right...  
-                So I am showing you all the options.  
-            </span>  
+                Well, we don't actually know.
+                Either JavaScript is disabled, or I am not working quite right...
+                So I am showing you all the options.
+            </span>
         </p>
 
         <p id='others'>
-            Show downloads for 
-            <span class="show_links" id='os_linux'>GNU/Linux</span>&nbsp;| 
-            <span class="show_links" id='os_mac'>OS&nbsp;X</span>&nbsp;| 
-            <span class="show_links" id='os_win'>Microsoft&nbsp;Windows</span>&nbsp;| 
+            Show downloads for
+            <span class="show_links" id='os_linux'>GNU/Linux</span>&nbsp;|
+            <span class="show_links" id='os_mac'>OS&nbsp;X</span>&nbsp;|
+            <span class="show_links" id='os_win'>Microsoft&nbsp;Windows</span>&nbsp;|
             <span class="show_links" id='os_all'>All</span>
         </p>
 
@@ -208,12 +208,17 @@
                 <a href="http://brew.sh/";>Download Homebrew</a>
             </li>
         </ul>
+        <p>
+            <b>NOTE!</b> Please be aware that it was announced recently that Homebrew is using tracking.
+            To turn this off in homebrew then run: <code>brew analytics off</code><br>
+            You can read more about this on <a href="https://docs.brew.sh/Analytics";>Brew Analytics</a>.
+        </p>
 
 
 
         <h3>Fink</h3>
         <p>
-            Fink is a package repository that offer mostly precompiled binaries. It provides the apt-get 
command known to e.g. Debian and Ubuntu users, and installing GIMP is as easy as <code>sudo apt-get install 
gimp</code> once you have installed the <a href="http://www.finkproject.org/download/index.php";>Fink 
installer</a>.  
+            Fink is a package repository that offer mostly precompiled binaries. It provides the apt-get 
command known to e.g. Debian and Ubuntu users, and installing GIMP is as easy as <code>sudo apt-get install 
gimp</code> once you have installed the <a href="http://www.finkproject.org/download/index.php";>Fink 
installer</a>.
         <br>
         If there's no binary package, then <code>fink install gimp</code> will compile GIMP from source.
         </p>
@@ -252,7 +257,7 @@
             title="Download GIMP via BitTorrent" id="win-torrent-link">
                 Download GIMP&nbsp;{{ WINDOWS_VER }}<br/>
                 via BitTorrent
-            </a>  
+            </a>
         </span>
         <span class='win-button'>
             <a
@@ -285,8 +290,8 @@
     </p>
 
     <p>
-        BitTorrent is a peer-to-peer file sharing system. It works by downloading GIMP from a distributed 
network of BitTorrent users, and may improve download speed dramatically. 
-        Choosing this option will download the torrent file for the GIMP installer. 
+        BitTorrent is a peer-to-peer file sharing system. It works by downloading GIMP from a distributed 
network of BitTorrent users, and may improve download speed dramatically.
+        Choosing this option will download the torrent file for the GIMP installer.
         You may need to install a torrent client to make use of this file. <a 
href="//en.wikipedia.org/wiki/BitTorrent" title="BitTorrent on Wikipedia">Learn more...</a>
     </p>
 
@@ -313,7 +318,7 @@
             Previous v{{ WINDOWS_MAJOR_MINOR_VER }} installers for Windows can be found here: <a 
href='//download.gimp.org/mirror/pub/gimp/v{{ WINDOWS_MAJOR_MINOR_VER }}/windows/'>download.gimp.org</a>.
         </li>
         <li>
-            Previous v{{ GIMP_MAJOR_MINOR_VERSION_OLDSTABLE }} installers for Windows can be found here: <a 
href='//download.gimp.org/mirror/pub/gimp/v{{ GIMP_MAJOR_MINOR_VERSION_OLDSTABLE 
}}/windows/'>download.gimp.org</a>.  
+            Previous v{{ GIMP_MAJOR_MINOR_VERSION_OLDSTABLE }} installers for Windows can be found here: <a 
href='//download.gimp.org/mirror/pub/gimp/v{{ GIMP_MAJOR_MINOR_VERSION_OLDSTABLE 
}}/windows/'>download.gimp.org</a>.
         </li>
     </ul>
 


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