Individual custom feeds?
December 17, 2005 7:26 AM
Subscribe
I'm starting a new blog on a wide-ranging and ever-shifting set of topics, and I want to let my readers choose which of those topics to follow via RSS. I could offer tons of separate feeds, but many of these would be ephemeral, so I'd want to make it really easy to unsubscribe. Ideally, each user would get a single custom feed, the content of which they could control from my site (see
here and
here). Is there any way of doing this?
I've considered the following solutions, but they're all pretty kludgy, and I was hoping someone here might suggest something more elegant.
* Email listserves offer convenient "unsubscribe" links under every post -- maybe I could process them through something like
Mailbucket.
* An RSS splicer like
Blogdigger groups could also do the trick, but there would have to be a bookmarklet or some other way to add (and remove) feeds from outside the site.
* I've also thought of using forum or wiki software, because they often have "watchlist" features that let users follow certain authors or threads. But I don't know if any of these watchlists offer rss feeds.
* I could use the del.icio.us inbox, but
Pasta seems to have
gone kaput.
posted by jsbww to computers & internet (10 comments total)
http://www.example.com/rss.php?tech=1&law=1&gardening=1
This would generate an RSS feed containing the topics tech, law and gardening. The url:
http://www.example.com/rss.php?tech=1&gardening=1
would contain the topics tech and gardening.
You could have a selection box where a user would select the topics to which to subscribe and this url would be generated. Then, to change subscriptions, the user would remove the feed he has and generate a new feed using your web based form.
This would remove the necessity of scores of feeds and would make it easy to change subscription options.
posted by null terminated at 8:12 AM on December 17, 2005