Postponed
Project:
FooAggregator RSS aggregator.
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2007 at 00:31 UTC
Updated:
19 Aug 2007 at 07:26 UTC
Hi
Please to implement option to add node ased on selected keywords.
So I will be have rss from e.g. Computer & Media, but just those feeds will be converted to node and added into my site, in which will be selected/predefined keyword(s) (e.g. "AMD" or "Pentium", or "Intel, Pentium, AMD"...)
I am sure that feature as this is really missing in drupal. With this feature you can more detailed watch various rss feeds and add just these feeds, which are important/relevant for you.
Thanks for reading my post and I will be hope that something like this will be implementated.
Igor
somvprahe.sk
Comments
Comment #1
alaa commentedbeen trying to come up with a way to do that with an extra module and without major changes to the code. my guess is we'll need to add a parse hook so modules can alter parser behavior.
will put this as postponed until we figure out a reasonable approach
Comment #2
alaa commentedjust a quick thought, if you don't mind cluttering your database with nodes that don't match you can always construct a view to list only nodes whose text matches your keywords.