Metadata-Version: 1.0
Name: repoze.dvselect
Version: 0.1
Summary: Select Deliverance rules / theme based on URI
Home-page: http://www.repoze.org
Author: Agendaless Consulting
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: repoze.dvselect README
        ======================
        
        This package is a prototype of using :mod:``repoze.urispace`` to select
        Deliverance themes and rules based on the URI of the request.
        
        Please see ``docs/index.rst`` for detailed documentation.
        
        
        ``repoze.dvselect`` Changelog
        =============================
        
        0.1 (2009-07-05)
        ---------------
        
        - Initial release.
        
        The released version has a backward incompatibility with earlier SVN
        versions of the pacakge:  the middleware no longer holds / applies
        a private ``repoze.urispace`` parser to the request URI;  instead, it
        expects that the ``repoze.urispace`` middleware has already added
        assertions to the environment based on the URI.
        
Keywords: web wsgi zope
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
