Metadata-Version: 1.0
Name: zopyx.tinymceplugins.imgmap
Version: 0.1
Summary: Imgmap editor plugin for TinyMCE
Home-page: http://svn.plone.org/svn/collective/
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL
Description: zopyx.tinymceplugins.imgmap
        ===========================
        
        This module allows you to edit image maps inside the TinyMCE editor
        in Plone 4.0 or higher.
        
        The code is based on the ``imgmap`` plugin for TinyMCE.
        See http://code.google.com/p/imgmap for details.
        
        Installation
        ============
        As with every Plone add-on: add ``zopyx.tinymceplugins.imgmap`` to the ``eggs``
        and ``zcml`` options of your buildout configuration.
        
        Configuration
        =============
        Right now you have to ``map`` and ``area`` manually to the list of allowed
        HTML tags inside the Plone control panel for HTML filtering.
        
        Usage
        =====
        Inside TinyMCE you have to select an image inside the editor window and choose
        the imagemap icon from the toolbar of TinyMCE.
        
        License
        =======
        This module is published under the GNU Public License V 2
        
        
        Author
        ======
        
        
        | ZOPYX Limited
        | c/o Andreas Jung
        | Charlottenstr. 37/1
        | D-72070 Tuebingen, Germany
        | www.zopyx.com
        | info@zopyx.com
        
        
        Changelog
        =========
        
        0.1.0 (2010-09-27)
        -------------------
        
        - Initial release
        
Keywords: Plone Zope TinyMCE editor
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
