Active
Project:
Aggregation
Version:
5.x-3.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
17 Aug 2007 at 04:22 UTC
Updated:
18 Apr 2008 at 23:39 UTC
Don't see how using taxonomy is beneficial here. Confusing IMO. Since if you want to add a new feed_handler you need to develop a new .inc. Really they should be auto_discovered like Views does I think. At least this should be a variable array like
array(
'ATOM10.inc' => t('Atom 1.0'),
...
);
Comments
Comment #1
Ashraf Amayreh commentedWell, it does seem redundant, but I could think of some uses. If the terms are limited by role perhaps, different users would be able to aggregate from different sources.
Far fetched perhaps, but what do you think?