wiki:TagsPlugin

Version 1 (modified by Alec Thomas, 18 years ago) (diff)

Stub page for Tags plugin

A Tagging System for Trac

The TagsPlugin implements both a generic tagging engine, and frontends for the Wiki and ticket (utilising the keywords field) systems.

The TagsPlugin was created by Muness Alrubaie, with contributions from Alec Thomas.

Obtaining and Installing

For Trac 0.8?

Follow the installation instructions.

For Trac 0.9? and 0.10 ==

  1. At the moment you will have to check out the source for the tags plugin using SVN.
  2. Follow the usual plugin installation instructions.
  3. Update your 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.

Attachments (2)

Download all attachments as: .zip