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

Ashraf Amayreh’s picture

Assigned: Unassigned » Ashraf Amayreh

Well, 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?