hello.feeds

django syndication for questions/answer pages

Classes

class hello.feeds.LatestQuestions

Feed of questions in reverse time

description = 'Latest Questions.'
item_description(item)
item_title(item)
items()

list of objects

title = 'Open Source Tools'
class hello.feeds.LatestAnswers

Feed of answers to a specific question id

description = 'Latest Answers.'
get_object(request, question_id)
item_description(item)
item_title(item)
items(item)
title = 'Open Source Tools'