> 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
programming language to parse the RSS feed to pull what you require.

> We are looking at having not just the heading and link, but also some portion 
> or
> whole of the body. The structure of the blog entry is like any classic
> Django based blog.

I guess you could use the low-level RSS framework [1] to declare and
customize content you want to include in the feed. Check up RSS
Specifications [2] for more clarity.

[1] 
http://www.djangoproject.com/documentation/syndication_feeds/#the-low-level-framework
[2] http://www.rssboard.org/rss-specification

Cheers
Thejaswi Puthraya


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to