Metadata-Version: 1.1
Name: cs.donedukia
Version: 1.2
Summary: Folderish pages to simplify plone page-folder story
Home-page: http://code.codesyntax.com/private/cs.donedukia
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL
Description: cs.donedukia Package Readme
        ============================
        
        Overview
        --------
        
        cs.donedukia provides a folderish page that contains a kupu field 
        with rich content and a folderish behaviour to add content inside it.
        
        
        
        
        
        
        Changelog for cs.donedukia
        
        cs.donedukia - 1.2
            - Fix a bug: fieldproperties were not registered in Plone 4
              [erral]
        
            - Remove unused import statements
              [erral]
        
            - Remove deprecation warnings due to code generated for Plone 3.x by ZopeSkel
              [erral]
        
        cs.donedukia - 1.1
            - Adjustments in template and view to work with Plone 4
              [erral]
        
        cs.donedukia - 1.0
            - Use z3c.autoinclude to signal this is a Plone package
              [erral]
        
        cs.donedukia - 0.8-0.9
            - Minor changes
              [lur, erral]
        
        cs.donedukia - 0.6
            - Add folder_listing view to DonEdukia
              [erral]
        
        cs.donedukia - 0.5
            - Add properties and sharing tabs to Plone 2.5 profile
              [erral]
        
        cs.donedukia - 0.4
            - The icon in Plone 2.5.x should be folder_icon.gif and not
              folder.gif because of its size.
              [erral]
        
            - Removed the unused attribute showContents to show the contents 
              of the current DonEdukia. If you want to show the contents
              register a new view. It's not so dificult :)
              [erral]
        
        
        cs.donedukia - 0.3
        
            - Added folder.gif as icon for DonEdukia objects in Plone 2.5 because
              there were problems with some getattr(context, ++donedukia.gif++')
              in some Plone templates
              [erral]
        
        cs.donedukia - 0.2
        
            - Removed unneeded portlet information
              [erral]
        
            - Added Plone 2.5.x compatibility
              [erral]
        
        cs.donedukia - 0.1 
        
            - Initial package structure.
              [zopeskel]
        
            - Initial implementation based on folder and documents
              [erral]
        
            - Added support for showing the contained DonEdukias.
              [erral]
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
