Metadata-Version: 1.0
Name: anthill.customexport
Version: 0.1
Summary: Makes it possible to export custom folder contents to filesystem
Home-page: UNKNOWN
Author: Simon Pamies
Author-email: s.pamies@banality.de
License: GPL
Description: Introduction
        ------------
        
        This package adds a new tab to ``portal_skins/custom`` folder named "FS-Export".
        Using this tab you can export all scripts and other stuff you have customized
        with one click to the filesystem.
        
        Even in times of views, content providers and viewlets there are cases where
        you have stuff in custom folder and struggle with exporting it to the
        filesystem.
        
        Installation
        ------------
        
        - Extend your buildout with anthill.customexport
        - Make sure your instance knows about it (eggs=, zcml=)
        - Rerun buildout
        - Go to portal_skins/custom and then click on the new tab
        
        Tested with
        -----------
        
        Plone 2.5.x and 3.x
        
        Changelog
        =========
        
        0.1 - 2009-08-14
        ----------------
        
        * Initial release after repackaging
        
        
Keywords: zope patch customfolder skinning theme skin plone
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
