Metadata-Version: 1.1
Name: zopyx.tinymceplugins.imgmap
Version: 0.3.2.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``
        option of your buildout configuration and re-run buildout.
        
        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
        
        Contributors:
        
        * Harald Friessnegger (fRiSi)
        * Jean Michel Francois (toutpt)
        
        Changelog
        =========
        
        0.3.2.1 (2012-11-07)
        --------------------
        
        - fix brown bag release (docs/ did not get added to the distribution
          by zest.releaser so we added it to MANIFEST.in)
          
        0.3.2 (2012-11-06)
        ------------------
        
        - add the ``zopyx_tinymceplugins_imgmap`` leayer to every
          skin defined in portal_skins on installation to
          prevent people using the product from `getting confused`_
          [fRiSi]
        
          .. _`getting confused`: http://stackoverflow.com/questions/13227481/overriding-skins-xml-of-another-product
        
        
        0.3.1 (2011-08-03)
        ------------------
        - added dependency to BeautifulSoup
          [fRiSi]
        - added French translation
          [toutpt]
        
        0.3.0 (2010-11-18)
        ------------------
        - added @@getAnchors() view
        - added ``Anchors`` fieldset for accessing the list of anchors in the underlaying
          document (works only for ATDocument instance)
          [ajung, d2m]
        
        0.2.0 (2010-10-10)
        -------------------
        - fixed some packaging issues
        
        0.1.0 (2010-09-27)
        -------------------
        - Initial release
        
Keywords: Plone Zope TinyMCE editor
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
