Metadata-Version: 1.0
Name: collective.contentlicensing
Version: 2.2.4
Summary: This tool is used to manage copyright licenses within plone.
Home-page: http://plone.org/products/contentlicensing
Author: enPraxis
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: Introduction
        ============
        
        The ContentLicensing tool allows for both a site wide copyright license to be
        set by default, and the ablility to set licenses on individual objects.
        
        It supports a number of licenses including all rights reserved, GFDL, and
        Creative Commons (with an integrated license picker).
        
        You can also enter and select licenses not supported by default,
        or configure new licenses that will appear in the selection widget for your
        Plone instance.
        
        Changelog
        =========
        
        2.2.4
        -----
        
        * Add missing docs folder to the tar.gz released on pypi [dimo]
        
        2.2.3
        -----
        
        * Removed legacy templates that included copyright byline, which
        results in duplicate bylines appearing [blambert]
        * Added Basque (eu) translation [erral]
        
        2.2.2
        -----
        
        * Allow content editors to select license [dimo]
        * Fix copyright and other licenses [dimo]
        * Don't show license_other_button1 img if not necessary [dimo]
        * Fix error when copyright holder had unicode chars [clopy]
        
        2.2.1 - Unreleased
        ------------------
        
        * Fix the link "edit the container" when we are editing the default view of a
        container (like in Products/Archetypes/skins/archetypes/edit_macros.pt).
        [sylvainb]
        * Review french translation [toutpt, kiorky]
        * Added blob support [do3cc]
        * Remove five:traversable already deprecated with Zope2.10 [toutpt]
        * Move IObjectModifiedEvent from zope.app to zope.lifecycleevent [toutpt]
        * Add metadata.xml to default profile [toutpt]
        * Move import step to zcml [toutpt]
        * Update testing buildout to support plone3.3 and plone4.0 as usual [toutpt]
        
        2.2.0 - Final
        -------------
        
        * express additional metadata fields in rss views
        * fix invalid CSS issues
        
        
        2.1.0 - Unreleased
        ------------------
        
        * Initial release
        
        
Keywords: Licensing License Creative-Commons GPL All-Rights-Reserved Copyright Rights
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
