[library-web] switch http to https where appropriate



commit 2677c9de12c79c66e7c8b4d8f37da0b10b4613f0
Author: Olav Vitters <olav vitters nl>
Date:   Wed Mar 6 22:29:46 2013 +0100

    switch http to https where appropriate

 data/overlay.xml.in   |   14 +++++++-------
 data/xslt/db2html.xsl |    2 +-
 data/xslt/heading.xsl |   24 ++++++++++++------------
 data/xslt/indexes.xsl |    2 +-
 4 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/data/overlay.xml.in b/data/overlay.xml.in
index 2bc7708..1a42f0a 100644
--- a/data/overlay.xml.in
+++ b/data/overlay.xml.in
@@ -1281,7 +1281,7 @@
        become a member of the GNOME community. There are several sub-projects
        to choose from.
       </_abstract>
-      <href>http://live.gnome.org/JoinGnome</href>
+      <href>https://live.gnome.org/JoinGnome</href>
     </document>
 
     <document doc_module="devel-resource-bugzilla" channel="devel"
@@ -1292,7 +1292,7 @@
        The GNOME Bug Tracker allows you to send information about bugs you
        encounter to the GNOME developers in an organized manner.
       </_abstract>
-      <href>http://live.gnome.org/Bugzilla</href>
+      <href>https://live.gnome.org/Bugzilla</href>
     </document>
 
     <document doc_module="devel-resource-release-planning" channel="devel"
@@ -1302,7 +1302,7 @@
       <_abstract>
         A feast of essential GNOME future planning information.
       </_abstract>
-      <href>http://live.gnome.org/ReleasePlanning</href>
+      <href>https://live.gnome.org/ReleasePlanning</href>
     </document>
 
 
@@ -1314,7 +1314,7 @@
         A collection of useful scripts to help developers accomplish simple (often
        repetitive) tasks.
       </_abstract>
-      <href>http://live.gnome.org/DeveloperUtilities</href>
+      <href>https://live.gnome.org/DeveloperUtilities</href>
     </document>
 
     <document doc_module="devel-resource-subversion" channel="devel"
@@ -1325,16 +1325,16 @@
         The GNOME Git Tree holds the latest development versions of the main
        GNOME packages, and allows coordination of GNOME development.
       </_abstract>
-      <href>http://live.gnome.org/Git</href>
+      <href>https://live.gnome.org/Git</href>
     </document>
 
     <extrawikidocs>
       <!-- create a serie of documents out of -->
       <channel>devel</channel>
       <category>devel-guides</category>
-      <href>http://live.gnome.org/DevGnomeOrg</href>
+      <href>https://live.gnome.org/DevGnomeOrg</href>
       <attributes h2hmode="content-id" hidehref="true" extracss="moinmoin.css"
-                  rewritebase="http://live.gnome.org"; />
+                  rewritebase="https://live.gnome.org"; />
     </extrawikidocs>
 
   </documents>
diff --git a/data/xslt/db2html.xsl b/data/xslt/db2html.xsl
index 6728b26..3afe67d 100644
--- a/data/xslt/db2html.xsl
+++ b/data/xslt/db2html.xsl
@@ -189,7 +189,7 @@ span.label { display: none; }
     </xsl:call-template>
     <xsl:if test="$libgo.friends_of_gnome_ruler">
       <div id="libgo-ruler">
-      <script type="text/javascript" src="http://www.gnome.org/friends/ruler/ruler.js";>vuntz is my 
hero</script>
+      <script type="text/javascript" src="https://www.gnome.org/friends/ruler/ruler.js";>vuntz is my 
hero</script>
       </div>
     </xsl:if>
   </xsl:if>
diff --git a/data/xslt/heading.xsl b/data/xslt/heading.xsl
index 6c80790..2f6eb5e 100644
--- a/data/xslt/heading.xsl
+++ b/data/xslt/heading.xsl
@@ -60,7 +60,7 @@
                   <xsl:if test="$channel = 'users'">
                     <xsl:attribute name="class">current-menu-item</xsl:attribute>
                   </xsl:if>
-                  <a href="http://library.gnome.org/users/";><xsl:call-template 
name="gettext"><xsl:with-param name="lang"
+                  <a href="https://library.gnome.org/users/";><xsl:call-template 
name="gettext"><xsl:with-param name="lang"
                     select="$lang"/><xsl:with-param name="msgid"
                     select="'userslabel'"/></xsl:call-template>
                   </a>
@@ -69,7 +69,7 @@
                   <xsl:if test="$channel = 'devel'">
                     <xsl:attribute name="class">current-menu-item</xsl:attribute>
                   </xsl:if>
-                  <a href="http://developer.gnome.org/";><xsl:call-template name="gettext"><xsl:with-param 
name="lang"
+                  <a href="https://developer.gnome.org/";><xsl:call-template name="gettext"><xsl:with-param 
name="lang"
                     select="$lang"/><xsl:with-param name="msgid"
                     select="'developerslabel'"/></xsl:call-template>
                   </a>
@@ -78,7 +78,7 @@
                   <xsl:if test="$channel = 'admin'">
                     <xsl:attribute name="class">current-menu-item</xsl:attribute>
                   </xsl:if>
-                  <a href="http://library.gnome.org/admin/";><xsl:call-template 
name="gettext"><xsl:with-param name="lang"
+                  <a href="https://library.gnome.org/admin/";><xsl:call-template 
name="gettext"><xsl:with-param name="lang"
                     select="$lang"/><xsl:with-param name="msgid"
                     select="'sysadminslabel'"/></xsl:call-template>
                   </a>
@@ -114,7 +114,7 @@ $('#s').autocomplete('/symbols/lookup/',
 <xsl:template name="libgo.head">
   <xsl:param name="channel"><xsl:value-of select="$libgo.channel"/></xsl:param>
   <link rel="stylesheet" type="text/css" media="all"
-        href="http://www.gnome.org/wp-content/themes/gnome-grass/style.css"; />
+        href="https://www.gnome.org/wp-content/themes/gnome-grass/style.css"; />
   <link rel="stylesheet" type="text/css" media="all" href="/skin/lgo2010.css"/>
   <!-- XXX <link media="print" rel="stylesheet" type="text/css" href="/skin/print.css"/> -->
   <link rel="icon" type="image/png" href="/skin/gnome-16.png"/>
@@ -147,19 +147,19 @@ $('#s').autocomplete('/symbols/lookup/',
 </ul></div>
 <div class="menu-footer-2-container"><ul id="menu-footer-2" class="menu"><li id="menu-item-99" 
class="menu-item menu-item-type-post_type current-menu-item page_item page-item-20 current_page_item 
menu-item-99"><a href="#">Resources</a>
 <ul class="sub-menu">
-       <li><a href="http://library.gnome.org";>Documentation</a></li>
-       <li><a href="http://live.gnome.org";>Wiki</a></li>
-       <li><a href="http://mail.gnome.org/mailman/listinfo";>Mailing Lists</a></li>
-       <li><a href="http://live.gnome.org/GnomeIrcChannels";>IRC Channels</a></li>
-       <li><a href="http://bugzilla.gnome.org/";>Bug Tracker</a></li>
-       <li><a href="http://git.gnome.org/browse/";>Development Code</a></li>
-       <li><a href="http://live.gnome.org/Jhbuild";>Build Tool</a></li>
+       <li><a href="https://library.gnome.org";>Documentation</a></li>
+       <li><a href="https://live.gnome.org";>Wiki</a></li>
+       <li><a href="https://mail.gnome.org/mailman/listinfo";>Mailing Lists</a></li>
+       <li><a href="https://live.gnome.org/GnomeIrcChannels";>IRC Channels</a></li>
+       <li><a href="https://bugzilla.gnome.org/";>Bug Tracker</a></li>
+       <li><a href="https://git.gnome.org/browse/";>Development Code</a></li>
+       <li><a href="https://live.gnome.org/Jhbuild";>Build Tool</a></li>
 </ul>
 </li>
 </ul></div><div class="menu-footer-4-container"><ul id="menu-footer-4" class="menu"><li id="menu-item-104" 
class="menu-item menu-item-type-custom menu-item-104"><a href="http://www.gnome.org/news/";>News</a>
 <ul class="sub-menu">
        <li><a href="http://www.gnome.org/start/stable";>Latest Release</a></li>
-       <li><a href="http://planet.gnome.org";>Planet GNOME</a></li>
+       <li><a href="https://planet.gnome.org";>Planet GNOME</a></li>
        <li><a href="http://gnomejournal.org";>GNOME Journal</a></li>
        <li><a href="http://news.gnome.org";>Development News</a></li>
        <li><a href="http://identi.ca/gnome/";>Identi.ca</a></li>
diff --git a/data/xslt/indexes.xsl b/data/xslt/indexes.xsl
index 4a0fcba..dee2f80 100644
--- a/data/xslt/indexes.xsl
+++ b/data/xslt/indexes.xsl
@@ -740,7 +740,7 @@ div.body-sidebar { width: 100%; }
             </div>
 
             <div id="dev" class="homeblock">
-              <h2><a href="http://developer.gnome.org/";>
+              <h2><a href="https://developer.gnome.org/";>
                 <xsl:call-template name="gettext"><xsl:with-param name="lang"
                 select="@lang"/><xsl:with-param name="msgid"
                 select="'developerslabel'"/></xsl:call-template>


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