Changes between Version 35 and Version 36 of TagsPlugin


Ignore:
Timestamp:
Apr 1, 2009, 6:47:51 AM (15 years ago)
Author:
rupert thurner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TagsPlugin

    v35 v36  
    2121== Installing TagsPlugin ==
    2222
    23 Note:  [http://peak.telecommunity.com/DevCenter/setuptools setuptools] must be installed on your system for this to work.
    24 
    25 Note: Requires Genshi >=0.5.dev-r698
    26 
    27   1. Install [t:wiki:TracInstall Trac 0.11] and set up a [t:wiki:TracInstall#CreatingaProjectEnvironment trac project].
    28   2. Install tags:
     23  1. install
    2924    * By hand:
    3025      1. Download tags: [[download(/tagsplugin/tags/0.6, tags-0.6.zip)]] or grab
     
    3631}}}
    3732  4. Configure appropriately for your version of Trac.
    38 
    3933    Update your [wiki:TracIni trac.ini] with this:
    40 
    4134    {{{
    4235    [components]
    4336    tractags.* = enabled
    4437    }}}
    45 
    4638    ''Be sure to remove any previous TagsPlugin configuration changes. In  particular `trac.wiki.web_ui.wikimodule = disabled` and `default_handler = TagsWikiModule` '''must be removed'''.
    47 
    4839  5. Run `trac-admin <env> upgrade` on your Trac environment.
    4940  6. Restart your web server.
     
    5243tags in your Wiki edit page. You should also see an entry in the main navigation
    5344bar labeled ''Tags''. (If you don't, check your anonymous and authenticated users for TAGS_* permisions.)
    54 
    55 
    5645
    5746== Configuring TagsPlugin ==
     
    6655
    6756  Ticket fields from which to gather tags. Defaults to `keywords`. Custom fields are currently not supported.
     57
    6858
    6959== What are tags? ==