Metadata-Version: 1.0
Name: collective.allowtypes
Version: 0.2
Summary: Set allowed content type for Plone in a n x n Matrix
Home-page: https://svn.plone.org/svn/collective/collective.allowtypes
Author: Ramon Bartl
Author-email: ramon.bartl@inquant.de
License: GPL
Description: Introduction
        ------------
        
        Provides a configlet to set the allowed content types for Plone in a n x n
        Matrix.
        
        
        Installation
        ------------
        
        These instructions assume that you already have a Plone 3 buildout that's built
        and ready to run.
        
        Edit your buildout.cfg file and look for the eggs key in the instance section.
        Add collective.allowtypes to that list. Your list will look something like this::
        
        eggs =
        ${buildout:eggs}
        ${plone:eggs}
        collective.allowtypes
        
        In the same section, look for the zcml key. Add collective.allowtypes here,
        too::
        
        zcml = collective.allowtypes
        
        
        Usage
        -----
        
        A control panel configlet will be installed
        
        http://localhost:8080/plone/plone_control_panel
        
        
        ::
        vim: set ft=rst ts=4 sw=4 expandtab tw=78 :
        
        Change history
        **************
        
        trunk (2008-11-11)
        ==================
        
        - xxx [ramonski]
        
        Changelog
        =========
        
        0.2 (2008-11-11)
        ----------------
        
        - changed browser template [ramonski]
        - added control panel configlet [ramonski]
        - added unittests [ramonski]
        
        
        0.1.1 (2008-06-18)
        ------------------
        
        - removed info logging [ramonski]
        
        
        0.1 (2008-06-18)
        ----------------
        
        - initial release [ramonski]
        - Created package with ZopeSkel [ramonski]
        
        Contributors
        ************
        
        Ramon Bartl, Author
        
        Download
        ********
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
