Metadata-Version: 1.0
Name: ftw.keywordoverlay
Version: 1.2
Summary: Puts a nice overlay over Archetypes' default keywordwidget for plone.
Home-page: https://github.com/4teamwork/ftw.keywordoverlay
Author: 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ============
        
        This package is using jquery muliselect plugin to make a nicer
        keyword-widget for Plone. It depends on jquery and jquery.ui.
        
        No changes are made on the keyword-widget itself!
        
        Cool:
        ftw.keywordoverlay works with multiple keywordWidgets.
        
        
        Limitation:
        Experienced problems if there are more than aprox.500 keywords
        
        
        Usage
        -------
        
        - Add ``ftw.keywordoverlay`` to yout eggs section in your buildout:
        
        ::
        
        [instance]
        eggs +=
        ftw.keywordoverlay
        
        - Use quickinstaller to install it on your plone site.
        
        - Javascript and CSS is added, which automatically hooks into the widget.
        
        
        Dependencies
        ------------
        
        1.x is using collective.js.jqueryui and plone 4 (which ships a suitable jquery version)
        
        
        0.2 depends on jquery 1.3.x and jquery.ui 1.7.x, jquery 1.4.x is currently
        not supported
        
        
        Links
        -----
        
        - Main github project repository: https://github.com/4teamwork/ftw.keywordoverlay
        - Issue tracker: https://github.com/4teamwork/ftw.keywordoverlay/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.keywordoverlay
        
        
        Maintainer
        ----------
        
        This package is produced and maintained by `4teamwork <http://www.4teamwork.ch/>`_ company.
        
        Changelog
        =========
        
        
        1.2 (2012-05-08)
        ----------------
        
        - Hide plone4 field to add new items.
        [Julian Infanger]
        
        
        1.1 (2011-03-30)
        ----------------
        
        - Exprted jquery.multiselect to collective.js.ui.multiselect
        [elio.schmutz]
        
        - Added German translations for ui.multiselect.js.
        [mathias.leimgruber]
        
        
        1.0 (2010-10-26)
        ----------------
        
        - Plone 4 release - works only with plone 4.
        [mathias.leimgruber]
        
        - Use the newest ui.multiselect.js from http://github.com/michael/multiselect/blob/master/js/ui.multiselect.js
        [mathias.leimgruber]
        
        - Depends on jquery 1.4.x and jquery.ui 1.8.x
        [mathias.leimgruber]
        
        - Removed dependency for collective.js.jquery
        [mathias.leimgruber]
        
        
        0.2 (2010-04-07)
        ----------------
        
        - some CSS
        [mathias.leimgruber]
        
        - merged some other important bugfixes from the newest ui.multiselect widget
        [mathias.leimgruber]
        
        - fix "add all", "remove all" function from ui.multiselect
        [mathias.leimgruber]
        
        - works only with jquery 1.3.x and jquery.ui 1.7.
        [mathias.leimgruber]
        
        0.1 (2010-01-07)
        ----------------
        
        - ftw.keywordoverlay works now with multiple keywordwidgets
        [mathias.leimgruber]
        
        
        0.1a (2009-12-02)
        -----------------
        
        - using ui.multiselect.js
        [mathias.leimgruber]
        
        - small plone integration js
        [mathias.leimgruber]
        
        - manipulate DOM for a better handling
        [mathias.leimgruber]
        
Keywords: plone widget archetypes keyword jquery ftw keywordoverlay
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
