add feed as node only if there is predefined keyword(s) inside it
igorik - August 2, 2007 - 00:31
| Project: | FooAggregator RSS aggregator. |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
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

#1
been 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
#2
just 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.