Smart Folder Export/Import (1.0.4)
- Smart Folder Export/Import download link: http://plone.org/products/smartfolderexportimport/releases
- Homepage of Smart Folder Export/Import: http://plone.org/products/smartfolderexportimport
- Smart Folder Export/Import repository: https://svn.sixfeetup.com/svn/public/SmartFolderExportImport/
- Description source: http://www.sixfeetup.com/development/development/plone-products
SmartFolderExportImport is a layer added on top of the GenericSetup product, a mini-framework for expressing the configured state of a Zope Site as a set of filesystem artifacts. The product allows to export/import Topic/SmartFolder items metadata as a file.
This product subclasses the FolderishExporterImporter class of GenericSetup to be able to import/export Topic/SmartFolder items metadata as a file.
You install it using GenericSetup:
- in the zmi, go to portal_setup
- in the properties tab, choose "SmartFolderExportImport" and update
- then in the import tab, run all the steps
When you export the structure of your site (using GenericSetup), it will create a folder whose name will be the id of your topic. In this folder, you will have:
- a ".objects" file, listing the subtopics if there are some
- a ".topic_props" file, listing the properties of your topic
- a "criteria.xml" file, listing the criteria on your topic
- a "syndication.xml" file, listing the syndication properties of your topic
- some subfolders for the subtopics if there are some