Issue:News aggregation using DPL

From FollowTheScore
Revision as of 16:15, 12 November 2008 by Kince (talk | contribs) (New page: {{Issue |Type = Change Request |Extension = DPL |Version = 1.7.4 |Description = News aggregation using DPL |Status = open }} == Problem == We are trying to implemen...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: News aggregation using DPL
Extension / Version: DPL   /   1.7.4
Type / Status: Change Request   /   open

Problem

We are trying to implement a news system using News Categories and DPL. DPL is well documented and everything worked fine.

The problem arose when we try to aggregate these news in a totally new page. An example follows:

Say we have two categories and two pages for two news channel, WikiNews, and UbuntuNews. Now in a totally new page We would like to see all News regardless of where it is coming from. This does not work. We don't know if it is a feature or a side effect.

DPL categorizes every page that contain dpl tag with category=whatever. So when we create a filter using category=%News (which will match both WikiNews, and UbuntuNews) that creates a recursive output, i.e. pages including pages, etc.

We wonder if this can be done, and how. Or else please take this as a feature request.


Reply