summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse/xslt/base.xslt2
-rw-r--r--gentoobrowse/xslt/home-atom.xslt4
-rw-r--r--gentoobrowse/xslt/sitemap.xslt2
-rw-r--r--gentoobrowse/xslt/user-atom.xslt4
4 files changed, 6 insertions, 6 deletions
diff --git a/gentoobrowse/xslt/base.xslt b/gentoobrowse/xslt/base.xslt
index b1474e0..6529fc8 100644
--- a/gentoobrowse/xslt/base.xslt
+++ b/gentoobrowse/xslt/base.xslt
@@ -167,7 +167,7 @@
</xsl:with-param>
</xsl:call-template>
- <script src="http://code.jquery.com/jquery-latest.min.js"></script>
+ <script src="https://code.jquery.com/jquery-latest.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/js.js"></script>
<script src="/js/googletracking.js" />
diff --git a/gentoobrowse/xslt/home-atom.xslt b/gentoobrowse/xslt/home-atom.xslt
index 11ea8d1..5cd854a 100644
--- a/gentoobrowse/xslt/home-atom.xslt
+++ b/gentoobrowse/xslt/home-atom.xslt
@@ -8,7 +8,7 @@
<feed>
<title>Recent updates &#183; Gentoo Browse</title>
<subtitle>Packages</subtitle>
- <link href="http://gentoobrowse.randomdan.homeip.net/" rel="self" />
+ <link href="https://gentoobrowse.randomdan.homeip.net/" rel="self" />
<id>http://gentoobrowse.randomdan.homeip.net/</id>
<updated>
<xsl:call-template name="atomDate">
@@ -31,7 +31,7 @@
</title>
<link rel="alternate" type="text/html">
<xsl:attribute name="href">
- <xsl:text>http://gentoobrowse.randomdan.homeip.net/packages/</xsl:text>
+ <xsl:text>https://gentoobrowse.randomdan.homeip.net/packages/</xsl:text>
<xsl:value-of select="$category/id" />
<xsl:text>/</xsl:text>
<xsl:value-of select="id" />
diff --git a/gentoobrowse/xslt/sitemap.xslt b/gentoobrowse/xslt/sitemap.xslt
index a30df8c..055b48d 100644
--- a/gentoobrowse/xslt/sitemap.xslt
+++ b/gentoobrowse/xslt/sitemap.xslt
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:date="http://exslt.org/dates-and-times" version="1.0" exclude-result-prefixes="date">
<xsl:output encoding="utf-8" method="xml" media-type="text/xml" indent="yes"/>
- <xsl:variable name="base">http://gentoobrowse.randomdan.homeip.net/</xsl:variable>
+ <xsl:variable name="base">https://gentoobrowse.randomdan.homeip.net/</xsl:variable>
<xsl:template match="/gentoo">
<urlset>
<url>
diff --git a/gentoobrowse/xslt/user-atom.xslt b/gentoobrowse/xslt/user-atom.xslt
index 82d596a..32b36e9 100644
--- a/gentoobrowse/xslt/user-atom.xslt
+++ b/gentoobrowse/xslt/user-atom.xslt
@@ -8,7 +8,7 @@
<feed>
<title>Recent updates &#183; Gentoo Browse</title>
<subtitle>Packages</subtitle>
- <link href="http://gentoobrowse.randomdan.homeip.net/" rel="self" />
+ <link href="https://gentoobrowse.randomdan.homeip.net/" rel="self" />
<id>http://gentoobrowse.randomdan.homeip.net/</id>
<updated>
<xsl:call-template name="atomDate">
@@ -34,7 +34,7 @@
</title>
<link rel="alternate" type="text/html">
<xsl:attribute name="href">
- <xsl:text>http://gentoobrowse.randomdan.homeip.net/packages/</xsl:text>
+ <xsl:text>https://gentoobrowse.randomdan.homeip.net/packages/</xsl:text>
<xsl:value-of select="$category/name" />
<xsl:text>/</xsl:text>
<xsl:value-of select="$package/name" />