Metadata-Version: 1.0
Name: collective.virtualtreecategories
Version: 0.2.1
Summary: Virtual tree categories/keywords for Plone
Home-page: http://pypi.python.org/pypi/collective.virtualtreecategories
Author: Radim Novotny
Author-email: novotny.radim@gmail.com
License: GPL
Description: Introduction
        ============
        
        This project aims to virtualize Plone default keywords (categories), which are
        flat, to the tree. Contains Archetypes widget, based on InAndOut widget, which
        replaces Plone's default widget for categories and contains configlet which
        allows to assign flat keywords to virtual tree defined in the configlet.
        
        Site manager defines virtual tree nodes and assigns keywords to the nodes. One
        keyword may be assigned to any number of nodes (0-all).
        
        Archetypes widget contains javascript based filter which allows to filter out
        unwanted nodes and displays keywords in the selected node(s) only. Keywords are
        stored in the same way as in Plone default so storage is 100% compatible and
        don't require any migrations. You can always remove this package and your
        content-keywords assignment stays untouched.
        
        The controlpanel contains checkbox, which allows to set the
        VirtualTreeCategories widget as default widget for the Subject field of all
        Archetypes based content types.
        
        Control panel
        -------------
        
        .. figure:: http://plone.org/products/collective.virtualtreecategories/documentation/manuals/project-description/Control%20panel.png/image_preview
        
        Archetypes widget
        -----------------
        
        .. figure:: http://plone.org/products/collective.virtualtreecategories/documentation/manuals/project-description/AT%20Widget.png/image_preview
        
        
        Changelog
        =========
        
        0.2.1 - 2009-10-20
        ------------------
        
        * fixed first-edit-bug in case of edited content is in portal_factory. Thanks
        Jerome Chambard for pointing to it.
        [naro]
        
        0.2 - 2009-09-08
        ----------------
        
        * controlpanel - added list of currently assigned keywords to the category
        
        * added extender which allows to fiddle AT schema and show VTCWidget instead
        of KeywordWidget. It is possible to switch widget on/off in the
        controlpanel.
        
        0.1.3 - 2009-09-07
        ------------------
        
        * updated README, removed evil AT schema patch recommendation
        
        0.1.2 - 2009-09-02
        ------------------
        
        * Fixed missing collective.js.jquery dependency
        
        0.1.1 - 2009-09-01
        ------------------
        
        * Fixed missing locales directory
        
        0.1 - 2009-09-01
        ----------------
        
        * Initial release
        
        
Keywords: plone keywords categories
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
