From: Colin Watson Date: Mon, 8 May 2017 17:09:17 +0000 (+0100) Subject: chiark supports HTTPS now X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=6a7ad289efb9e3a462cda1fac4d65c01503226b7;p=blog.git chiark supports HTTPS now --- diff --git a/blosxom-wrapper b/blosxom-wrapper index 9206ad80..da418980 100755 --- a/blosxom-wrapper +++ b/blosxom-wrapper @@ -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', diff --git a/content/bug-triage-redux.md b/content/bug-triage-redux.md index 2ff9e331..87568dab 100644 --- a/content/bug-triage-redux.md +++ b/content/bug-triage-redux.md @@ -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. diff --git a/content/keysigning-bits.md b/content/keysigning-bits.md index 53be47b8..311700ea 100644 --- a/content/keysigning-bits.md +++ b/content/keysigning-bits.md @@ -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. diff --git a/publishconf.py b/publishconf.py index 4a7b2729..3caf38f7 100644 --- a/publishconf.py +++ b/publishconf.py @@ -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'