Metadata-Version: 1.1
Name: collective.portlet.mybookmarks
Version: 1.3.1
Summary: A portlet that allows to store some internal and external bookmarks for users
Home-page: http://plone.org/products/collective.portlet.mybookmarks
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: Introduction
        ============
        
        A portlet that allows users to manage some personal bookmarks that can be site objects or external links.
        The bookmarks are stored in two member properties.
        
        Settings
        ========
        
        Managers can set some default bookmarks that all users should view by default.
        
        These bookmarks can be set in a portal_property called "*mybookmarks_properties*" and should be putted in a list field one per line, with the following sintax: *Title|url_or_path*.
        
        For example:
        
        ``Common Page|/common_documents/common_page``
        
        ``google.com|http://www.google.com``
        
        Usage
        =====
        
        If you want to add a site content to bookmarks list, just click on the "*bookmark*" link in document_actions.
        
        To add a new external link, you need to fill the related form in the portlet.
        
        To remove a bookmark, just click on delete icon.
        
        Default bookmarks can't be removed by users.
        
        Dependencies
        ============
        
        This product has been tested on Plone 3.3.5 and Plone 4.2
        
        Credits
        =======
        
        Developed with the support of `Regione Emilia Romagna`__; Regione Emilia Romagna supports the `PloneGov initiative`__.
        
        __ http://www.regione.emilia-romagna.it/
        __ http://www.plonegov.it/
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.net/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.net/
        
        Changelog
        =========
        
        1.3.1 (2013-07-08)
        ------------------
        
        - Fixed portlet footer [cekk]
        
        
        1.3.0 (2012-08-23)
        ------------------
        
        * fix external bookmarks deletion [cekk]
        * fix Plone 4 compatibility [cekk]
        * initial release on pypi [cekk]
        
        1.2.0 (2012-04-02)
        ------------------
        
        * added default bookmarks configuration [cekk]
        
        1.1.3 (2012-01-09)
        ------------------
        
        * added "/view" to object bookmarks, to avoid automatic download of files [cekk]
        
        1.1.2 (2011-07-08)
        ------------------
        
        * added confirm delete view [cekk]
        
        1.1.1 (2010-12-17)
        ------------------
        
        * include package "plone.app.portlets" into zcml before registration of portlet [mirco]
        
        1.1.0 (2010-12-03)
        ------------------
        
        * fixed translation [cekk]
        * deleting method [cekk]
        
        1.0.0 (2010-11-22)
        ------------------
        
        * Initial release
        
Keywords: bookmark portlet user
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.2
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
