Metadata-Version: 1.0
Name: p01.cdn
Version: 0.6.0
Summary: Meta directive for register offload resource for Zope3
Home-page: http://pypi.python.org/pypi/p01.cdn
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a meta directive which allows to register resources
        like images, javascripts or other static content like falsh movies etc. for 
        Zope3. The main usecase of this package is that we can define a sub domain.
        This sub domain get used if we call the absolute url of such a resource.
        This allows to offload the resouce calls from the zope server and it's 
        front end proxy. In short words, this package offers a content delivery network
        setup for Zope3.
        
        
        =======
        CHANGES
        =======
        
        0.6.0 (2012-12-12)
        ------------------
        
        - feature: support named resource manager. This is usefull if you register
          resources within different layers and more then one resource manager for each
          layer. If so, a resource manager can provide a name and the resource can
          provide a manager property. This makes sure that a resource will pickup the
          right resource manager registered within an inherited layer.
        
        - bugfix: fix broken lovely.recipe download link e.g.
          Download error on svn://svn.zope.org/repos/main/lovely.recipe
          unknown url type: svn -- Some packages may not be found!
        
        - bugfix: fix broken resource manager lookup in I18nResourceFactory
        
        
        0.5.0 (2012-11-16)
        ------------------
        
        - initial release
        
Keywords: zope3 z3c i18n cdn offload resource meta configuration directive
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
