[gimp-web/testing] HTTP -> HTTPS migration



commit 16542bafcd281da9faabde9f5381e789eb558042
Author: Michael Schumacher <schumaml gmx de>
Date:   Wed Oct 19 22:59:32 2016 +0200

    HTTP -> HTTPS migration
    
    Remaining sites do not support HTTPS and/or experience issues.

 themes/newgimp/templates/base.html      |    4 ++--
 themes/newgimp/templates/downloads.html |   24 ++++++++++++------------
 themes/newgimp/templates/home.html      |   18 +++++++++---------
 3 files changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index 65cca0c..8c8639d 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -196,8 +196,8 @@
                         <ul>
                             <li><a href='/features/'>Features</a></li>
                             <li><a href='/release-notes/'>Release Notes</a></li>
-                            <li><a href='http://wiki.gimp.org/wiki/Roadmap'>Roadmap</a></li>
-                            <li><a href='http://wiki.gimp.org/index.php/Main_Page'>Wiki</a></li>
+                            <li><a href='https://wiki.gimp.org/wiki/Roadmap'>Roadmap</a></li>
+                            <li><a href='https://wiki.gimp.org/index.php/Main_Page'>Wiki</a></li>
                             <li><a href='/docs/userfaq.html' title='Frequently Asked Questions'>FAQ</a></li>
                         </ul>
                     </div>
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index 176d027..30f8e3b 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -101,7 +101,7 @@
 
         <h3>Macports</h3>
         <p>
-            A (easy?) way to compile and install GIMP and other great <a 
href='http://www.gnu.org/philosophy/free-sw.html'>Free software</a> on your Mac is by using <a 
href='http://www.macports.org/'>Macports</a>. The installer allows you to choose from a large directory of 
packages. To install gimp using Macports, you simply do <code>sudo port install gimp</code> once you have 
Macports installed.
+            A (easy?) way to compile and install GIMP and other great <a 
href="https://www.gnu.org/philosophy/free-sw.html";>Free software</a> on your Mac is by using <a 
href="https://www.macports.org/";>Macports</a>. The installer allows you to choose from a large directory of 
packages. To install gimp using Macports, you simply do <code>sudo port install gimp</code> once you have 
Macports installed.
         </p>
 
         <p>
@@ -109,7 +109,7 @@
         </p>
 
         <ul>
-            <li><a href='http://macports.org/'>Download Macports</a></li>
+            <li><a href="https://www.macports.org/";>Download Macports</a></li>
         </ul>
 
 
@@ -121,7 +121,7 @@
 
         <ul>
             <li>
-                <a href='http://brew.sh/'>Download Homebrew</a>
+                <a href="http://brew.sh/";>Download Homebrew</a>
             </li>
         </ul>
 
@@ -129,18 +129,18 @@
 
         <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>
 
         <p>
-            Disclaimer: we haven't been able to determine if it is possible to install or build GIMP 2.8 
from Fink. GIMP 2.6.12 appears to be the most recent <a 
href='http://pdb.finkproject.org/pdb/browse.php?summary=gimp'>GIMP package</a> that is <a 
href='http://pdb.finkproject.org/pdb/package.php/gimp2'>offered there</a>.
+            Disclaimer: we haven't been able to determine if it is possible to install or build GIMP 2.8 
from Fink. GIMP 2.6.12 appears to be the most recent <a 
href="http://pdb.finkproject.org/pdb/browse.php?summary=gimp";>GIMP package</a> that is <a 
href="http://pdb.finkproject.org/pdb/package.php/gimp2";>offered there</a>.
         </p>
 
         <ul>
             <li>
-                <a href='http://www.finkproject.org/'>Download Fink</a>
+                <a href="http://www.finkproject.org/";>Download Fink</a>
             </li>
         </ul>
 
@@ -169,7 +169,7 @@
     <small>
         <p>
             The download links above will attempt to download GIMP from one of our trusted mirror servers.
-            If the mirrors do not work or you would rather download directly from our server, you can get 
the <a href='//download.gimp.org/pub/gimp/v2.8/windows/'>direct download here</a>.
+            If the mirrors do not work or you would rather download directly from our server, you can get 
the <a href="//download.gimp.org/pub/gimp/v2.8/windows/">direct download here</a>.
         </p>
     </small>
 
@@ -227,7 +227,7 @@
 
     <p>For instructions, how to build GIMP from source code, please see <a href='/source/'>this page</a>.</p>
 
-    <p>GIMP {{ GIMP_VERSION }} is now available at <a 
href='//download.gimp.org/mirror/pub/gimp/v2.8/'>http://download.gimp.org/mirror/pub/gimp/v2.8/</a>. You may 
want to read the <a href='/release-notes/gimp-2.8.html'>Release Notes for GIMP 2.8</a>.</p>
+    <p>GIMP {{ GIMP_VERSION }} is now available at <a 
href='//download.gimp.org/mirror/pub/gimp/v2.8/'>https://download.gimp.org/mirror/pub/gimp/v2.8/</a>. You may 
want to read the <a href='/release-notes/gimp-2.8.html'>Release Notes for GIMP 2.8</a>.</p>
 
     <p>To allow you to check the integrity of the tarballs, here are the MD5 sums of the latest releases:</p>
 
@@ -244,7 +244,7 @@
 
 
     <p>
-        GIMP help files are available at <a 
href='//download.gimp.org/mirror/pub/gimp/help/'>http://download.gimp.org/mirror/pub/gimp/help/</a>.
+        GIMP help files are available at <a 
href='//download.gimp.org/mirror/pub/gimp/help/'>https://download.gimp.org/mirror/pub/gimp/help/</a>.
     </p>
 
     <p>
@@ -257,11 +257,11 @@
 
     <p>For instructions, how to build GIMP from source code, please see <a href='/source/'>this page</a>.</p>
 
-    <p>Nightly builds for Windows are available at <a 
href='http://nightly.darkrefraction.com/gimp/'>darkrefraction.com</a>. This is unstable software, please use 
it at your own risk.</p>
+    <p>Nightly builds for Windows are available at <a 
href="http://nightly.darkrefraction.com/gimp/";>darkrefraction.com</a>. This is unstable software, please use 
it at your own risk.</p>
 
-    <p>A detailed list of changes in the development branch is available in <a 
href='https://git.gnome.org/cgit/gimp/plain/NEWS'>git</a>.</p>
+    <p>A detailed list of changes in the development branch is available in <a 
href="https://git.gnome.org/cgit/gimp/plain/NEWS";>git</a>.</p>
 
-    <p>GIMP 2.9.4 is now available at <a 
href='//download.gimp.org/mirror/pub/gimp/v2.9/'>http://download.gimp.org/mirror/pub/gimp/v2.9/</a>.</p>
+    <p>GIMP 2.9.4 is now available at <a 
href="//download.gimp.org/mirror/pub/gimp/v2.9/">https://download.gimp.org/mirror/pub/gimp/v2.9/</a>.</p>
 
     <p>To allow you to check the integrity of the tarballs, here are the MD5 sums of the latest development 
snapshots:</p>
 
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index adb0561..53caff9 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -70,7 +70,7 @@
                        software</a>, you can change its 
                        <a href="https://git.gnome.org/browse/gimp"; 
                        title='Source code repository of GIMP' target="_blank">source code</a> 
-                       and <a href="http://www.gnu.org/licenses/quick-guide-gplv3.en.html"; 
+                       and <a href="https://www.gnu.org/licenses/quick-guide-gplv3.en.html";
                        title='A Quick Guide to GPLv3' target="_blank">distribute</a> 
                        your changes.
                     </p>
@@ -183,7 +183,7 @@
                        ensure high-fidelity color reproduction across digital 
                        and printed media. It is best used in workflows 
                        involving other free software such as 
-                        <a href="http://www.scribus.net/"; title="Scribus">Scribus</a>, 
+                        <a href="https://www.scribus.net/"; title="Scribus">Scribus</a>,
                         <a href="https://inkscape.org"; title="Inkscape">Inkscape</a>,
                         and <a href="http://www.selapa.net/swatchbooker/"; 
title="SwatchBooker">SwatchBooker</a>.
                     </p>
@@ -195,10 +195,10 @@
 
             <div class='row clearfix'>
                 <div class='column third'>
-                    <a href="http://www.scribus.net/"; title="Scribus">
+                    <a href="https://www.scribus.net/"; title="Scribus">
                         <img src="/images/frontpage/200px-Scribus_logo.svg.png" alt="Scribus Logo" />
                     </a>
-                    <h4><a href="http://www.scribus.net/"; title="Scribus">Scribus</a></h4>
+                    <h4><a href="https://www.scribus.net/"; title="Scribus">Scribus</a></h4>
                 </div>
 
                 <div class='column third'>
@@ -245,23 +245,23 @@
             <div class="row clearfix">
                 <div class="column half">
                     <p>
-                        <em>Header</em> background image: <a 
href='https://www.flickr.com/photos/shadowdrama/20786243805/in/dateposted/' title='Niagara Rainbow'>Niagara 
Rainbow</a> by <a href="http://shadowdrama.net/";>Ville Pätsi</a> (<a 
href="http://creativecommons.org/licenses/by-sa/4.0/"; title="Creative Commons Attribution-ShareAlike"><span 
class='cc'>cba</span></a>)
+                        <em>Header</em> background image: <a 
href="https://www.flickr.com/photos/shadowdrama/20786243805/in/dateposted/"; title='Niagara Rainbow'>Niagara 
Rainbow</a> by <a href="http://shadowdrama.net/";>Ville Pätsi</a> (<a 
href="https://creativecommons.org/licenses/by-sa/4.0/"; title="Creative Commons Attribution-ShareAlike"><span 
class='cc'>cba</span></a>)
                     </p>
 
                     <p>
-                        <em>High Quality Photo Manipulation</em> background image by <a 
href="https://pixls.us";>Pat David</a> (<a href="http://creativecommons.org/licenses/by-sa/4.0/"; 
title="Creative Commons Attribution-ShareAlike"><span class='cc'>cba</span></a>)
+                        <em>High Quality Photo Manipulation</em> background image by <a 
href="https://pixls.us";>Pat David</a> (<a href="https://creativecommons.org/licenses/by-sa/4.0/"; 
title="Creative Commons Attribution-ShareAlike"><span class='cc'>cba</span></a>)
                     </p>
                 </div>
 
                 <div class="column half">
                     <p>
-                        <em>Original Artwork Creation</em> background image by <a 
href="http://www.davidrevoy.com/";>David Revoy</a> (<a href="http://creativecommons.org/licenses/by/3.0/"; 
title="Creative Commons Attribution"><span class='cc'>cb</span></a>)
+                        <em>Original Artwork Creation</em> background image by <a 
href="http://www.davidrevoy.com/";>David Revoy</a> (<a href="https://creativecommons.org/licenses/by/3.0/"; 
title="Creative Commons Attribution"><span class='cc'>cb</span></a>)
                     </p>
 
                     <p>
                         <em>Graphic Design Elements</em> background image by 
-                        <a href='http://www.madebyollin.com/'>Ollin Bohan </a>
-                        (<a href="http://creativecommons.org/licenses/by-sa/4.0/"; title="Creative Commons 
Attribution-ShareAlike"><span class='cc'>cba</span></a>)
+                        <a href="http://www.madebyollin.com/";>Ollin Bohan </a>
+                        (<a href="https://creativecommons.org/licenses/by-sa/4.0/"; title="Creative Commons 
Attribution-ShareAlike"><span class='cc'>cba</span></a>)
                     </p>
                 </div>
 


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