You are here

README.txt in FeedAPI 6

Same filename in this branch
  1. 6 README.txt
  2. 6 feedapi_inherit/README.txt
Same filename and directory in other branches
  1. 5 README.txt
Purpose and features
--------------------

FeedAPI aggregates feeds on a Drupal website by generating nodes from feeds. 
It provides a straightforward configuration for most use cases and is 
extensible through an API.

* RSS, Atom and RDF feed support
* CSV, ical, KML parsing is available with 3rd party modules
* Drush integration
* Views integration
* OG integration
* Store data from feeds in CCK fields (Feed Element Mapper)
  Read INSTALL.txt about how to get started using the module.

Developers
----------

Take a look on the API documentation if you want to develop for FeedAPI: 
feedapi.api.php

Performance
-----------

Parser Common Syndication is generally faster than Parser SimplePie because it 
uses PHP5-only SimpleXML library.

For large-scale deployments or with special needs, consider refreshing your feeds 
with Drush. Running cron with drush (drush cron) uses significantly less memory, 
in some cases refreshing single feeds with drush can be benefitial 
(drush feedapi refresh [node nid]).

Known issues
------------

* Parser SimplePie submodule may be incompatible with other modules which include
  SimplePie (for example Activity Stream)
* Do not use FeedAPI and poormanscron together (http://drupal.org/node/235328)
* Grant "use local files as feeds" permission when it's non-avoidable. Use it only when you know exactly what you want to do.

Author/credits
--------------

* The maintainers are Áron Novák (http://drupal.org/user/61864) and Alexander Barth (http://drupal.org/user/53995).
  I got lots of useful responses from my mentors
  Ken Rickard, Károly Négyesi (chx), David Norman (deekayen) and Alex Barth.

Sponsored by Development Seed
Started as a Summer of Code 2007 project.

File

README.txt
View source
  1. Purpose and features
  2. --------------------
  3. FeedAPI aggregates feeds on a Drupal website by generating nodes from feeds.
  4. It provides a straightforward configuration for most use cases and is
  5. extensible through an API.
  6. * RSS, Atom and RDF feed support
  7. * CSV, ical, KML parsing is available with 3rd party modules
  8. * Drush integration
  9. * Views integration
  10. * OG integration
  11. * Store data from feeds in CCK fields (Feed Element Mapper)
  12. Read INSTALL.txt about how to get started using the module.
  13. Developers
  14. ----------
  15. Take a look on the API documentation if you want to develop for FeedAPI:
  16. feedapi.api.php
  17. Performance
  18. -----------
  19. Parser Common Syndication is generally faster than Parser SimplePie because it
  20. uses PHP5-only SimpleXML library.
  21. For large-scale deployments or with special needs, consider refreshing your feeds
  22. with Drush. Running cron with drush (drush cron) uses significantly less memory,
  23. in some cases refreshing single feeds with drush can be benefitial
  24. (drush feedapi refresh [node nid]).
  25. Known issues
  26. ------------
  27. * Parser SimplePie submodule may be incompatible with other modules which include
  28. SimplePie (for example Activity Stream)
  29. * Do not use FeedAPI and poormanscron together (http://drupal.org/node/235328)
  30. * Grant "use local files as feeds" permission when it's non-avoidable. Use it only when you know exactly what you want to do.
  31. Author/credits
  32. --------------
  33. * The maintainers are Áron Novák (http://drupal.org/user/61864) and Alexander Barth (http://drupal.org/user/53995).
  34. I got lots of useful responses from my mentors
  35. Ken Rickard, Károly Négyesi (chx), David Norman (deekayen) and Alex Barth.
  36. Sponsored by Development Seed
  37. Started as a Summer of Code 2007 project.