Category > SubscribeMe
The subspecific syndication selection subscription system
The RSS Problem
“All those icons” says Dave , “Where will it end?”
He then goes on to describe a system that is as overcomplicated as it is reliant on his own OPML spec. Jeremy thinks the answer lies in the browser, but that would rely on users having things installed. This is my solution:
- User clicks on first “Subscribe to this” link.
- User is forwarded to sendtomyaggregator.com or something
- User is asked which web-based aggregator they use (Or “I use my own” which will serve it as a text/xml+rss document)
- sendtomyaggregator.com sets a cookie with this information
- User is forwarded to the “Subscribe to this feed” page of their selection
- User clicks on subsequent “Subscribe to this” links
- User is forwarded to sendtomyaggregator.com or something
- User is automatically forwarded to the “Subscribe” thing they selected last time.
We store no information on the user – we just read the cookie, and maybe the front page has a link to delete the cookie – but that just means it takes nothing to serve it beyond a simple perl script.
Remember: It should be the simplest thing that could possibly work.
Update: So I coded it
- 2005-01-12 09:04:00
- By Aquarion
- From Casarufus, Letchworth
- More Journal Entries
- Filed under Internet, Metablog & SubscribeMe
Those who spoke on this:
Putting your code where your mouth is
Since I’m away from work (Ill, but in a “Don’t go too far from the bathroom” way, rather than a “Don’t get out of bed” way) I’ve ended up coding the “Subscribe Me” thing I was talking about this morning.
Including LiveJournal, Radio Userland and Bloglines support, I bring you SubscribeMe
(Try this link for a working example)
Now, if all those famous people who will never ever read this could see it.
- 2005-01-12 14:03:13
- By Aquarion
- From Casarufus, Letchworth
- More Journal Entries
- Filed under Projects, Web Development & SubscribeMe
Those who spoke on this:
Subscribe via MSN
SubscribeMe now supports My MSN and FeedMarker
- 2005-03-23 05:54:54
- By Aquarion
- From Casarufus, Letchworth
- More Journal Entries
- Filed under SubscribeMe
Those who spoke on this:
Subscribeme Update
Er, Missed this one. At Aquarius’ suggestion, SubscribeMe, the subspecific syndication subscription selection system, now supports Google Reader. Which is the RSS reader I use.
Oops.
- 2007-01-13 21:12:57
- By Aquarion
- From Fortress One, Bedford
- More Journal Entries
- Filed under SubscribeMe
Mags:
It works!
As I was also signed into Bloglines, it took me straight into my “subscribe to this” dialog. Neat. Although ironically the newly subbed feed didn’t include this post…
Also, I have a question about the LJ feed – how does it which LJ feed it is?
Aquarion:
It scans the feeds for the first URL to match the URL you asked for, and returns the right LJ. Since LJ doesn’t let you have two LJs with the same URL, that should work.
Senji:
Now that is just cool.
gilmae:
Brilliant. Now you just need a corny icon, and you’re well on your way to grumpily claiming to be the Father of Auto-Subscriptions.
Murky:
Corny icon supplied.
Murky:
Aq,
A little note re: the link.
Some folks may wish to know that to avoid the errors associated with &rss2 etc, one can use &rss2 instead.
This resolves to the correct url, but allows the page to validate.