collective.jsonify
exports your Plone content to JSON.
Many packages that export data from Plone have complicated dependencies, and so
only work with Plone 3.0 or higher (or not even with 3.0).
collective.jsonify
's only dependency is simplejson. It can be installed in
any Plone version, probably as far back as Plone 2.0 (not tested!).
The exported JSON is a collective.transmogrifier friendly format. Install
collective.jsonify
on a site you want to export from, and setup an import
transmogrifier pipeline on the site you're importing to, using the blueprints in
the collective.jsonmigrator package.
For more information see the documentation.
Warning: | This product may contain traces of nuts. |
---|---|
Author: | Rok Garbas, migrating for you since 2008 |
Source: | http://github.com/collective/collective.jsonify |