Metadata-Version: 1.1
Name: django-gcframe
Version: 1.1
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/v1.1
Description: ============================
         Django Google Chrome Frame
        ============================
        
        |Build status|_
        
        .. |Build status| image::
           https://secure.travis-ci.org/benspaulding/django-gcframe.png
        .. _Build status: http://travis-ci.org/benspaulding/django-gcframe
        
        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.
        
        This package requires Python 2.6 or newer and Django 1.3 or later.
        
        Refer to the documentation_ for further information.
        
        .. _documentation: http://readthedocs.org/docs/django-gcframe/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
