About   |   Projects   |   Elsewhere   |   Work   |   Feeds   |   Contact

Archive for 29 June 2003

Catblogging

Via Gromblog comes news of PawSense, an indispensible utilty for blogging feline owners everywhere. (That’s bloggers who own cats, not people who own cats that blog. Although the way blogging is taking off these days, it wouldn’t suprise me to hear of the first RSS-enabled cat being listed on Technorati.)

Useful as the software is, there was no mention of whether it was able to deal with this kind of situation…

29 June 2003

Technical

No comments yet

ukblogs

Bloody hell, I’ve made it onto the ukblogs listing.

This means I shall have to start posting things…

29 June 2003

Technical

No comments yet

MT hacking again

More surfing leads me to believe that a) email notification-per-category can’t be done at the moment; and b) it’s something that looks as if it’s going to be in MT Pro.

Bugger.

This could conceiveably be an excuse to find some Perl books and start hacking, but there are one or two other things I should be doing at the moment, not to mention the fact that the requirement for the hack is actually dependent on the client deciding that they’re actually going to deal with us. It could be a trifle premature…

29 June 2003

Technical

No comments yet

Hacking Moveable Type

Much surfing has ensued looking for ways of implementing a “post-to-email-per-category” function within Moveable Type. The idea was to set up a ping to a distribution list so every time a post was posted (too many posts in this sentence?) to a particular category, an email would be fired off to alert the distribution list that something new had been posted.

Not difficult to do as far as announcing all new posts is concerned, but I can’t find a way of doing it per category. The nearest I can think of without the need to start hacking MT itself (which presumably would involve writing Perl, so beyond my current capabilities) would be to set up an RSS feed for each category (found a way of doing that) and using something like HEP to manage the conversion between the RSS and email.

Except that RSS is a pull mechanism, of course, so that there would need to be some kind of script to a) handle an inbound email announcing that something had been posted to the blog; b) work out in which category the post had been made; c) go off to the blog and pull down the RSS feed for the relevant category; and d) convert the feed to an email destined for the distribution list.

While I’m quite pleased with myself for working all this out by myself, I’m less pleased with the fact that this is way beyond my Perl skills. Normally at this point I’d gleefully reach for a manual and start to pick up yet another geeky skill, but time isn’t quite on my side on this one. It seems such a straight-forward requirement, but if someone’s done it I can’t find a mention of it, at least relevant to Moveable Type. Which probably means it’s something built into Radio, and that costs money :(

29 June 2003

Technical

No comments yet