0

RSS reader?

I have a number of apps I'd like to deploy that need a client side rss reader (to pull feeds from multiple remotes that forbid proxying in their TOS) if there were an rss reader service that would let me grab a feed from a remote site and have the ability to see it's contents from javascript code on the page that would be killer.

Any plans to write one?

by
5 Replies
  • QUOTE (John P @ Nov 23 2008, 12:32 AM) <{POST_SNAPBACK}>
    I have a number of apps I'd like to deploy that need a client side rss reader (to pull feeds from multiple remotes that forbid proxying in their TOS) if there were an rss reader service that would let me grab a feed from a remote site and have the ability to see it's contents from javascript code on the page that would be killer.

    Any plans to write one?


    Hi John,

    Not sure if i have understood it correctly. Are you saying there should be a BrowserPlus service which when given a RSS server site gets the feed from it and gives you ability to read through and parse the feed ? Isnt this which can be achieved by a javascript library ? What kind of desktop intergration would you get by providing such service ?

    Correct me if i understood your post wrongly...

    - Uday.
    0
  • QUOTE (Uday @ Nov 23 2008, 06:21 PM) <{POST_SNAPBACK}>
    Hi John,

    Not sure if i have understood it correctly. Are you saying there should be a BrowserPlus service which when given a RSS server site gets the feed from it and gives you ability to read through and parse the feed ? Isnt this which can be achieved by a javascript library ? What kind of desktop intergration would you get by providing such service ?

    Correct me if i understood your post wrongly...

    - Uday.


    I agree with Uday that this one may be of questionable utility given it's not really a hard problem to solve with existing web technologies, but I'm a little curious about how to handle the cross domain issues when attaining XML feeds on the client.

    That said, a simple little ruby script to pull a feed cross domain, parse it up, and return results as javascript objects would be easy to write.

    The benefits would perhaps simpler client use, secure cross domain acquisition of feeds, and would handle the no-proxy requirement. The secure cross domain part, simply because the service would not send any headers containing potentially sensitive information, and would verify syntactically correct RSS outside of the reach of javascript. Largely we could follow Crockfords suggestions for secure cross domain JSON from the jsonrequest spec.

    How hacky are you feeling? If you want I could walk you through the steps to start writing the ruby to do this. :Dlloyd
    0
  • QUOTE (Lloyd Hilaiel @ Nov 24 2008, 11:43 AM) <{POST_SNAPBACK}>
    That said, a simple little ruby script to pull a feed cross domain, parse it up, and return results as javascript objects would be easy to write.

    The benefits would perhaps simpler client use, secure cross domain acquisition of feeds, and would handle the no-proxy requirement. The secure cross domain part, simply because the service would not send any headers containing potentially sensitive information, and would verify syntactically correct RSS outside of the reach of javascript. Largely we could follow Crockfords suggestions for secure cross domain JSON from the jsonrequest spec.

    How hacky are you feeling? If you want I could walk you through the steps to start writing the ruby to do this. :DJohn (jpp@cloudview.com)
    0
  • QUOTE (John P @ Nov 25 2008, 02:13 PM) <{POST_SNAPBACK}>
    It's the cross domain part that's interesting - there are some rss feeds that can't be proxied (terms of use issues) -the JSON model (no cookies, no auth, only accepts limited content types and validates the content before passing data back) would be great.

    I'd be up for taking a crack at ruby code to do it so yes please point me in the right direction.

    John (jpp@cloudview.com)


    neat! this would be one of the first externally developed services ;)lloyd
    0
  • QUOTE (Lloyd Hilaiel @ Nov 26 2008, 08:45 AM) <{POST_SNAPBACK}>
    neat! this would be one of the first externally developed services ;)Now I see Lloyd, now, I see. Thanks for guiding me to focus on this message. I had read it before, but did it with a closed mind. I see now. I see. I am playing with the Ruby:)
    0
This forum is locked.

Recent Posts

in Feature Ideas