public
Description: Django tagging with multilingual, synonyms and hierarchy!
Homepage: http://code.google.com/p/django-tagging/
Clone URL: git://github.com/svetlyak40wt/django-tagging-ng.git
Click here to lend your support to: django-tagging-ng and make a donation at www.pledgie.com !
name age message
file .gitignore Thu Sep 24 15:50:39 -0700 2009 Added utility function 'tagging.utils.merge, wh... [svetlyak40wt]
file CHANGELOG.txt Fri Aug 21 14:17:40 -0700 2009 Version 0.3.1, changelog updated. [svetlyak40wt]
file INSTALL.txt Tue May 29 16:35:10 -0700 2007 Modified source tree layout for use with distut... [jonathan.buchanan]
file LICENSE.txt Fri Jan 11 18:02:01 -0800 2008 Ubercommit - multi-word tags, tag_cloud_for_mod... [jonathan.buchanan]
file MANIFEST.in Sat Jan 12 06:59:20 -0800 2008 Fixed MANIFEST.in recursive-includes git-svn-i... [jonathan.buchanan]
file README.txt Sat Apr 11 02:52:28 -0700 2009 Minor changes in readme and setup.py for more s... [svetlyak40wt]
directory docs/ Fri Aug 21 14:12:28 -0700 2009 Tag 'related_objects' was changed. Now it accep... [svetlyak40wt]
file runtests.sh Thu Sep 24 15:50:39 -0700 2009 Added utility function 'tagging.utils.merge, wh... [svetlyak40wt]
file setup.py Thu Sep 24 15:50:53 -0700 2009 Version 0.3.2 [svetlyak40wt]
directory tagging/ Thu Sep 24 15:50:39 -0700 2009 Added utility function 'tagging.utils.merge, wh... [svetlyak40wt]
README.txt
=================
Django Tagging NG
=================

This is a enhanced tagging application for Django projects

For installation instructions, see the file "INSTALL.txt" in this
directory; for instructions on how to use this application, and on
what it provides, see the file "overview.txt" in the "docs/"
directory.

Authors
-------

This application is based on the original code, written by:
    Jonathan Buchanan <jonathan.buchanan@gmail.com>

Enhanced by:
    Alexander Artemenko <svetlyak.40wt@gmail.com>

Sources
-------

Django-tagging-ng: http://github.com/svetlyak40wt/django-tagging-ng/
Django-tagging:    http://code.google.com/p/django-tagging/