askbot.feed

#——————————————————————————- # Name: Syndication feed class for subscription # Purpose: # # Author: Mike # # Created: 29/01/2009 # Copyright: (c) CNPROG.COM 2009 # Licence: GPL V2 #——————————————————————————-

class askbot.feed.RssLastestQuestionsFeed(slug, request)

Bases: django.contrib.syndication.feeds.Feed

rss feed class for the latest questions

get url of the author’s profile

item_author_name(item)

get name of author

get full url to the item

item_pubdate(item)

get date of creation for the item

items(item)

get questions for the feed

askbot.feed.main()

main function for use as a script

This Page