- Document all hooks and API functions in code
- Document usage in handbook
- (Document drush commands in handbook)
- Blog post

Comments

alex_b’s picture

Version: » 6.x-1.x-dev

Handbook outline:

Add in "Aggregation" http://drupal.org/node/326575

* Feeds
** Site builder's guide
*** Introduction
*** Installation
*** Explain the configurations that come out of the box
*** Walkthrough of creating your first importer configuration including mapping
*** Exportables
** Developer's guide
*** Introduction to programming with Feeds
*** Plugins API
*** Mapping API
*** Document all API functions (we may want to use a site generated from doxygen and link to it)
*** Example of how to create a Feeds plugin

Add in "Migration, deployment, backup, and import" http://drupal.org/node/417192

* Feeds
** Explain how feeds is being used in import scenarios, link to Feeds in aggregation

alex_b’s picture

Status: Active » Needs work

I've created the outline above in the handbook with minimal text: http://drupal.org/node/622696

Especially the two subsections "A site builder's guide" and "A developer's guide" would need some more specifics now.

willmoy’s picture

Status: Needs work » Needs review

I've added how to do a basic Parser plugin. Large chunks of what the system can do I haven't explored but what I have, I've documented.

Please would you check to make sure it's not misleading anyone?

alex_b’s picture

Status: Needs review » Needs work

Cool. Thanks. I've broken out examples explicitely: http://drupal.org/node/622700

vitis’s picture

Is Feeds stable enough for a live site (with a feed of news articles that will be associated with taxonomy terms)?

alex_b’s picture

Status: Needs work » Closed (fixed)

I'm closing this now, let's follow up with more specific issues.