I'm not entirely sure how this just happened, but WikiBlog is now on the first page if you search for it on Google! And a post I wrote about it on Quora is number three... :-S
Mainly because I wish to learn a different and more flexible web framework, but also because it was built on a base I didn't fully comprehend, I'm strongly considering rewriting the entire site using Tornado (
http://www.tornadoweb.org/). I don't suppose anyone will have any issues with this, since it was 99% me anyway, but it's possible I'll be unable to port existing posts properly if I do this. I intent to a) try to port them properly, b) back them up in plain text anyway, and c) consider doing it manually if I fail, since there's only ten or so. It's also entirely possible that I won't get around to rewriting the site at all...
If people are curious why I've chosen Tornado, given that it's aimed at huge sites like Facebook that need many thousands of open connections simultaneously, I have a few reasons. Firstly, I like the documentation - it looks like it was written by sensible people, and I can follow their train of design thought. Secondly, I have some other ideas in my head that could scale to Facebook size if magic happens, and I'd like to learn a tool that's at least capable of this, even if it's the most unlikely thing in the world. Thirdly, I like that the front and backend are all in the same framework, which is nice if I'm going to do solo projects. Finally, I was recently interested in joining a small startup who were using Tornado, and their recommendation and reasons persuaded me somewhat.
Cheers,
Tom