#——————————————————————————- # Name: Syndication feed class for subscription # Purpose: # # Author: Mike # # Created: 29/01/2009 # Copyright: (c) CNPROG.COM 2009 # Licence: GPL V2 #——————————————————————————-
Bases: django.contrib.syndication.feeds.Feed
rss feed class for the latest questions
get url of the author’s profile
get name of author
get full url to the item
get date of creation for the item
get questions for the feed
main function for use as a script