Moblogging photos
When I do the Redesign, I want to be able to post a photo from my phone to my photo gallery. This requires a few things:
- Email on my phone (have to sign up with Orange for this, it seems)
- A procmail filter that notices mails to some email address that comes to me, like sil-mobile—kryogenix.org, and pulls them out and feeds them to...
- A Python script that can parse emails, pull out of them the subject, any text, and any attached photos, and uses XML-RPC to send them to my weblog via the metaweblog API
- The Pyblosxom metaweblog plugin (distributed with pyblosxom), patched so that it can actually handle newMediaObject. Note that this will not be useful distributable code: I'll hack newMediaObject so that it puts the photo (and corresponding metadata file) in my photo gallery, but no-one else will find that useful unless they run a photo gallery just like I do