Metadata-Version: 1.0
Name: django-gcframe
Version: 0.9
Summary: Django middleware and decorators for working with Google Chrome Frame.
Home-page: https://github.com/benspaulding/django-gcframe/
Author: Ben Spaulding
Author-email: ben@benspaulding.us
License: BSD
Download-URL: https://github.com/benspaulding/django-gcframe/tarball/v0.9
Description: ============================
        Django Google Chrome Frame
        ============================
        
        Django utilities for working with Google Chrome Frame.
        
        This package provides configurable middleware and decorators for adding
        and removing the ``X-UA-Compatible`` HTTP header in view responses. Said
        header conditionally activates Google Chrome Frame when installed on
        Microsoft Internet Explorer, and conditionally enables a compatibility
        mode when GCF is not activated.
        
        Refer to the documentation_ for further information.
        
        .. _documentation: http://readthedocs.org/docs/django-gcframe/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
