Metadata-Version: 1.0
Name: django-file-repository
Version: 0.2b
Summary: Simple file repository with public/private files, tags and categories.
Home-page: http://github.com/cidadania/django-file-repository
Author: Oscar Carballal Prego
Author-email: oscar.carballal@cidadania.coop
License: GPLv3 license, see LICENSE
Description: django-file-repository (pluggable version)
        ==========================================
        
        Simple file repository application made in top of django.
        
        Features
        --------
        
         * User registration
         * Public/Private files
         * Categories
         * Tagging
         * Pluggable
        
        How to install
        --------------
        
        You can install it through *easy_install* or *pip* in your computer::
        
            pip install -U django-file-repository
        
        Or you can just copy the repository directory into your project.
        
        Documentation
        -------------
        
        You can find all the django-file-repository documentation in: http://django-file-repository.rtfd.org/
        
        Questions/Contact
        -----------------
        
        You can contact me at oscar.carballal@cidadania.coop if you have any questions about djangofr
        
Platform: UNKNOWN
