// $Id$

 Overview
==================================================
Taxonomy Author module allows you to keep record of the user id who created the Vocabulary and Taxonomy Term. Once enabled, it will add additional 'uid' database field into {taxonomy_term_data} and {taxonomy_vocabulary} tables.


 Dependencies
==================================================
- Taxonomy module (which is in the core)


 Other Recommended modules
==================================================
- Term Node Count


 Installation
==================================================
- Untar/Unzip module files at /sites/all/modules/term_author
- Navigate to [Administer > Modules]
- Scroll down to "Other" packages group
- Check the 'Enabled' box next to "Term Author"
- Finally click 'Save Configurations'

For more information, visit: http://drupal.org/node/895232


 Usage
==================================================
Note, there is not UI for this module. Use Views module to utilize the data recorded by Taxonomy Module. 

There are two sample Views code found in "sample_views" directory. If you should have any questions regarding Views, 
please post it on Views module issue queue.

Other use cases:
- Create a block or pane using Views module to list all term created by the user on the profile page. If you have Term Node Count enabled then you can also incule node counts.
- Grant point using VotingAPI when user create term/vocabulary (May be not possible yet, try it yourself)
- Assign user a role when user has created certain number of terms/vocabularies  (May be not possible yet, try it yourself)