In the last post I talked about how the server this site runs on was upgraded. This made me think about refactoring the Python code that this site runs on. This site has been running on this code base for a couple of years so I have built up a lot of cruft that could be simplified and improved.
I am still working on the code, so if you come up with any cool ideas, please let me know them!
So far I have stripped the code to the very core, and added some (ugly) example templates.
I have made the code available at https://launchpad.net/soturi
If you have bazaar (if not then read my tutorial) you can get the latest code with:
bzr branch lp:soturi
Alternatively you can download a tarball, but it may not always be as cutting edge as the bzr repo above.
Please do have a play and let me know what you think.
<p>any plans to add XML-RPC code to it ... so that a blog editor/client can use it ?
-- joe</p>