Forum feeds¶
The forum_feeds application allows to get forum topics as RSS feeds.
Feeds¶
Forum feeds¶
This module defines the feed abstractions provided by the forum application. It allows to generate RSS feeds.
-
class
machina.apps.forum_feeds.feeds.LastTopicsFeed¶ Bases:
django.contrib.syndication.views.FeedProvides feed items for the latest forum topics.
-
get_object(request, *args, **kwargs)¶ Handles the considered object.
-
item_link(item)¶ Generates a link for a specific item of the feed.
-
item_pubdate(item)¶ Returns the item’s creation date or update date.
-
items()¶ Returns the items to include into the feed.
-