<?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-mediafiles</name>
<shortdesc>Django media files manager</shortdesc>
<description>=================
django-mediafiles
=================

1. Introduction_
2. Requirements_
3. `Basic installation`_
4. More_

Introduction
------------

``django-mediafiles`` is Django_ reusable application to manage media files in
your Django project. Now ``django-mediafiles`` supports:

- Directories creating +, editing (chmod, chown, rename +), deleting +
- Files creating, uploading +, editing (chmod, chown), deleting +
- Recycle bin
- Thumbnail creation for images
- Text files editing in browser +

**NOTE**: Possibilities that supported current version of ``django-mediafiles``
labeled by **+**.

.. _Django: http://www.djangoproject.com/

Requirements
------------

- Pygments_ &gt;= 1.0 needed for source code highlight

.. _Pygments: http://www.pygments.org/

Basic installation
------------------

1. Install ``django-mediafiles`` via::

    # python setup.py install

or add ``mediafiles`` directory to your ``PYTHONPATH``.

2. Add ``mediafiles`` to your project ``INSTALLED_APPS`` and set up serving
of ``mediafiles`` media directory.

3. Add ``(r'^mediafiles/', include('mediafiles.urls'))`` to your project
URLConf.

4. That's all :) Now login into Django admin CRUD and click on **Media
Files** (or localized value) link. (Not worked yet, go to mediafiles url
to get access to it).

More
----

Check ``django-mediafiles`` Screenshots_ @ Google Code.

.. _Screenshots: http://code.google.com/p/django-mediafiles/wiki/Screenshots</description>
<download-page>http://django-mediafiles.googlecode.com/files/django-mediafiles-0.2.zip</download-page>
<homepage rdf:resource="http://code.google.com/p/django-mediafiles/" />
<maintainer><foaf:Person><foaf:name>Igor Davydenko</foaf:name>
<foaf:mbox_sha1sum>fecf094b32abc5e86611ce521c1b69df9a922c78</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>