On Wed, 12 Oct 2011 14:39:12 -0500 Jeff Aigner <[email protected]> wrote:
> Yes maybe I posted a poor example. You can process RSS feeds with javascript > alone (I've done it with twitter feeds). The google one will probably be > easiest and shouldn't go away without warning. If you end up wanting > something more custom relying on server-side programming, I'd be happy to > help out writing it. I guess I'm not sure that you can actually access the feed with js alone, given an url like http://groups.google.com/group/leo-editor/feed/rss_v2_0_topics.xml?num=5 you can't don an ajax fetch on it unless your script is running on http://groups.google.com/, because of the cross domain scripting rules. Hence the need for something like the feed2js.org service. So, basically the example you posted is the best solution right now, and we should try and get it into the Leo web homepage, when Edward has time. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
