New adventures in Python, well that’s the theory anyway.
I’m experimenting with using Backpack and Nokia’s Lists app for blogging. I’m finding it really useful for both roughing out and finessing posts, and the markup syntax is Textile based which is simple to use. Possibly the best bit is that I can write stuff pretty much anywhere, i.e. if there’s a web browser or my phone to hand I can write.
The only crufty bit currently is publishing the stuff onto my blog, I’m running the pytextile renderer with pyblosxom, so all I’m doing currently is copying and pasting from Backpack to a new file. The next step is to automate this process, so I’ll be lashing up a quick python script which will use the Backpack api to check my Backpack pages for new posts and publish them. That should be straightforward enough, let’s see…