Metadata-Version: 1.0
Name: ftw.dashboard.portlets.favourites
Version: 3.0
Summary: A favourite Portlet
Home-page: https://github.com/4teamwork/ftw.dashboard.portlets.favourites
Author: 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Overview
        ========
        
        ``ftw.dashboard.portlets.favourites`` provides a favorites portlet for your dashboard
        
        The favorite portlet shows links for all your favorites in your Home Folder. In the edit
        mode you have also the possibility to remove a single favorite. Additionaly it implements
        the site action "add to favorites", which add a current section to your favorites Folder.
        
        
        Install
        =======
        
        - Add ``ftw.dashboard.portlets.favourites`` to your buildout configuration
        
        ::
        
        [instance]
        eggs =
        ftw.dashboard.portlets.favourites
        
        - Run buildout
        
        - Install ``ftw.dashboard.portlets.favourites`` in portal_setup
        
        
        Links
        =====
        
        - Package repository: https://github.com/4teamwork/ftw.dashboard.portlets.favourites
        - Issue tracker: https://github.com/4teamwork/ftw.dashboard.portlets.favourites/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.dashboard.portlets.favourites
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.dashboard.portlets.favourites
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.dashboard.portlets.favourites`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        
        3.0 (2013-01-25)
        ----------------
        
        - Full refactored. Favourites full configurable over the portlet.
        [eschmutz]
        
        
        2.0.1 (2012-03-05)
        ------------------
        
        - Added some French translations
        [ttschanz]
        
        - Add IFavouritesLocation adapter for customizing favourites location.
        [jone]
        
        - Add missing german translations.
        [jone]
        
        - Add to favourites: do not use title_or_id for dexterity support.
        [jone]
        
        - Translate portlet title in "plone" domain.
        [jone]
        
        - Fix messages in "add to favourites" script, so that translations work.
        [jone]
        
        - Added some missing german translations.
        [jone]
        
        
        2.0 (2010-10-26)
        ----------------
        
        - Only plone4 compatible
        
        - fixed namespaces in setup.py
        [phgross]
        
        - added the addToFavorites script (use now links and no more the depracted
        favorite type), and to some other changes for plone4 support
        [phgross]
        
        - removed inline css on portlet
        [fsprenger]
        
        - added new, removed unused translations
        [phgross]
        
        
        1.1
        ---
        
        - removed the addToFavourites script. Now Using the standard Plone Favorites,
        and their script.
        [phgross]
        
        - Added Brazilian Portuguese translation.
        [lucmult]
        
        - Improve management of Favorites folder, can be in this names: favourites,
        favorites, Favourites, Favourites, to integrate better with default Plone
        action.
        [lucmult]
        
        
        1.0
        ---
        
        - Initial release
        
        
Keywords: ftw dashboard portlet favourites favorites
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
