Metadata-Version: 1.0
Name: coop-tag
Version: 0.1.4
Summary: Add-on for django-coop for managing tags with django-taggit
Home-page: https://github.com/quinode/coop-tag/
Author: Cooperative Quinode
Author-email: contact@quinode.fr
License: BSD
Download-URL: https://github.com/quinode/coop-tag/tarball/master
Description: coop-tag
        ===============================================
        Add-on for django-coop for managing tags with django-taggit, adding URI and language fields for proper export following the CommonTag RDF vocabulary.
        
        Installation requires several custom modules::
        hg+https://bitbucket.org/quinode/django-taggit-autosuggest#egg=taggit_autosuggest
        git+git://github.com/jonasgeiregat/django-templatetag-sugar.git#egg=templatetag_sugar
        git+https://github.com/quinode/django-taggit-templatetags#egg=taggit_templatetags
        
        
        
        License
        =======
        coop-tag uses the same license as Django (BSD).
        coop-tag development was funded by `CREDIS <http://credis.org/>`_, FSE (European Social Fund) and Conseil Regional d'Auvergne.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
