Metadata-Version: 1.0
Name: collective.favoriting
Version: 1.0.1
Summary: Favoriting internal content
Home-page: https://github.com/toutpt/collective.favoriting
Author: JeanMichel aka toutpt
Author-email: toutpt@gmail.com
License: gpl
Description: Introduction
        ============
        
        This addon let any member of the site being able to add any content to it's
        favorites.
        
        Badges
        ======
        
        .. image:: https://pypip.in/v/collective.favoriting/badge.png
            :target: https://crate.io/packages/collective.favoriting/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/collective.favoriting/badge.png
            :target: https://crate.io/packages/collective.favoriting/
            :alt: Number of PyPI downloads
        
        .. image:: https://secure.travis-ci.org/toutpt/collective.favoriting.png
            :target: http://travis-ci.org/#!/toutpt/collective.favoriting
        
        .. image:: https://coveralls.io/repos/toutpt/collective.favoriting/badge.png?branch=master
            :alt: Coverage
            :target: https://coveralls.io/r/toutpt/collective.favoriting
        
        
        How it works
        ============
        
        Favorites are stored as annotation on context and indexed in portal_catalog.
        
        How to install
        ==============
        
        This addon can be installed has any other addons. please follow official
        documentation_
        
        Credits
        =======
        
        Companies
        ---------
        
        * `Contact Makina Corpus <mailto:python@makina-corpus.org>`_
        
        People
        ------
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to
        
        Changelog
        =========
        
        1.0.1 (2013-06-05)
        ------------------
        
        - Fix manifest (packaging).
        
        
        1.0 (2013-06-04)
        ----------------
        
        - Package created using templer
          [JeanMichel aka toutpt]
        
Keywords: plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
