CMFFolderExport 0.1 Available

tl;dr

The product is a simple add-on for CMF 2.0, exposing views for exporting / importing folderish content as tarballs.

Overview

The implementation is dirt simple: it just leverages the "content space" export import facilities of GenericSetup, including the stock adapters registered by GenericSetup and CMFCore.

If you don't like the filesystem representation those adapters produce (generally identical to the "DAV source view") you can register your own adapters instead.

Once the product is installed, folderish content has two new views available:

  • @@export.tar.gz synthesizes the tarball

  • @@upload_tarball allows you to upload the tarball, replacing any existing content. Currently the page template for this view does not play with the skinning machinery.

Links