<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>django-flashpolicies</name>
<shortdesc>Flash cross-domain policies for Django sites</shortdesc>
<description>.. -*-restructuredtext-*-

This application enables simple Flash cross-domain access policies for
`Django &lt;http://www.djangoproject.com&gt;`_ 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
&lt;http://docs.b-list.org/django-flashpolicies/1.3.1/&gt;`_.</description>
<download-page>http://bitbucket.org/ubernostrum/django-flashpolicies/downloads/django-flashpolicies-1.3.1.tar.gz</download-page>
<homepage rdf:resource="http://bitbucket.org/ubernostrum/django-flashpolicies/overview/" />
<maintainer><foaf:Person><foaf:name>James Bennett</foaf:name>
<foaf:mbox_sha1sum>17c7725eb1e447ef91a860e9f76c794f760adad1</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.3.1</revision></Version></release>
</Project></rdf:RDF>