Metadata-Version: 1.1
Name: tomcom.plone.ptregistry
Version: 4.3.0.3
Summary: Put page templates in a folder an they will be automatically registered
Home-page: https://pypi.python.org/pypi/tomcom.plone.ptregistry
Author: tomcom GmbH
Author-email: kai.hoppert@tomcom.de
License: GPL version 2
Description: Information
        
        This package is for registering public global templates in an easy way.
        
        - Add the zcml registration stuff to your configure zcml.
        - Create a folder.
        - Put files in with ending .pt
        - Enjoy your saved time
        
        Minimum zcml config example
        
        
            <configure xmlns="http://namespaces.zope.org/zope"
               xmlns:browser="http://namespaces.zope.org/browser"
               xmlns:five="http://namespaces.zope.org/five"
               xmlns:pt="http://namespaces.plone.org/pt">
            
                <pt:registry
                    path="templates"/>
            
            </configure>
        
Keywords: PageTemplates registry
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking
