Metadata-Version: 1.1
Name: cs.donedukia
Version: 2.1.2
Summary: Folderish pages to simplify plone page-folder story
Home-page: http://github.com/codesyntax/cs.donedukia
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL
Description: README
        ===============
        
        Overview
        --------
        
        cs.donedukia provides a folderish page that contains an editable field
        with rich content and a folderish behaviour to add content inside it.
        
        
        
        
        
        
        CHANGELOG
        ===========
        
        cs.donedukia - 2.1.2 (2012/11/9)
        ----------------------------------------------
        
            - Brown bag release. Fix import
              [erral]
        
        cs.donedukia - 2.1.1 (2012/11/9)
        ----------------------------------------------
        
            - Brown bag release. Fix useless import
              [erral]
        
        cs.donedukia - 2.1 (2012/11/9)
        ----------------------------------------------
        
            - Add DonEdukias to TinyMCE's Linkable, Folderish and containsanchors
              resource types
              [erral]
        
            - Add adding permission for Site Administrators
              [erral]
        
            - Fix CHANGELOG formatting
              [erral]
        
            - Add Plone's default Folder's available views as views
              for DonEdukia
              [erral]
        
            - Fix folder_listing_donedukia.pt for Plone 4
              [erral]
        
        cs.donedukia - 2.0.1
        -----------------------
        
            - Remove ZCML registration deprecation warnings
              [erral]
        
        cs.donedukia - 2.0
        -----------------------
        
            - Drop Plone 2.5 and Plone 3 support, use cs.donedukia < 2.0
              for those Plone versions
              [erral]
        
            - Inherit IDonEdukia from IATDocument and IATFolder
              [erral]
        
        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]
        
        
Keywords: plone page folderish
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
