Changes between Initial Version and Version 1 of TagsPlugin


Ignore:
Timestamp:
Mar 31, 2006, 8:31:06 AM (18 years ago)
Author:
Alec Thomas
Comment:

Stub page for Tags plugin

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin

    v1 v1  
     1= A Tagging System for Trac =
     2
     3The TagsPlugin implements both a generic tagging engine, and frontends for the Wiki and ticket (utilising the ''keywords'' field) systems.
     4
     5The TagsPlugin was created by [wiki:muness Muness Alrubaie], with contributions from [wiki:athomas Alec Thomas].
     6
     7== Obtaining and Installing ==
     8
     9=== For Trac [wiki:0.8] ===
     10
     11Follow the [http://dev.muness.textdriven.com/trac.cgi/wiki/tags installation instructions].
     12
     13=== For Trac [wiki:0.9] and [wiki:0.10] ==
     14
     15  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.
     16  2. Follow the usual [t:TracPlugins plugin installation instructions].
     17  3. Update your [wiki:TracIni trac.ini] with the following:
     18{{{
     19[trac]
     20default_handler = TagsWikiModule
     21
     22[components]
     23trac.wiki.web_ui.wikimodule = disabled
     24tractags.* = enabled
     25}}}
     26
     27At 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''.