Planet postgresql is now https
authorMagnus Hagander <magnus@hagander.net>
Tue, 22 Nov 2016 20:16:10 +0000 (21:16 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 22 Nov 2016 20:16:10 +0000 (21:16 +0100)
hamnadmin/hamnadmin/register/feeds.py
template/base.tmpl

index acf66cb6f476b5ae89b8bf2d5d19ac91a4a3a538..871b0052083b6e99f6a66f6c8ce983ec3186bcce 100644 (file)
@@ -6,8 +6,8 @@ from models import Post
 
 class PostFeed(Feed):
        title = 'Planet PostgreSQL'
-       link = 'http://planet.postgresql.org'
-       feed_url = 'http://planet.postgresql.org/rss20.xml'
+       link = 'https://planet.postgresql.org'
+       feed_url = 'https://planet.postgresql.org/rss20.xml'
        description = 'Planet PostgreSQL'
        generator = 'Planet PostgreSQL'
 
index 232f6837319815bbebe4b8ad0bae419d02a3db6a..278babc0bde45bf5e8d36bf718feb202d6b1383a 100644 (file)
@@ -5,7 +5,7 @@
   <title>Planet PostgreSQL</title>
   <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
   <link rel="shortcut icon" href="/favicon.ico" />
-  <link rel="alternate" type="application/rss+xml" title="Planet PostgreSQL" href="http://planet.postgresql.org/rss20.xml" />
+  <link rel="alternate" type="application/rss+xml" title="Planet PostgreSQL" href="https://planet.postgresql.org/rss20.xml" />
   <style type="text/css" media="screen" title="Normal Text">@import url("/css/planet.css");</style>
  </head>
  <body>