Metadata-Version: 1.0
Name: collective.jqhistory
Version: 1.0.1
Summary: Packages up the jquery-history plugin for plone.
Home-page: https://github.com/collective/collective.jqhistory/
Author: 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: AGPL3
Description: collective.jqhistory
        ====================
        
        ``collective.jqhistory`` packages up the ``jquery-history`` plugin written
        by Benjamin Arthur Lupton for use in plone.
        
        ``jquery-history``'s home is at https://github.com/balupton/jquery-history
        
        
        Version
        -------
        
        ``jquery-history`` is included in version ``1.1.0-final``.
        
        
        License
        -------
        
        ``collective.jqhistory`` and ``jquery-history`` are published under the
        GNU AFFERO GENERAL PUBLIC LICENSE, version 3.
        
        
        Usage
        -----
        
        - Add ``collective.jqhistory`` to your buildout:
        
        ::
        
        [instance]
        eggs +=
        ...
        Plone
        collective.jqhistory
        
        - Import the "collective.jqhistory" generic setup import step.
        
        
        Links
        -----
        
        - ``jquery_history``: https://github.com/balupton/jquery-history
        - ``collective.jqhistory`` github project repository: https://github.com/collective/collective.jqhistory
        - ``collective.jqhistory`` issue tracker: https://github.com/collective/collective.jqhistory/issues
        - ``collective.jqhistory`` on pypi: http://pypi.python.org/pypi/collective.jqhistory
        
        
        Maintainer
        ==========
        
        This package is produced and maintained by `4teamwork <http://www.4teamwork.ch/>`_ company.
        
        Changelog
        =========
        
        
        1.0.1 (2012-03-22)
        ------------------
        
        - Fix MANIFEST.in.
        [jone]
        
        
        1.0 (2012-03-12)
        ----------------
        
        - Initial release
        
Keywords: jquery history collective plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: License :: OSI Approved :: GNU Affero General Public License v3Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
