Changes between Version 5 and Version 6 of TagsPlugin


Ignore:
Timestamp:
Apr 5, 2006, 8:23:02 PM (18 years ago)
Author:
muness
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin

    v5 v6  
    77== Obtaining and Installing ==
    88
    9 === For Trac [wiki:0.8] ===
     9=== For Trac [wiki:0.8], [wiki:0.9], [wiki:0.10] ===
    1010
    11 Follow 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 {{{
    17 svn co https://muness.textdriven.com/svn/edu/support/trac/tags-plugin
    18 }}}
    19   2. Follow the usual [t:TracPlugins plugin installation instructions].
    20   3. Update your [wiki:TracIni trac.ini] with the following:
    21 {{{
    22 [trac]
    23 default_handler = TagsWikiModule
    24 
    25 [components]
    26 trac.wiki.web_ui.wikimodule = disabled
    27 tractags.* = enabled
    28 }}}
    29   4. Run `trac-admin <env> upgrade` on your Trac environment.
    30   5. Restart your web server.
    31 
    32 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''.
     11Follow the [http://dev.muness.textdriven.com/trac.cgi/wiki/tags/Setup installation instructions].