Changes between Version 8 and Version 9 of ComponentHierarchyPlugin


Ignore:
Timestamp:
Jun 9, 2015, 9:35:04 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ComponentHierarchyPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = ComponentHierarchyPlugin
     3= Component Hierarchy Plugin
    44
    55== Description
    66
    7 Adds hierarchy structuring feature for the ticket field 'component'.[[BR]]
     7This plugin adds a hierarchy structuring feature for the ticket field 'component'.
    88You define a parent and children for a certain component on the Admin page.
    99
     
    3636== Installation
    3737
    38  1. Build the plugin
     38 1. Build the plugin:
    3939 {{{#!sh
    4040python setup.py bdist_egg
    4141}}}
    42  1. Copy the plugin to Trac, e.g.
     42 1. Copy the plugin to Trac:
    4343 {{{#!sh
    4444cp dist/ComponentHierarchy-0.0.1-py2.7.egg /instance_trac/plugins/
    4545}}}
    46  1. Restart webserver (e.g. Apache)
     46 1. Restart webserver, eg Apache.
    4747
    4848General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.