Archive-to-rss
This idea I give free and gratis to teh internets, in the hopes that somebody more technically adept will implement it: a converter to turn a sequential archive into a delayed-update rss feed.
Ever discover a new webcomic? And have your productivity drop to zero while you rampage through an archive backlog of several hundred episodes over a number of years? Imagine if you could drop that comic into your feedreader just like all the others, only you’d get two or three or five episodes per day, until you’d caught up.
It could be a spider: tell it which part of the archive page you want as the feed post, and which part is the link to the next entry (if entries have sequentially-numbered urls all the better, but guaranteed each one will have a link to Next and Previous). You also tell the spider how often you want to increment the feed (this stone kills two birds: you get dripfed your comic, and the spider doesn’t hammer the hell out of the comic server).
Now go forth and implement, ye lazyweb!
Update: As I say in the comment below, I’ve sort of started work on an implementation using Dapper for the scraping (thanks Erik for the suggestion). But in case anyone else likes the idea and is less inept or lazy than I am, here’s my suggestion for the name: dripfeed. Obvious once you’ve thought of it. (“Archive-to-rss”? Why would you use rss as an archive format? Stupid-pants.)
Comments
Yeah, that's exactly what I was thinking. And I realised, if it were implemented as a scraper it would also work to follow existing comics that don't have an rss feed or don't include the image. A friend suggested Dapper, which does the scraping part but not the incremental-update part. I had a go implementing but barfed (embarassingly enough) on making an rss feed containing images. (Late-night coding, gin-and-tonic...)
And for those who haven't been paying attention: he means this Ommatidia. (My copy has shipped, whee!)
A similar idea from a few years ago: Mobdex, which I believe is just an interface on Project Gutenberg, will put a daily chunk of an ebook into your ID-labeled RSS feed. I like your extrapolation a lot, though, and I'm going to have to think about implementing that for Ommatidia.