Metadata-Version: 1.0
Name: Deliverance
Version: 0.6
Summary: Deliverance transforms HTML to theme pages
Home-page: https://github.com/deliverance/Deliverance/
Author: Ian Bicking, Ethan Jucovy
Author-email: deliverance-devel@lists.coactivate.org
License: MIT
Description: 
        Deliverance does transformations of HTML to 'theme' pages, 
        similar in function to XSLT but using a simpler 
        XML-based language to express the transformation.
        
        New in this version
        -------------------
        
        * Deliverance now follows HTTP redirects when trying to fetch the
          theme document and when fetching external content via `href` attributes
          on rule tags.
        
        * Add support for matching on namespace-prefixed attributes (malthe)
        
Keywords: wsgi theming html
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
