Recipes: Possible to show a feed description?
I'm working on a recipe that will potentially have 150 "feeds," with a subset to be selected by the user. I've put "feeds' into quotes because they are not true RSS feeds. I know the feed URL, and I can calculate the article URL from the feed URL without needing to fetch anything. As a result, I'm using the parse_index method, which returns a feed title and a corresponding list of articles for each feed. I simply generate everything manually and return the generated results.
Each article for each feed gets a title, URL, date and description.
My question: Is it possible to supply (and display) descriptions for the feeds, not just the articles within each feed?
Thanks for any comments.
|