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',
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.
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.
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'