Metadata-Version: 1.0
Name: collective.tinymceportlets
Version: 1.0a2
Summary: And portlets into content with tiny mce
Home-page: http://svn.plone.org/svn/collective/
Author: UNKNOWN
Author-email: UNKNOWN
License: GPL
Description: Introduction
        ============
        
        This product allows you to add portlets within TinyMCE.
        
        It adds a button to tiny mce to allow you to choose portlets from the normal
        plone right and left columns(or any extra portlet managers available).
        
        It works by using plone.transformchain to add the portlets into the document
        after it has been rendered.
        
        Only tested on Plone 4.1 but could work on other versions.
        
        On Plone 4.1, you'll have to pin plone.formwidget.contenttree::
        
        	[versions]
        	...
        	plone.formwidget.contenttree = 1.0.4
        	...
        
        Changelog
        =========
        
        1.0a2 (2011-10-04)
        ------------------
        
        - Add refresh button to get the list of 
          portlets since I can't know when the context
          is changed with the contenttree widget always.
        
        
        1.0a1 (2011-10-04)
        ------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
