chiark / gitweb /
chiark supports HTTPS now
authorColin Watson <cjwatson@debian.org>
Mon, 8 May 2017 17:09:17 +0000 (18:09 +0100)
committerColin Watson <cjwatson@debian.org>
Mon, 8 May 2017 17:09:17 +0000 (18:09 +0100)
blosxom-wrapper
content/bug-triage-redux.md
content/keysigning-bits.md
publishconf.py

index 9206ad809dcc86082400e6c27ab299d34591e8f9..da418980f5180c5071fef662acfb8ef85c22ac41 100755 (executable)
@@ -5,7 +5,7 @@ use lib '/home/cjwatson/perl/lib/perl5';
 
 use Mojolicious::Lite;
 
-our $target_base = "http://www.chiark.greenend.org.uk/~cjwatson/blog";
+our $target_base = "https://www.chiark.greenend.org.uk/~cjwatson/blog";
 
 my %redirections = (
     '2006-01-03-hello' => 'hello',
index 2ff9e3311324be284118a728f49a54c5aa203a8a..87568dab143a3cc217771399d9c2613518dc7171 100644 (file)
@@ -5,7 +5,7 @@ Category: ubuntu
 Tags: ubuntu, planet-debian, planet-ubuntu
 
 I've been a bit surprised by the strong positive response to my [previous
-post](http://www.chiark.greenend.org.uk/ucgi/~cjwatson/blosxom/ubuntu/2009-02-27-bug-triage-rants.html).
+post](https://www.chiark.greenend.org.uk/~cjwatson/blog/bug-triage-rants.html).
 People generally seemed to think it was quite non-ranty; maybe I should
 clean the rust off my flamethrower. :-)  My hope was that I'd be able to
 persuade people to change some practices, so I guess that's a good thing.
index 53be47b80102e2a86c2d2c9bad4ea8ac88be7511..311700ead776df3d0aba6eb3c47a3fb6937dc584 100644 (file)
@@ -12,5 +12,5 @@ the e-mail address actually belongs to the person I met.
 
 I generated a new 4096-bit RSA key myself at DebConf (baa!), and have just
 published a [key transition
-document](http://www.chiark.greenend.org.uk/~cjwatson/key-transition).
+document](https://www.chiark.greenend.org.uk/~cjwatson/key-transition).
 Please consider signing my new key if you signed my old one.
index 4a7b2729e1e2ad54a205afbf4f6671d140e5a551..3caf38f771c21ae086a8c50192e0ce6278cf3552 100644 (file)
@@ -10,7 +10,7 @@ import sys
 sys.path.append(os.curdir)
 from pelicanconf import *
 
-SITEURL = 'http://www.chiark.greenend.org.uk/~cjwatson/blog'
+SITEURL = 'https://www.chiark.greenend.org.uk/~cjwatson/blog'
 RELATIVE_URLS = False
 
 FEED_ALL_ATOM = 'feeds/all.atom.xml'