Site update

Hello! I've made some changes to the site. Inspired by Alex Schroeder's site, it's now a (very) simple "wiki", although I don't know if you can call it that if it's just me editing it. It's a "wiki of one". The main change is that I can edit pages in the browser, which is very nice. It means I can add things from my phone for example. And I think that viewing it as a wiki rather than a blog will allow me to post things more readily, without having to worry about writing a good "Blog Post".

The software is so simple, just a few hundred lines of Python, there's not much to say about it. Flat files, HTML forms and HTTP basic auth get you a long way. I'll save the details for another page.