Feeds import/export demonstration presented at Capital Camp 2014
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitattributes
.gitignore
Feeds Demo.pdf
README.md
article_bundle_export.inc
article_feed_importer.inc
category_taxonomy-7.x-1.0-beta1.tar
views_data_export.inc

README.md

feedsdemo

Feeds import/export demonstration presented at Capital Camp 2014

views_data_export.inc - contains the export code for the views_data_export view. Import on the exporter to create the xml endpoint.

category_taxonomy-7.x-1.0-beta1.tar - contains the export code for the category taxonomy used in the article content type.
Created using the features module. Enable feature on the importer.

article_bundle_export.inc - contains the export code for the article content type. Created on the exporter using the bundle copy module. Import on the importer site.

article_feed_importer.inc - contains the export code for the article feed importer. Import on the importer to create the mappings necessary for the import of article data.

Feeds Demo.pdf - the slideshow presentation used at Capital Camp 2014