Removing translation directories
[project/feedapi.git] / INSTALL.txt
CommitLineData
fb4197f0
AB
1
2FeedAPI INSTALLATION INSTRUCTIONS
3---------------------------------
4
5Quick Start Guide
6-----------------
7
8Enable FeedAPI, FeedAPI Node and Common Syndication Parser modules. The module
9automatically creates a content-type called feed.
10
11To add your first feed, visit node/add/feed and fill the Feed URL field and
12click "Save".
13
14To retrieve feed items manually, click on the Refresh menu tab of the feed node.
15
16To retrieve feed items regularly from your feeds, configure cron:
17http://drupal.org/cron
18
19Submodules in the package
20-----------------------------
21
221) FeedAPI - Base module.
232) FeedAPI Node Processor - Use to create nodes from feed items.
244) FeedAPI Inherit - Passes OG or Taxonomy configuration from feed nodes
25 to feed item nodes.
265) Common Syndication Parser - Fast SimpleXML based parser.
276) 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.
30
31To 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).