Changes between Version 22 and Version 23 of TracKeywordsPlugin


Ignore:
Timestamp:
Jun 27, 2019, 8:12:04 PM (5 years ago)
Author:
Ryan J Ollos
Comment:

Refactor installation and configuration sections.

Legend:

Unmodified
Added
Removed
Modified
  • TracKeywordsPlugin

    v22 v23  
    3939== Installation
    4040 
    41 The plugin follows the standard installation procedures described in TracPlugins. Here are some specifics and highlights.
     41General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    4242
    43   1. Configure `trac.ini` file, with your required keywords:
    44      * Format `<name> = <description>`, where description will be shown as a tip.
    45      * Example:
    46  {{{#!ini
     43== Configuration
     44
     45Add keywords to the `[keywords]` section of trac.ini. The format is `<name> = <description>`, where description is shown as a tooltip.
     46
     47Example:
     48{{{#!ini
    4749[keywords]
    4850dupsearch = find duplicates for this ticket
    4951deploy = waiting to be deployed
    5052backport = ask for a decision on whether to backport
    51 }}}
    52   1. Restart web server:
    53  {{{#!sh
    54 $ sudo /etc/init.d/apache2 restart
    5553}}}
    5654