You are here

INSTALL.txt in FeedAPI 6

FeedAPI INSTALLATION INSTRUCTIONS
---------------------------------

Quick Start Guide
-----------------

Enable FeedAPI, FeedAPI Node and Common Syndication Parser modules. The module
automatically creates a content-type called feed.

To add your first feed, visit node/add/feed and fill the Feed URL field and 
click "Save".

To retrieve feed items manually, click on the Refresh menu tab of the feed node.

To retrieve feed items regularly from your feeds, configure cron: 
http://drupal.org/cron

Submodules in the package
-----------------------------

1) FeedAPI - Base module.
2) FeedAPI Node Processor - Use to create nodes from feed items.
4) FeedAPI Inherit - Passes OG or Taxonomy configuration from feed nodes
   to feed item nodes.
5) Common Syndication Parser - Fast SimpleXML based parser.
6) SimplePie Parser - Very robust, PHP4-compatible parser.
   Requires you to download SimplePie from http://www.simplepie.org and move 
   simplepie.inc file to feedapi/parser_simplepie directory.

To properly configure a feed content type, you must at least enable 1 parser 
(for example Common Syndication) and 1 processor (for example FeedAPI Node).

File

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