Metadata-Version: 1.1
Name: collective.favorites
Version: 1.1.5
Summary: An extensible favorites system for Plone, with a portlet
Home-page: https://github.com/collective/collective.favorites
Author: Thomas Desvenain
Author-email: thomas.desvenain@gmail.com
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        Authenticated users can select contents as favorites.
        They are displayed on a favorites portlet.
        
        You have ajax views to update and get favorites with AJAX/Json :
        
            add-favorite
            remove-favorite
            json-get-favorites
        Changelog
        =========
        
        1.1.5 (2014-05-09)
        ------------------
        
        - Use 'item' instead of 'document' or 'folder' in messages.
          [cedricmessiant]
        
        - Added russian and ukrainian translation
          [bogdangi]
        
        1.1.4 (2013-09-25)
        ------------------
        
        - Added dutch translation
          [ralphjacobs]
        
        
        1.1.3 (2013-09-18)
        ------------------
        
        - i18n portlet name and description.
          [thomasdesvenain]
        
        - Plone 4.3 JQuery compatibility.
          [thomasdesvenain]
        
        - Added views for ajax behaviour.
          [thomasdesvenain]
        
        
        1.1.1 (2013-04-19)
        ------------------
        
        - Fixed and improved tests.
          [thomasdesvenain]
        
        
        1.1 (2012-10-31)
        ----------------
        
        - Info message is different if added/remove document is folderish or not.
          [thomasdesvenain]
        
        
        1.0 (2012-08-24)
        ----------------
        
        - Fixed failure on views.
          [thomasdesvenain]
        
        
        1.0rc1 (2012-06-29)
        -------------------
        
        - Package created using zopeskel
          [thomasdesvenain]
        
        
Keywords: portlet favorites favourites document management
Platform: UNKNOWN
Classifier: Environment :: Web Environment
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.7
Classifier: Programming Language :: Python :: 2.6
