| 1 |
$Id$
|
| 2 |
|
| 3 |
Aggregator node processor
|
| 4 |
=========================
|
| 5 |
|
| 6 |
Author: Alex Barth http://drupal.org/user/53995
|
| 7 |
|
| 8 |
Node processor for aggregator API in Drupal 7.
|
| 9 |
Uses aggregetor API to create nodes from feed items.
|
| 10 |
|
| 11 |
Installation (aggregator core):
|
| 12 |
|
| 13 |
1) Enable module
|
| 14 |
2) Go to admin/content/aggregator/settings and check "Node processor", uncheck
|
| 15 |
"Default processor"
|
| 16 |
|
| 17 |
Installation with feeds as nodes patch (http://drupal.org/node/293318):]
|
| 18 |
|
| 19 |
1) enable module
|
| 20 |
2) Go to admin/build/types, edit content type "Feed", check "Node processor",
|
| 21 |
uncheck "Default processor". Alternatively, you can create a new content
|
| 22 |
type with corresponding settings.
|