Closed (fixed)
Project:
Feedparser
Version:
4.7.x-1.x-dev
Component:
feedmanager
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2006 at 01:13 UTC
Updated:
9 Feb 2007 at 02:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
Foodster commentedI think making the index page like lylina rss aggregator is more readable http://lylina.sourceforge.net/
Comment #2
buddaThe lylina page is more a list of actual feed items. That is already implemented per feed. The index would just be listing what feeds are being aggregated, their image, and a short description about the feed (all taken from the feed).
The page would be themable.
Comment #3
greg@beargroup.com commentedA good solution to this would be to make the feedmanager_page_sources() function themeable. Then can style the theme index page however we want without modifying the core module.
Comment #4
greg@beargroup.com commentedHere's a patch to theme the items on an index page.
Comment #5
buddaTheme function added to CVS.
theme_feedmanager_index_items($feed, $items)Comment #6
(not verified) commented