Metadata-Version: 1.1
Name: ftw.contenttemplates
Version: 1.2.1
Summary: Create content objects from templates.
Home-page: https://github.com/4teamwork/ftw.contenttemplates
Author: 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ============
        
        With this product you can define a folder where templates of content types are located.
        You can add a content using a template, the template will be copied from the templates folder.
        
        Links
        =====
        
        - Github project repository: https://github.com/4teamwork/ftw.contenttemplates
        - Issue tracker: https://github.com/4teamwork/ftw.contenttemplates/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.contenttemplates
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.contenttemplates
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.contenttemplates`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        1.2.1 (2014-09-23)
        ------------------
        
        - Add Dutch translations. 
          [fredvd]
        
        
        1.2.0 (2014-03-03)
        ------------------
        
        - Support creating from templates on the site root.  Register this
          action on the Plone Site portal_type.
          [maurits]
        
        - Support dexterity.  The templates folder and the target folder can
          be a dexterity container.  The copied items can be dexterity items.
          [maurits]
        
        
        1.1 (2013-08-26)
        ----------------
        
        - Refactor template factory, so that it is more customizable.
          [mathias.leimgruber]
        
        - Add contenttype class in menu, so the sprites are used there as well.
          [Julian Infanger]
        
        
        1.0 (2013-05-24)
        ----------------
        
        - Initial release
        
Keywords: plone ftw content templates
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
