Metadata-Version: 1.0
Name: collective.kupuemoticons
Version: 0.0.3
Summary: UNKNOWN
Home-page: http://svn.plone.org/svn/collective/collective.kupuemoticons/tags/0.0.3
Author: Ramon Bartl
Author-email: ramon.bartl@inquant.de
License: GPL
Description: Introduction
        ============
        
        A tool to enable animated emoticons for KUPU.
        
        
        FEATURES
        --------
        
        - 18 different animated emoticons
        - inserts the image into KUPU, not a ":-)" or ":)"
        - adds only one button to the KUPU toolbar where you can access the complete
        emoticon-set over a KUPU panel.
        
        
        INSTALL
        -------
        
        Add this to your buildout.cfg::
        
        eggs =
        ${buildout:eggs}
        ${plone:eggs}
        collective.kupuemoticons
        
        zcml =
        collective.kupuemoticons
        
        install it with the quickinstaller.
        
        **This version is tested with Plone 3.0.6 and Plone 3.1.5.1**
        
        
        WARNING
        -------
        
        This package overwrites kupu_wysiwyg_support.html to add the new toolbar
        button and drawer to KUPU.
        
        
        NOTE
        ----
        
        we are no KUPU core developers, so maybe there is a simpler way to do that.
        Feedback is more than welcome...
        
        ::
        vim: set ft=rst ts=4 sw=4 expandtab tw=78 :
        
        Change history
        **************
        
        trunk (2008-08-27)
        ==================
        
        - xxx [InQuant]
        
        Changelog
        =========
        
        0.0.3 (2008-08-20)
        ------------------
        
        - removed dependency to ploneinit.js [ramonski]
        - added custom tool initializer [ramonski]
        - added new animated emoticon set [ramonski]
        - Emoticon Tool adds now the images instead of ascii smileys [ramonski]
        - added Emoticon Drawer Tool [ramonski]
        - moved toolbar and drawer into macros [ramonski]
        
        0.0.2 (2008-08-20)
        ------------------
        
        - re-released under the correct name [ramonski]
        - fixed wrong name in setup.py [ramonski]
        
        0.0.1 (2008-08-12)
        ------------------
        
        - initial release [ramonski]
        - added 'wink, lol, cool' emoticons [hplocher]
        - fixed EmoticonTool [hplocher]
        - registered resources [hplocher]
        - fixed cssregistry.xml [hplocher]
        - fixed jsregistry.xml [hplocher]
        - moved to collective [hplocher]
        
        0.0.0 (2008-08-12)
        ------------------
        
        - registered resources [ramonski]
        - customized kupuploneinit.js in skins folder [ramonski]
        - customized kupu_wysiwyg_support.html in skins folder [ramonski]
        - created EmoticonTool [ramonski]
        - Created with ZopeSkel [ramonski]
        
        Contributors
        ************
        
        Ramon Bartl, InQuant GmbH
        
        Hans-Peter Locher, InQuant GmbH
        
        Download
        ********
        
Keywords: kupu plone zope emoticons
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
