Metadata-Version: 1.0
Name: collective.tinymceplugins.imagebrowser
Version: 1.0b6
Summary: A TinyMCE plugin to provide thumbnail image browsing and a      ressource library
Home-page: https://github.com/collective/collective.tinymceplugins.imagebrowser
Author: Joscha Krutzki
Author-email: joka@jokasis.de
License: GPL
Description: Introduction
        ============
        
        This is a plugin for the `TinyMCE`__ editor for Plone.
        
        __ http://plone.org/products/tinymce/
        
        It replaces the default *ploneimage* plugin in order to provide image thumbnail
        browsing and a ressource library (preselected folders).
        
        .. figure:: https://github.com/collective/collective.tinymceplugins.imagebrowser/raw/master/docs/ploneimagebrowser.png
           :alt: Screenshot of what you see       
        
           How this looks like       
        
        To add entries to the ressource library go to the tinymce controlpanel and click on the library tab.
        
        Dependencies
        ------------
        
        This product has been tested with Plone 4.1.2 and TinyMCE 1.2.8.
        The supported Webbrowsers are: Chrome 10, Konqueror, Firefox 3.6/4, Safari, IE 8/9.
        
        
        TODO
        ====
        
        * A good uninstall GS step. 
        
        
        Authors
        =======
        
        Joscha Krutzki (joka)
         
        
        Credits
        =======
        
        Created on behalf of 4teamwork GmbH (http://www.4teamwork.ch)
        
        
        
        
        
        
        
        Changelog
        =========
        
        1.0b6 (2012-02-28)
        ------------------
        
        - Fixed include path of Javascript files for compatibility with TinyMCE 1.2.9.
          [Julian Infanger]
        
        
        1.0b5 (2011-12-21)
        ------------------
         
        * Fixed: do not delete existing img classes 
          [joka]
        * Fixed wording 
          [joka]
        
        1.0b4 (2011-11-24)
        ------------------
        
        - Added english translation files 
          [joka]
        - Changed message ids, default translations
          [joka]
        - Upgrade step to migrate to plone.registry 
          [joka]
        - Use plone.registry instead of TinyMCE object to store image resource entries
          [joka]
        - Fixed wording
          [joka]
        - List all folders first, then all images, float only images. 
          [joka] 
        - Merged in Products.TinyMCE image plugin 1.2.8 (Plone 4.1).
          [joka]
        
        
        1.0b3 (2011-06-24)
        ------------------
        
        - Do not load TinyMCE profile as it's applied by Plone anyway and it would
          reset various settings.
          [buchi]
        
        - Added upgrade step to fix the category of the imaging controlpanel which was
          wrongly set by previous versions loading the TinyMCE profile.
          [buchi]
        
        
        1.0b2 (2011-06-08)
        ------------------
        
        - Fix broken release by also including non-Python files.
          [buchi]
        
        
        1.0b1
        -------------------
        
        - Initial release
        
Keywords: tinymce plugin thumbnail image browsing ressource library
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Programming Language :: JavaScript
