Re: parsing Django RSS feeds for content reposting

2007-11-08 Thread Thejaswi Puthraya
> I have a regular RSS feed for a blog created using Django's contrib.feed. > Can some one suggest the best practice to have content from the RSS feed > made available on other web sites probably running PHP of ASP. RSS is a platform independent solution. It is an XML file, so use any programmin

Re: parsing Django RSS feeds for content reposting

2007-11-08 Thread Ramdas S
Thanks. But I am looking at a platform independent solution, if any. Javascript looked to be the only option as a client side script pulling data from Django based web app. RS On Nov 8, 2007 8:37 PM, David Reynolds <[EMAIL PROTECTED]> wrote: > > > On 8 Nov 2007, at 1:49 pm, Ramdas S wrote: >

Re: parsing Django RSS feeds for content reposting

2007-11-08 Thread David Reynolds
On 8 Nov 2007, at 1:49 pm, Ramdas S wrote: > Hi, > > I do not know how much of this post is relevant from point of Django! > Here is what I am looking at! > > I have a regular RSS feed for a blog created using Django's > contrib.feed. Can some one suggest the best practice to have > content

parsing Django RSS feeds for content reposting

2007-11-08 Thread Ramdas S
Hi, I do not know how much of this post is relevant from point of Django! Here is what I am looking at! I have a regular RSS feed for a blog created using Django's contrib.feed. Can some one suggest the best practice to have content from the RSS feed made available on other web sites probably ru