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
Comment #1
ctford commentedComment #2
danielb commentedBrilliant 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?
Comment #3
danielb commentedI've put this in, and I've made a few minor changes. Please start a new issue if there's any problems with it!
Comment #5
danielb commentedThis module will be removed, see http://drupal.org/node/1304964