Quote:
Originally Posted by ratulb
Could anyone give me some pointers to how I could update the Financial Times recipe to group the articles into seb-sections (as the website does into various tabs)? ... The Economist recipe already does this grouping into subsections.
|
The FT uses RSS feeds. The Economist uses parse_index and builds its own feeds, splitting up subsections as it goes. You can either build your own sorted feeds using parse_index, or convert the RSS feeds to virtual feeds and sort. There's code for the conversion in the sticky code thread.