[planet-web] Adjust paths to the new site directory structure. Also s/http/https



commit 04203e5b4173c7b896b55397d37668a780612568
Author: Andrea Veri <averi redhat com>
Date:   Thu Aug 29 17:53:57 2019 +0200

    Adjust paths to the new site directory structure. Also s/http/https

 themes/gnome/feeds.html.tmpl         |  2 +-
 themes/gnome/index-2.0.html.tmpl     | 24 ++++++++++-----------
 themes/gnome/index-regular.html.tmpl | 34 ++++++++++++++---------------
 themes/gnome/index.html.tmpl         | 42 ++++++++++++++++++------------------
 themes/gnome/mobile.html.tmpl        | 34 ++++++++++++++---------------
 themes/gnome/sidebar.html.tmpl       |  2 +-
 themes/gnome/simple.html.tmpl        | 26 +++++++++++-----------
 7 files changed, 82 insertions(+), 82 deletions(-)
---
diff --git a/themes/gnome/feeds.html.tmpl b/themes/gnome/feeds.html.tmpl
index 7598891..16409a3 100644
--- a/themes/gnome/feeds.html.tmpl
+++ b/themes/gnome/feeds.html.tmpl
@@ -1 +1 @@
-<ul><TMPL_LOOP Channels><li<TMPL_IF nick> class="<TMPL_VAR nick>"</TMPL_IF>><TMPL_IF url><a href="<TMPL_VAR 
url ESCAPE="HTML">" title="Subscribe"><img src="http://planet.gnome.org/img/feed-icon-10x10.png"; 
alt="(feed)"></a><TMPL_ELSE><img src="http://planet.gnome.org/img/feed-icon-10x10.png"; 
alt="(feed)"></TMPL_IF> <TMPL_IF link><a href="<TMPL_VAR link ESCAPE="HTML">" <TMPL_IF 
message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS 
message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR name></a><TMPL_ELSE><span 
<TMPL_IF message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS 
message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR 
name></span></TMPL_IF></li></TMPL_LOOP></ul>
+<ul><TMPL_LOOP Channels><li<TMPL_IF nick> class="<TMPL_VAR nick>"</TMPL_IF>><TMPL_IF url><a href="<TMPL_VAR 
url ESCAPE="HTML">" title="Subscribe"><img src="https://planet.gnome.org/img/feed-icon-10x10.png"; 
alt="(feed)"></a><TMPL_ELSE><img src="https://planet.gnome.org/img/feed-icon-10x10.png"; 
alt="(feed)"></TMPL_IF> <TMPL_IF link><a href="<TMPL_VAR link ESCAPE="HTML">" <TMPL_IF 
message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS 
message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR name></a><TMPL_ELSE><span 
<TMPL_IF message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS 
message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR 
name></span></TMPL_IF></li></TMPL_LOOP></ul>
diff --git a/themes/gnome/index-2.0.html.tmpl b/themes/gnome/index-2.0.html.tmpl
index e306534..16cb8af 100644
--- a/themes/gnome/index-2.0.html.tmpl
+++ b/themes/gnome/index-2.0.html.tmpl
@@ -5,17 +5,17 @@
        <title><TMPL_VAR name></title>
 
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-       <link rel="shortcut icon" type="image/png" href="http://planet.gnome.org/img/gnome-16.png";>
+       <link rel="shortcut icon" type="image/png" href="https://planet.gnome.org/img/gnome-16.png";>
        <link rel="alternate" type="application/atom+xml" title="<TMPL_VAR title ESCAPE="HTML"> Atom 1.0" 
href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
        <link rel="alternate" type="application/rss+xml" title="<TMPL_VAR title ESCAPE="HTML"> RSS 2.0" 
href="<TMPL_VAR link ESCAPE="HTML">rss20.xml">
 
-       <link rel="stylesheet" href="http://planet.gnome.org/nlayout.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/planet.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/generic.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/nlayout.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/planet.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/generic.css"; type="text/css">
        <link rel="stylesheet" href="http://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"; 
type="text/css">
 
        <script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js";></script>
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.lazyload.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/js/jquery.lazyload.min.js";></script>
        <script type="text/javascript"><!-- $(function(){ $('.post img').lazyload(); }); --></script>
 </head>
 
@@ -45,7 +45,7 @@
 <!-- Google CSE Search Box Ends -->
 
 <div id="masthead">
-<a href="/" title="Home" rel="home"><img src="http://planet.gnome.org/img/logo.png"; alt="Home" 
id="site-logo" width="64" height="64"></a>
+<a href="/" title="Home" rel="home"><img src="https://planet.gnome.org/img/logo.png"; alt="Home" 
id="site-logo" width="64" height="64"></a>
 <div id="site-title">
 <p id="site-name"><a href="/" title="Home" rel="home"><TMPL_VAR title ESCAPE="HTML"></a></p>
 <p id="site-slogan">24 hours a day, 7 days a week, 365 days per year<span title="Yeah, yeah... 366 days per 
leap year :-)" style="cursor: pointer;">*</span>, this is... <TMPL_VAR title ESCAPE="HTML">!</p>
@@ -72,10 +72,10 @@
 <div class="entry<TMPL_IF channel_nick> <TMPL_VAR channel_nick></TMPL_IF>">
 
 <div class="person-info">
-<a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_IF 
channel_face><img class="face" src="<TMPL_VAR channel_face ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img 
class="face" src="http://planet.gnome.org/heads/nobody.png"; alt=""><br></TMPL_IF><TMPL_VAR 
channel_name><TMPL_IF channel_real><br><TMPL_VAR channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR 
channel_nick>)</TMPL_IF></a>
-<TMPL_IF channel_opw2010><p><a href="https://wiki.gnome.org/GnomeWomen/OutreachProgram2010"; title="GNOME 
Outreach Program for Women 2010"><img src="http://planet.gnome.org/heads/logos/opw2010.png"; alt="OPW 2010" 
/></a></p></TMPL_IF>
-<TMPL_IF channel_gsoc2010><p><a href="https://wiki.gnome.org/SummerOfCode2010"; title="Google Summer of Code 
2010"><img src="http://planet.gnome.org/heads/logos/gsoc2010.png"; alt="GSoC 2010" /></a></p></TMPL_IF>
-<TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME Conference"><img 
src="http://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" /></a></p></TMPL_IF>
+<a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title ESCAPE="HTML">"><TMPL_IF 
channel_face><img class="face" src="<TMPL_VAR channel_face ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img 
class="face" src="https://planet.gnome.org/heads/nobody.png"; alt=""><br></TMPL_IF><TMPL_VAR 
channel_name><TMPL_IF channel_real><br><TMPL_VAR channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR 
channel_nick>)</TMPL_IF></a>
+<TMPL_IF channel_opw2010><p><a href="https://wiki.gnome.org/GnomeWomen/OutreachProgram2010"; title="GNOME 
Outreach Program for Women 2010"><img src="https://planet.gnome.org/heads/logos/opw2010.png"; alt="OPW 2010" 
/></a></p></TMPL_IF>
+<TMPL_IF channel_gsoc2010><p><a href="https://wiki.gnome.org/SummerOfCode2010"; title="Google Summer of Code 
2010"><img src="https://planet.gnome.org/heads/logos/gsoc2010.png"; alt="GSoC 2010" /></a></p></TMPL_IF>
+<TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME Conference"><img 
src="https://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" /></a></p></TMPL_IF>
 </div>
 
 <div class="post">
@@ -111,7 +111,7 @@
 <div class="column">
 <div class="section">
 <h3><TMPL_VAR title ESCAPE="HTML"></h3>
-<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="http://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
+<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="https://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
 
 <p>Brought to you by the <a href="http://www.planetplanet.org/";>Planet</a> aggregator, cron, <a 
href="http://www.python.org/";>Python</a>, <a href="http://www.redhat.com/";>Red Hat</a> (who kindly host the 
GNOME servers). Design by <a href="http://bethesignal.org/";>Jeff Waugh</a>, inspired by earlier work from <a 
href="http://www.actsofvolition.com/";>Steven Garrity</a>, <a href="http://www.gnome.org/~seth/";>Seth 
Nickell</a> and Diana Fong.</p>
 
@@ -157,7 +157,7 @@ Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.</p>
 
 </div> <!-- /page -->
 
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.cookie.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/js/jquery.cookie.min.js";></script>
        <script type="text/javascript">
        function toggleFeeds() {
                $("#feedlist").slideToggle(function() {
diff --git a/themes/gnome/index-regular.html.tmpl b/themes/gnome/index-regular.html.tmpl
index 9138d3d..f83c03c 100644
--- a/themes/gnome/index-regular.html.tmpl
+++ b/themes/gnome/index-regular.html.tmpl
@@ -5,15 +5,15 @@
        <title><TMPL_VAR name></title>
 
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-       <link rel="shortcut icon" type="image/png" href="http://planet.gnome.org/img/gnome-16.png";>
+       <link rel="shortcut icon" type="image/png" href="https://planet.gnome.org/img/gnome-16.png";>
        <link rel="alternate" type="application/atom+xml" title="<TMPL_VAR title ESCAPE="HTML"> Atom 1.0" 
href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
        <link rel="alternate" type="application/rss+xml" title="<TMPL_VAR title ESCAPE="HTML"> RSS 2.0" 
href="<TMPL_VAR link ESCAPE="HTML">rss20.xml">
        <link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Cantarell:400,700' rel='stylesheet' 
type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
-       <link rel="stylesheet" href="http://planet.gnome.org/nlayout.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/planet.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/generic.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/nlayout.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/planet.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/generic.css"; type="text/css">
        <link rel="stylesheet" href="https://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"; 
type="text/css">
 
        <style rel="stylesheet" type="text/css">
@@ -37,7 +37,7 @@
                -moz-border-radius: 5px 5px 5px 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px 5px 5px 5px;
-               background: url("http://planet.gnome.org/img/30/favicon.png";) no-repeat scroll 8px 7px 
#FFFFFF;
+               background: url("https://planet.gnome.org/img/30/favicon.png";) no-repeat scroll 8px 7px 
#FFFFFF;
                color: #555753;
                float: right;
                font-size: 12px;
@@ -49,7 +49,7 @@
        
        #page
        {
-               background: url("http://planet.gnome.org/img/30/html-bg.png";) repeat-x scroll center top 
#FFFFFF;
+               background: url("https://planet.gnome.org/img/30/html-bg.png";) repeat-x scroll center top 
#FFFFFF;
                font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
        }
        
@@ -88,7 +88,7 @@
        
        #footer-grass
        {
-    background: url("http://planet.gnome.org/img/30/grass.png";) repeat-x scroll center top transparent;
+    background: url("https://planet.gnome.org/img/30/grass.png";) repeat-x scroll center top transparent;
     height: 39px;
     margin-top: -33px;
        }
@@ -101,7 +101,7 @@
                height: 180px;
                margin-top: 0;
                width: 940px;
-               background-image: url("http://planet.gnome.org/img/30/default.png";);
+               background-image: url("https://planet.gnome.org/img/30/default.png";);
        }
        
        #planet-banner
@@ -142,7 +142,7 @@
 
 
        <script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js";></script>
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.lazyload.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/js/jquery.lazyload.min.js";></script>
        <script type="text/javascript"><!-- $(function(){ $('.post img').lazyload(); }); --></script>
 </head>
 
@@ -159,7 +159,7 @@
 
        <div id="planet-banner">
                <p id="planet-subtitle">
-                       <img id="planet-logo" src="http://planet.gnome.org/img/30/planet-logo.png";  
alt="Planet GNOME" title="Planet GNOME"/>
+                       <img id="planet-logo" src="https://planet.gnome.org/img/30/planet-logo.png";  
alt="Planet GNOME" title="Planet GNOME"/>
                        24 hours a day, 7 days a week, 365 days per year...
                </p>
        </div>
@@ -181,10 +181,10 @@
 
                <div class="entry<TMPL_IF channel_nick> <TMPL_VAR channel_nick></TMPL_IF>">
                        <div class="person-info">
-                               <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR 
channel_title ESCAPE="HTML">"><TMPL_IF channel_face><img class="face" src="<TMPL_VAR channel_face 
ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img class="face" src="http://planet.gnome.org/heads/nobody.png"; 
alt=""><br></TMPL_IF><TMPL_VAR channel_name><TMPL_IF channel_real><br><TMPL_VAR 
channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR channel_nick>)</TMPL_IF></a>
-                               <TMPL_IF channel_opw2011><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram2011"; title="GNOME Outreach Program for Women 
2011"><img src="http://planet.gnome.org/heads/logos/opw2011.png"; alt="OPW 2011" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_gsoc2011><p><a 
href="https://wiki.gnome.org/SummerOfCode2011"; title="Google Summer of Code 2011"><img 
src="http://planet.gnome.org/heads/logos/gsoc2011.png"; alt="GSoC 2011" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME 
Conference"><img src="http://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" 
/></a></p></TMPL_IF>
+                               <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR 
channel_title ESCAPE="HTML">"><TMPL_IF channel_face><img class="face" src="<TMPL_VAR channel_face 
ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img class="face" src="https://planet.gnome.org/heads/nobody.png"; 
alt=""><br></TMPL_IF><TMPL_VAR channel_name><TMPL_IF channel_real><br><TMPL_VAR 
channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR channel_nick>)</TMPL_IF></a>
+                               <TMPL_IF channel_opw2011><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram2011"; title="GNOME Outreach Program for Women 
2011"><img src="https://planet.gnome.org/heads/logos/opw2011.png"; alt="OPW 2011" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_gsoc2011><p><a 
href="https://wiki.gnome.org/SummerOfCode2011"; title="Google Summer of Code 2011"><img 
src="https://planet.gnome.org/heads/logos/gsoc2011.png"; alt="GSoC 2011" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME 
Conference"><img src="https://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" 
/></a></p></TMPL_IF>
                        </div>
 
                        <div class="post">
@@ -219,7 +219,7 @@
 <div class="column">
 <div class="section">
 <h3><TMPL_VAR title ESCAPE="HTML"></h3>
-<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="http://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
+<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="https://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
 
 <p>Brought to you by the <a href="http://www.planetplanet.org/";>Planet</a> aggregator, cron, <a 
href="http://www.python.org/";>Python</a>, <a href="http://www.redhat.com/";>Red Hat</a> (who kindly host the 
GNOME servers). Design by <a href="http://vinicius.depizzol.com.br/blog/";>Vinicius Depizzol</a> and <a 
href="http://aruiz.typepad.com";>Alberto Ruiz</a>, inspired by earlier work from <a 
href="http://bethesignal.org/";>Jeff Waugh</a>, <a href="http://www.actsofvolition.com/";>Steven Garrity</a>, 
<a href="http://www.gnome.org/~seth/";>Seth Nickell</a> and Diana Fong.</p>
 
@@ -255,7 +255,7 @@
 </div>
 
 <div id="fineprint" class="section">
-<h3><img src="http://planet.gnome.org/img/30/gnome-logo.png"; alt="GNOME" title="GNOME"></h3>
+<h3><img src="https://planet.gnome.org/img/30/gnome-logo.png"; alt="GNOME" title="GNOME"></h3>
 <p>Copyright © 2003-2013, <a href="https://www.gnome.org/";>The GNOME Project</a>.<br>
 <a href="http://validator.w3.org/check/referer";>Optimised</a> for <a 
href="http://www.w3.org/";>standards</a>.<br>
 Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.</p>
@@ -267,7 +267,7 @@ Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.</p>
 
 </div> <!-- /page -->
 
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.cookie.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/js/jquery.cookie.min.js";></script>
        <script type="text/javascript">
        function toggleFeeds() {
                $("#feedlist").slideToggle(function() {
diff --git a/themes/gnome/index.html.tmpl b/themes/gnome/index.html.tmpl
index 1f6936f..b495260 100644
--- a/themes/gnome/index.html.tmpl
+++ b/themes/gnome/index.html.tmpl
@@ -12,16 +12,16 @@
        <link rel="alternate" type="application/atom+xml" title="<TMPL_VAR title ESCAPE="HTML"> Atom 1.0" 
href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
        <link rel="alternate" type="application/rss+xml" title="<TMPL_VAR title ESCAPE="HTML"> RSS 2.0" 
href="<TMPL_VAR link ESCAPE="HTML">rss20.xml">
        <link href='https://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
-       <link rel="stylesheet" href="http://planet.gnome.org/nlayout.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/planet.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/generic.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/nlayout.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/planet.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/generic.css"; type="text/css">
        <link rel="stylesheet" href="https://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"; 
type="text/css">
        <link href="https://static.gnome.org/css/deneb.min.css"; media="all" rel="stylesheet" type="text/css">
        <link href="https://static.gnome.org/css/fonts.css"; media="all" rel="stylesheet" type="text/css">
 
        <script type="text/javascript" src="https://static.gnome.org/js/jquery-2.1.4.min.js";></script>
        <script type="text/javascript" src="https://static.gnome.org/js/deneb.min.js";></script>
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.lazyload.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/js/jquery.lazyload.min.js";></script>
        <script type="text/javascript"><!-- $(function(){ $('.post img').lazyload(); }); --></script>
 </head>
 
@@ -78,21 +78,21 @@
 
                <div class="entry<TMPL_IF channel_nick> <TMPL_VAR channel_nick></TMPL_IF>">
                        <div class="person-info">
-                               <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR 
channel_title ESCAPE="HTML">"><TMPL_IF channel_face><img class="img-circle" src="<TMPL_VAR channel_face 
ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img class="img-circle" src="http://planet.gnome.org/heads/nobody.png"; 
alt=""><br></TMPL_IF><TMPL_VAR channel_name><TMPL_IF channel_real><br><TMPL_VAR 
channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR channel_nick>)</TMPL_IF></a>
-                               <TMPL_IF channel_opw2013><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="http://planet.gnome.org/heads/logos/opw2013.png"; alt="OPW 2013" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_gsoc2013><p><a 
href="https://wiki.gnome.org/SummerOfCode2013"; title="Google Summer of Code 2013"><img 
src="http://planet.gnome.org/heads/logos/gsoc2013.png"; alt="GSoC 2013" /></a></p></TMPL_IF>
-                                <TMPL_IF channel_gsoc2014><p><a 
href="https://wiki.gnome.org/SummerOfCode2014"; title="Google Summer of Code 2014"><img 
src="http://planet.gnome.org/heads/logos/gsoc2014.png"; alt="GSoC 2014" /></a></p></TMPL_IF>
-                                <TMPL_IF channel_gsoc2015><p><a 
href="https://wiki.gnome.org/SummerOfCode2015"; title="Google Summer of Code 2015"><img 
src="http://planet.gnome.org/heads/logos/gsoc-2015.png"; alt="GSoC 2015" /></a></p></TMPL_IF>
-                                <TMPL_IF channel_gsoc2016><p><a 
href="https://wiki.gnome.org/SummerOfCode2016"; title="Google Summer of Code 2016"><img 
src="http://planet.gnome.org/heads/logos/gsoc-2016.png"; alt="GSoC 2016" /></a></p></TMPL_IF>
-                                <TMPL_IF channel_gsoc2017><p><a 
href="https://wiki.gnome.org/SummerOfCode2017"; title="Google Summer of Code 2017"><img 
src="http://planet.gnome.org/heads/logos/gsoc-2017.png"; alt="GSoC 2017" /></a></p></TMPL_IF>
-                                <TMPL_IF channel_gsoc2018><p><a 
href="https://wiki.gnome.org/SummerOfCode2018"; title="Google Summer of Code 2018"><img 
src="http://planet.gnome.org/heads/logos/gsoc-2018.png"; alt="GSoC 2018" /></a></p></TMPL_IF>
-                                <TMPL_IF channel_gsoc2019><p><a 
href="https://wiki.gnome.org/SummerOfCode2019"; title="Google Summer of Code 2019"><img 
src="http://planet.gnome.org/heads/logos/gsoc-2019.png"; alt="GSoC 2019" /></a></p></TMPL_IF>
-                                <TMPL_IF channel_opw2014><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="http://planet.gnome.org/heads/logos/opw2014.png"; alt="OPW 2014" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME 
Conference"><img src="http://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" 
/></a></p></TMPL_IF>
-                               <TMPL_IF channel_opw2015><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="http://planet.gnome.org/heads/logos/opw2015.png"; alt="OPW 2015" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_opw2016><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="http://planet.gnome.org/heads/logos/opw2016.png"; alt="OPW 2016" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_opw2017><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="http://planet.gnome.org/heads/logos/opw2017.png"; alt="OPW 2017" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_gtkblog><p><a href="https://blog.gtk.org/"; title="GTK+ 
Development Blog"><img src="http://planet.gnome.org/heads/logos/gtk.png"; alt="GTK+" /></a></p></TMPL_IF>
+                               <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR 
channel_title ESCAPE="HTML">"><TMPL_IF channel_face><img class="img-circle" src="<TMPL_VAR channel_face 
ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img class="img-circle" src="https://planet.gnome.org/heads/nobody.png"; 
alt=""><br></TMPL_IF><TMPL_VAR channel_name><TMPL_IF channel_real><br><TMPL_VAR 
channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR channel_nick>)</TMPL_IF></a>
+                               <TMPL_IF channel_opw2013><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="https://planet.gnome.org/heads/logos/opw2013.png"; alt="OPW 2013" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_gsoc2013><p><a 
href="https://wiki.gnome.org/SummerOfCode2013"; title="Google Summer of Code 2013"><img 
src="https://planet.gnome.org/heads/logos/gsoc2013.png"; alt="GSoC 2013" /></a></p></TMPL_IF>
+                                <TMPL_IF channel_gsoc2014><p><a 
href="https://wiki.gnome.org/SummerOfCode2014"; title="Google Summer of Code 2014"><img 
src="https://planet.gnome.org/heads/logos/gsoc2014.png"; alt="GSoC 2014" /></a></p></TMPL_IF>
+                                <TMPL_IF channel_gsoc2015><p><a 
href="https://wiki.gnome.org/SummerOfCode2015"; title="Google Summer of Code 2015"><img 
src="https://planet.gnome.org/heads/logos/gsoc-2015.png"; alt="GSoC 2015" /></a></p></TMPL_IF>
+                                <TMPL_IF channel_gsoc2016><p><a 
href="https://wiki.gnome.org/SummerOfCode2016"; title="Google Summer of Code 2016"><img 
src="https://planet.gnome.org/heads/logos/gsoc-2016.png"; alt="GSoC 2016" /></a></p></TMPL_IF>
+                                <TMPL_IF channel_gsoc2017><p><a 
href="https://wiki.gnome.org/SummerOfCode2017"; title="Google Summer of Code 2017"><img 
src="https://planet.gnome.org/heads/logos/gsoc-2017.png"; alt="GSoC 2017" /></a></p></TMPL_IF>
+                                <TMPL_IF channel_gsoc2018><p><a 
href="https://wiki.gnome.org/SummerOfCode2018"; title="Google Summer of Code 2018"><img 
src="https://planet.gnome.org/heads/logos/gsoc-2018.png"; alt="GSoC 2018" /></a></p></TMPL_IF>
+                                <TMPL_IF channel_gsoc2019><p><a 
href="https://wiki.gnome.org/SummerOfCode2019"; title="Google Summer of Code 2019"><img 
src="https://planet.gnome.org/heads/logos/gsoc-2019.png"; alt="GSoC 2019" /></a></p></TMPL_IF>
+                                <TMPL_IF channel_opw2014><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="https://planet.gnome.org/heads/logos/opw2014.png"; alt="OPW 2014" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME 
Conference"><img src="https://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" 
/></a></p></TMPL_IF>
+                               <TMPL_IF channel_opw2015><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="https://planet.gnome.org/heads/logos/opw2015.png"; alt="OPW 2015" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_opw2016><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="https://planet.gnome.org/heads/logos/opw2016.png"; alt="OPW 2016" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_opw2017><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="https://planet.gnome.org/heads/logos/opw2017.png"; alt="OPW 2017" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_gtkblog><p><a href="https://blog.gtk.org/"; title="GTK+ 
Development Blog"><img src="https://planet.gnome.org/heads/logos/gtk.png"; alt="GTK+" /></a></p></TMPL_IF>
                        </div>
 
                        <div class="post">
@@ -135,7 +135,7 @@
                                <div class="column">
                                        <div class="section">
                                                <h3><TMPL_VAR title ESCAPE="HTML"></h3>
-                                               <p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the 
world, work and lives of GNOME <a href="http://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
+                                               <p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the 
world, work and lives of GNOME <a href="https://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
                                                <p><TMPL_VAR title ESCAPE="HTML"> is edited by Alberto Ruiz, 
Daniel Mustieles García and Frederic Muller. Please <a href="mailto:planet-maint gnome 
org?Subject=planet.gnome.org">mail them</a> if you have a question. If you would like your blog added to the 
feed, please <a 
href="https://gitlab.gnome.org/Infrastructure/planet-web/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=";>file
 a bug</a>. Make sure to read the <a href="http://live.gnome.org/PlanetGnome";><TMPL_VAR title ESCAPE="HTML"> 
guidelines</a> first, as it should cover most questions and as it contains detailed instructions for a blog 
addition.</p>
                                                <p>Design by <a 
href="http://vinicius.depizzol.com.br/blog/";>Vinicius Depizzol</a> and <a 
href="http://aruiz.typepad.com";>Alberto Ruiz</a>, inspired by earlier work from <a 
href="http://bethesignal.org/";>Jeff Waugh</a>, <a href="http://www.actsofvolition.com/";>Steven Garrity</a>, 
<a href="http://www.gnome.org/~seth/";>Seth Nickell</a> and Diana Fong.</p>
                                                <p id="ownership">Planet GNOME automatically reposts blog 
entries from the GNOME community. Entries on this page are owned by their authors. We do not edit, endorse or 
vouch for the contents of individual posts.</p>
@@ -176,7 +176,7 @@
        </div>
 </div> <!-- /footer -->
 
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.cookie.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/js/jquery.cookie.min.js";></script>
        <script type="text/javascript">
        function toggleFeeds() {
                $("#feedlist").slideToggle(function() {
diff --git a/themes/gnome/mobile.html.tmpl b/themes/gnome/mobile.html.tmpl
index 4ba2f64..2e6dad7 100644
--- a/themes/gnome/mobile.html.tmpl
+++ b/themes/gnome/mobile.html.tmpl
@@ -5,15 +5,15 @@
        <title><TMPL_VAR name></title>
 
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-       <link rel="shortcut icon" type="image/png" href="http://planet.gnome.org/img/gnome-16.png";>
+       <link rel="shortcut icon" type="image/png" href="https://planet.gnome.org/img/gnome-16.png";>
        <link rel="alternate" type="application/atom+xml" title="<TMPL_VAR title ESCAPE="HTML"> Atom 1.0" 
href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
        <link rel="alternate" type="application/rss+xml" title="<TMPL_VAR title ESCAPE="HTML"> RSS 2.0" 
href="<TMPL_VAR link ESCAPE="HTML">rss20.xml">
        <link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Cantarell:400,700' rel='stylesheet' 
type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
-       <link rel="stylesheet" href="http://planet.gnome.org/nlayout.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/planet.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/generic.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/nlayout.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/planet.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/generic.css"; type="text/css">
        <link rel="stylesheet" href="http://andreasn.myownb3.com/temp/planet-mobile.css"; type="text/css">
        <link rel="stylesheet" href="https://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"; 
type="text/css">
 
@@ -38,7 +38,7 @@
                -moz-border-radius: 5px 5px 5px 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px 5px 5px 5px;
-               background: url("http://planet.gnome.org/img/30/favicon.png";) no-repeat scroll 8px 7px 
#FFFFFF;
+               background: url("https://planet.gnome.org/img/30/favicon.png";) no-repeat scroll 8px 7px 
#FFFFFF;
                color: #555753;
                float: right;
                font-size: 12px;
@@ -50,7 +50,7 @@
        
        #page
        {
-               background: url("http://planet.gnome.org/img/30/html-bg.png";) repeat-x scroll center top 
#FFFFFF;
+               background: url("https://planet.gnome.org/img/30/html-bg.png";) repeat-x scroll center top 
#FFFFFF;
                font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
        }
        
@@ -89,7 +89,7 @@
        
        #footer-grass
        {
-    background: url("http://planet.gnome.org/img/30/grass.png";) repeat-x scroll center top transparent;
+    background: url("https://planet.gnome.org/img/30/grass.png";) repeat-x scroll center top transparent;
     height: 39px;
     margin-top: -33px;
        }
@@ -102,7 +102,7 @@
                height: 180px;
                margin-top: 0;
                width: 940px;
-               background-image: url("http://planet.gnome.org/img/30/default.png";);
+               background-image: url("https://planet.gnome.org/img/30/default.png";);
        }
        
        #planet-banner
@@ -143,7 +143,7 @@
 
 
        <script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js";></script>
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.lazyload.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/js/jquery.lazyload.min.js";></script>
        <script type="text/javascript"><!-- $(function(){ $('.post img').lazyload(); }); --></script>
 </head>
 
@@ -164,7 +164,7 @@
 
        <div id="planet-banner">
                <p id="planet-subtitle">
-                       <img id="planet-logo" src="http://planet.gnome.org/img/30/planet-logo.png";  
alt="Planet GNOME" title="Planet GNOME"/>
+                       <img id="planet-logo" src="https://planet.gnome.org/img/30/planet-logo.png";  
alt="Planet GNOME" title="Planet GNOME"/>
                        24 hours a day, 7 days a week, 365 days per year...
                </p>
        </div>
@@ -183,10 +183,10 @@
 
                <div class="entry<TMPL_IF channel_nick> <TMPL_VAR channel_nick></TMPL_IF>">
                        <div class="person-info">
-                               <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR 
channel_title ESCAPE="HTML">"><TMPL_IF channel_face><img class="face" src="<TMPL_VAR channel_face 
ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img class="face" src="http://planet.gnome.org/heads/nobody.png"; 
alt=""><br></TMPL_IF><TMPL_VAR channel_name><TMPL_IF channel_real><br><TMPL_VAR 
channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR channel_nick>)</TMPL_IF></a>
-                               <TMPL_IF channel_opw2012><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram2012"; title="GNOME Outreach Program for Women 
2012"><img src="http://planet.gnome.org/heads/logos/opw2012.png"; alt="OPW 2012" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_gsoc2012><p><a 
href="https://wiki.gnome.org/SummerOfCode2012"; title="Google Summer of Code 2012"><img 
src="http://planet.gnome.org/heads/logos/gsoc2012.png"; alt="GSoC 2012" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME 
Conference"><img src="http://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" 
/></a></p></TMPL_IF>
+                               <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR 
channel_title ESCAPE="HTML">"><TMPL_IF channel_face><img class="face" src="<TMPL_VAR channel_face 
ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img class="face" src="https://planet.gnome.org/heads/nobody.png"; 
alt=""><br></TMPL_IF><TMPL_VAR channel_name><TMPL_IF channel_real><br><TMPL_VAR 
channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR channel_nick>)</TMPL_IF></a>
+                               <TMPL_IF channel_opw2012><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram2012"; title="GNOME Outreach Program for Women 
2012"><img src="https://planet.gnome.org/heads/logos/opw2012.png"; alt="OPW 2012" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_gsoc2012><p><a 
href="https://wiki.gnome.org/SummerOfCode2012"; title="Google Summer of Code 2012"><img 
src="https://planet.gnome.org/heads/logos/gsoc2012.png"; alt="GSoC 2012" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME 
Conference"><img src="https://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" 
/></a></p></TMPL_IF>
                        </div>
 
                        <div class="post">
@@ -221,7 +221,7 @@
 <div class="column">
 <div class="section">
 <h3><TMPL_VAR title ESCAPE="HTML"></h3>
-<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="http://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
+<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="https://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
 
 <p>Brought to you by the <a href="http://www.planetplanet.org/";>Planet</a> aggregator, cron, <a 
href="http://www.python.org/";>Python</a>, <a href="http://www.redhat.com/";>Red Hat</a> (who kindly host the 
GNOME servers). Design by <a href="http://vinicius.depizzol.com.br/blog/";>Vinicius Depizzol</a> and <a 
href="http://aruiz.typepad.com";>Alberto Ruiz</a>, inspired by earlier work from <a 
href="http://bethesignal.org/";>Jeff Waugh</a>, <a href="http://www.actsofvolition.com/";>Steven Garrity</a>, 
<a href="http://www.gnome.org/~seth/";>Seth Nickell</a> and Diana Fong.</p>
 
@@ -257,7 +257,7 @@
 </div>
 
 <div id="fineprint" class="section">
-<h3><img src="http://planet.gnome.org/img/30/gnome-logo.png"; alt="GNOME" title="GNOME"></h3>
+<h3><img src="https://planet.gnome.org/img/30/gnome-logo.png"; alt="GNOME" title="GNOME"></h3>
 <p>Copyright © 2003-2013, <a href="http://www.gnome.org/";>The GNOME Project</a>.<br>
 <a href="http://validator.w3.org/check/referer";>Optimised</a> for <a 
href="http://www.w3.org/";>standards</a>.<br>
 Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.</p>
@@ -269,7 +269,7 @@ Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.</p>
 
 </div> <!-- /page -->
 
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.cookie.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/js/jquery.cookie.min.js";></script>
        <script type="text/javascript">
        function toggleFeeds() {
                $("#feedlist").slideToggle(function() {
diff --git a/themes/gnome/sidebar.html.tmpl b/themes/gnome/sidebar.html.tmpl
index acfdf4c..61b0463 100644
--- a/themes/gnome/sidebar.html.tmpl
+++ b/themes/gnome/sidebar.html.tmpl
@@ -7,7 +7,7 @@
 <TMPL_IF channel_face>
 <img src="<TMPL_VAR channel_face ESCAPE="HTML">" height="24" alt="">
 <TMPL_ELSE>
-<img src="http://planet.gnome.org/heads/nobody.png"; height="24" alt="">
+<img src="https://planet.gnome.org/heads/nobody.png"; height="24" alt="">
 </TMPL_IF>
 <TMPL_VAR title></a>
 </li>
diff --git a/themes/gnome/simple.html.tmpl b/themes/gnome/simple.html.tmpl
index f61436b..5212f1b 100644
--- a/themes/gnome/simple.html.tmpl
+++ b/themes/gnome/simple.html.tmpl
@@ -6,19 +6,19 @@
 
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <meta content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width" name="viewport">
-       <link rel="shortcut icon" type="image/png" href="http://planet.gnome.org/img/gnome-16.png";>
+       <link rel="shortcut icon" type="image/png" href="https://planet.gnome.org/img/gnome-16.png";>
        <link rel="alternate" type="application/atom+xml" title="<TMPL_VAR title ESCAPE="HTML"> Atom 1.0" 
href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
        <link rel="alternate" type="application/rss+xml" title="<TMPL_VAR title ESCAPE="HTML"> RSS 2.0" 
href="<TMPL_VAR link ESCAPE="HTML">rss20.xml">
        <link href='https://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
        <link href='https://fonts.googleapis.com/css?family=Cantarell:400,700' rel='stylesheet' 
type='text/css'>
        <link href='https://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
-       <link rel="stylesheet" href="http://planet.gnome.org/nlayout.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/planet.css"; type="text/css">
-       <link rel="stylesheet" href="http://planet.gnome.org/generic.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/nlayout.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/planet.css"; type="text/css">
+       <link rel="stylesheet" href="https://planet.gnome.org/css/generic.css"; type="text/css">
        <link rel="stylesheet" href="https://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css"; 
type="text/css">
 
        <script type="text/javascript" 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js";></script>
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.lazyload.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/js/jquery.lazyload.min.js";></script>
        <script type="text/javascript"><!-- $(function(){ $('.post img').lazyload(); }); --></script>
 </head>
 
@@ -35,7 +35,7 @@
 
        <div id="planet-banner">
                <div id="planet-subtitle">
-                       <a href="http://planet.gnome.org";><img id="planet-logo" 
src="http://planet.gnome.org/img/30/planet-logo.png";  alt="Planet GNOME" title="Planet GNOME"/></a>
+                       <a href="https://planet.gnome.org";><img id="planet-logo" 
src="https://planet.gnome.org/img/30/planet-logo.png";  alt="Planet GNOME" title="Planet GNOME"/></a>
                        <p>24 hours a day, 7 days a week, 365 days per year...</p>
                </div>
        </div>
@@ -54,10 +54,10 @@
 
                <div class="entry<TMPL_IF channel_nick> <TMPL_VAR channel_nick></TMPL_IF>">
                        <div class="person-info">
-                               <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR 
channel_title ESCAPE="HTML">"><TMPL_IF channel_face><img class="face" src="<TMPL_VAR channel_face 
ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img class="face" src="http://planet.gnome.org/heads/nobody.png"; 
alt=""><br></TMPL_IF><TMPL_VAR channel_name><TMPL_IF channel_real><br><TMPL_VAR 
channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR channel_nick>)</TMPL_IF></a>
-                               <TMPL_IF channel_opw2013><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="http://planet.gnome.org/heads/logos/opw2013.png"; alt="OPW 2013" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_gsoc2013><p><a 
href="https://wiki.gnome.org/SummerOfCode2013"; title="Google Summer of Code 2013"><img 
src="http://planet.gnome.org/heads/logos/gsoc2013.png"; alt="GSoC 2013" /></a></p></TMPL_IF>
-                               <TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME 
Conference"><img src="http://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" 
/></a></p></TMPL_IF>
+                               <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR 
channel_title ESCAPE="HTML">"><TMPL_IF channel_face><img class="face" src="<TMPL_VAR channel_face 
ESCAPE="HTML">" alt=""><br><TMPL_ELSE><img class="face" src="https://planet.gnome.org/heads/nobody.png"; 
alt=""><br></TMPL_IF><TMPL_VAR channel_name><TMPL_IF channel_real><br><TMPL_VAR 
channel_real></TMPL_IF><TMPL_IF channel_nick><br>(<TMPL_VAR channel_nick>)</TMPL_IF></a>
+                               <TMPL_IF channel_opw2013><p><a 
href="https://wiki.gnome.org/GnomeWomen/OutreachProgram"; title="GNOME Outreach Program for Women"><img 
src="https://planet.gnome.org/heads/logos/opw2013.png"; alt="OPW 2013" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_gsoc2013><p><a 
href="https://wiki.gnome.org/SummerOfCode2013"; title="Google Summer of Code 2013"><img 
src="https://planet.gnome.org/heads/logos/gsoc2013.png"; alt="GSoC 2013" /></a></p></TMPL_IF>
+                               <TMPL_IF channel_guadec><p><a href="https://www.guadec.org/"; title="The GNOME 
Conference"><img src="https://planet.gnome.org/heads/logos/guadec.png"; alt="The GNOME Conference" 
/></a></p></TMPL_IF>
                        </div>
 
                        <div class="post">
@@ -92,7 +92,7 @@
 <div class="column">
 <div class="section">
 <h3><TMPL_VAR title ESCAPE="HTML"></h3>
-<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="http://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
+<p><b><TMPL_VAR title ESCAPE="HTML"> is a window into the world, work and lives of GNOME <a 
href="https://planet.gnome.org/heads/";>hackers and contributors</a>.</b></p>
 
 <p>Brought to you by the <a href="http://www.planetplanet.org/";>Planet</a> aggregator, cron, <a 
href="http://www.python.org/";>Python</a>, <a href="http://www.redhat.com/";>Red Hat</a> (who kindly host the 
GNOME servers). Design by <a href="http://vinicius.depizzol.com.br/blog/";>Vinicius Depizzol</a> and <a 
href="http://aruiz.typepad.com";>Alberto Ruiz</a>, inspired by earlier work from <a 
href="http://bethesignal.org/";>Jeff Waugh</a>, <a href="http://www.actsofvolition.com/";>Steven Garrity</a>, 
<a href="http://www.gnome.org/~seth/";>Seth Nickell</a> and Diana Fong.</p>
 
@@ -128,7 +128,7 @@
 </div>
 
 <div id="fineprint" class="section">
-<h3><img src="http://planet.gnome.org/img/30/gnome-logo.png"; alt="GNOME" title="GNOME"></h3>
+<h3><img src="https://planet.gnome.org/img/30/gnome-logo.png"; alt="GNOME" title="GNOME"></h3>
 <p>Copyright © 2003-2013, <a href="https://www.gnome.org/";>The GNOME Project</a>.<br>
 <a href="http://validator.w3.org/check/referer";>Optimised</a> for <a 
href="http://www.w3.org/";>standards</a>.<br>
 Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.</p>
@@ -140,7 +140,7 @@ Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.</p>
 
 </div> <!-- /page -->
 
-       <script type="text/javascript" src="http://planet.gnome.org/jquery.cookie.min.js";></script>
+       <script type="text/javascript" src="https://planet.gnome.org/js/jquery.cookie.min.js";></script>
        <script type="text/javascript">
        function toggleFeeds() {
                $("#feedlist").slideToggle(function() {



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