Metadata-Version: 1.0
Name: django-flashpolicies
Version: 1.4
Summary: Flash cross-domain policies for Django sites
Home-page: http://bitbucket.org/ubernostrum/django-flashpolicies/overview/
Author: James Bennett
Author-email: james@b-list.org
License: UNKNOWN
Download-URL: http://bitbucket.org/ubernostrum/django-flashpolicies/downloads/django-flashpolicies-1.4.tar.gz
Description: .. -*-restructuredtext-*-
        
        This application enables simple Flash cross-domain access policies for
        `Django <http://www.djangoproject.com>`_ sites. For example, the
        following URL pattern is all you'd need to set up cross-domain access
        for Flash files served from your media server::
        
        url(r'^crossdomain.xml$',
        'flashpolicies.views.simple',
        {'domains': ['media.yoursite.com']}),
        
        Various other views are included, handling other common and
        not-so-common cases, as well as utilities for generating custom
        cross-domain policies.
        
        Full documentation for all functionality is also included and
        `available online
        <http://docs.b-list.org/django-flashpolicies/1.4/>`_.
        
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: Topic :: Utilities
