= A Tagging System for Trac = The TagsPlugin implements both a generic tagging engine, and frontends for the Wiki and ticket systems. An extra text entry box is added to the Wiki edit page for tagging Wiki pages, and ticket ''keywords'' are treated as tags for the ticket system. The TagsPlugin was created by [wiki:muness Muness Alrubaie], with contributions from [wiki:athomas Alec Thomas]. == Obtaining and Installing == === For Trac [wiki:0.8] === Follow the [http://dev.muness.textdriven.com/trac.cgi/wiki/tags installation instructions]. === For Trac [wiki:0.9] and [wiki:0.10] === 1. At the moment you will have to check out [https://muness.textdriven.com/svn/edu/support/trac/tags-plugin the source] for the tags plugin using SVN. 2. Follow the usual [t:TracPlugins plugin installation instructions]. 3. Update your [wiki:TracIni trac.ini] with the following: {{{ [trac] default_handler = TagsWikiModule [components] trac.wiki.web_ui.wikimodule = disabled tractags.* = enabled }}} At this stage the plugin should be working and you should see a text control for tags in your Wiki edit page. You should also see a navigation link in the top-right corner labelled ''Tag Index''.