Metadata-Version: 1.0
Name: kotti-tinymce
Version: 0.2.5
Summary: TinyMCE plugins for Kotti
Home-page: https://github.com/disko/kotti_tinymce
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: MIT
Description: =============
        kotti_tinymce
        =============
        
        TinyMCE plugins for Kotti.
        
        Setup
        =====
        
        To activate the kotti_tinymce add-on in your Kotti site, you need to
        add an entry to the ``kotti.configurators`` setting in your Paste
        Deploy config.  If you don't have a ``kotti.configurators`` option,
        add one.  The line in your ``[app:main]`` section could then look like
        this::
        
          kotti.configurators = kotti_tinymce.kotti_configure
        
        With this, you'll be able to use TinyMCE in your Kotti site.
        
        
        
        .. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti
        
        
        ChangeLog
        =========
        
        0.2.5
        -----
        
        - Fix JS errors caused by calling tinyMCEPopup.onInit.add from a
          wrong place.
        
        0.2.4
        -----
        
        - Explicitly set relative_urls to false on TinyMCE initialization.
          This fixes a bug when trying to add an image while adding a page.
        
        0.2.3
        -----
        
        - added German translation
        - use TinyMCE's translations
        
        0.2.2
        -----
        
        - fix requirement version conflict (now: Kotti>=0.7dev)
        
        0.2.1
        -----
        
        - kotti_tinymce is a direct dependency of Kotti now
        - use Kotti's "new style" edit_needed
        
        0.2
        ---
        
        - get rid of Products.TinyMCE
        - use fanstatic
        - add custom 'kottibrowser' TinyMCE plugin
        
        0.1 - Unreleased
        ----------------
        
        
Keywords: tinymce image browser kotti cms pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: MIT License
