mapping url to feed

2009-12-27 Thread neridaj
I'm trying to retrieve blog entries for a specific category and I'm not sure how to generate the correct url in my template. here is what I have: {{ category.title }} feeds = { 'entries': LatestEntriesFeed, 'links': LatestLinksFeed, 'categories': CategoryFeed, 'tweets': LatestTweetsFeed }

mapping url to feed

2009-12-26 Thread neridaj
I'm trying to retrieve blog entries for a specific category and I'm not sure how to generate the correct url in my template. here is what I have: {{ category.title }} feeds = { 'entries': LatestEntriesFeed, 'links': LatestLinksFeed, 'categories': CategoryFeed, 'tweets': LatestTweetsFeed }