I've been using node_export to allow editors to move content from a legacy site. Editors found copying and pasting export code from one site to another tedious, so they requested a way to streamline the process.

I wrote a small module that plugs into node_export and simply makes the export form POST-able to another site.

http://drupal.org/sandbox/ctford/1099984

Would you consider this suitable for inclusion as an optional-extra within the main node_export module?

Comments

ctford’s picture

Title: Add a "push" button to the node export form to make exporting more convienient » Add a "push" button to the node export form to make exporting more convenient
danielb’s picture

Brilliant idea, I'd definitely like to put this in. Would you be interested in git access to this module if you need to make updates to it?
We'll need to whip up a Drupal 7 version too, seems simple enough since it's a small module. Also, I notice there is an empty schema function in the install file - do you have plans for that?

danielb’s picture

Status: Active » Fixed

I've put this in, and I've made a few minor changes. Please start a new issue if there's any problems with it!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

danielb’s picture

This module will be removed, see http://drupal.org/node/1304964