posted by
sbisson at 02:34pm on 20/06/2002
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
http://www.razorsoft.net/weblog/stories/2002/04/13/google2rss.html
It's a .NET application that can be used to regularly run a search, and expose it as RSS. This is an excellent example of showing how the two basic web service models can cooperate. The query is run through a SOAP RPC call, and then output as a published RSS document, that any site can subscribe to using an RSS aggregator.
It's a .NET application that can be used to regularly run a search, and expose it as RSS. This is an excellent example of showing how the two basic web service models can cooperate. The query is run through a SOAP RPC call, and then output as a published RSS document, that any site can subscribe to using an RSS aggregator.
Er Yes
They limit us to 20 queries per day don't they...
Re: Er Yes
Especially with the ActiveState Visual Perl loaded. And (happily annoying the Slashdot branch of the Linux Taliban) MS are doing the right thing and giving the framework away, along with free dev tools. They've even opened up the source using their shared source license, with a BSD implementation.
(Hmmm... A Darwin port shouldn't be too difficult...)
RSS questions
Is RSS the Right Thing?
What does it have to do with RDF?
Are there good open-source aggregators? Peerkat?
If LiveJournals were provided as RSS feeds, would it be easy to use an aggregator to generate your Friends page?
Is there any problem with making RSS play well with authentication (considering the problem of "friends-only" posts)?
I'm thinking about this because the problem with LiveJournal is that (eg) Charlie Stross doesn't show up on my Friends page, because he doesn't use LJ for his blog. LiveJournal has a sort of "network effect" popularity; I can only view the journals of, or set permissions on other LJ users, not on all bloggers. I'm wondering what technology you'd need to solve this. Any solution gives you scalability for free.
Or am I thinking about this in completely the wrong way?
Re: RSS questions
LJ is available as RSS already; Simon has stuck ours on sandm.co.uk. You jsut put /rss/ on the end of your URL. So you can see My Gadget Stuff as http://www.livejournal.com/~techtoys/rss/
Re: RSS questions
But I didn't know it already supported RSS - thanks! I note you don't get the bodies of the articles, just the titles, so you couldn't use it to build a "friends-page-alike" directly...
Re: RSS questions
I'm actually in the middle of developing a KM architecture based on blogs and RSS...
Re: RSS questions
So you win some, you lose some.
Re: RSS questions
KM == Knowlege management? Wild.
thanks both for your help with this!