Changes between Version 5 and Version 6 of AutoWikifyPlugin

Show
Ignore:
Author:
anonymous (IP: 65.167.132.200)
Timestamp:
11/14/06 13:14:46 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AutoWikifyPlugin

    v5 v6  
    1515||`explicitly_wikify=<name>[, <name> ...]`||Specify a list of names to explicitly wikify.|| 
    1616||`exclude=<name>[, <name> ...]`||A list of names to exclude from autowikification.|| 
     17 
     18 
     19If you are installing this plugin 'globally', you will need to add the following entry to the {{{components}}} section of your {{{trac-ini}}} file: 
     20 
     21{{{ 
     22[components] 
     23tracautowikify.* = enabled 
     24... 
     25}}} 
     26 
     27If you want to use the configuration options mentioned above, add the following section to that same file ('''NOTE:''' Use 'autowikify' for this section, not 'tracautowikify'): 
     28 
     29{{{ 
     30[autowikify] 
     31minimum_length=<number> 
     32explicitly_wikify=<value(s)> 
     33exclude=<value(s)> 
     34}}} 
    1735 
    1836== Bugs/Feature Requests ==