2 FeedAPI INSTALLATION INSTRUCTIONS
3 ---------------------------------
8 Enable FeedAPI, FeedAPI Node and Common Syndication Parser modules. The module
9 automatically creates a content-type called feed.
11 To add your first feed, visit node/add/feed and fill the Feed URL field and
14 To retrieve feed items manually, click on the Refresh menu tab of the feed node.
16 To retrieve feed items regularly from your feeds, configure cron:
17 http://drupal.org/cron
19 Submodules in the package
20 -----------------------------
22 1) FeedAPI - Base module.
23 2) FeedAPI Node Processor - Use to create nodes from feed items.
24 4) FeedAPI Inherit - Passes OG or Taxonomy configuration from feed nodes
26 5) Common Syndication Parser - Fast SimpleXML based parser.
27 6) SimplePie Parser - Very robust, PHP4-compatible parser.
28 Requires you to download SimplePie from http://www.simplepie.org and move
29 simplepie.inc file to feedapi/parser_simplepie directory.
31 To properly configure a feed content type, you must at least enable 1 parser
32 (for example Common Syndication) and 1 processor (for example FeedAPI Node).