Changes between Version 70 and Version 71 of TracMetrixPlugin


Ignore:
Timestamp:
May 15, 2015, 9:00:13 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracMetrixPlugin

    v70 v71  
    55== Description
    66
    7 TracMetrixPlugin improves project visibility through a collection of software metrics and statistics. The scope of this plugin is to provide the most commonly used software quality metrics and progress statistics. It is designed to bridge the information gap between the software development team and management while trying to minimize the tracking effort required by developers.
     7TracMetrixPlugin improves project visibility through a collection of software metrics and statistics. The scope of this plugin is to provide the most commonly used software quality metrics and progress statistics. It is designed to bridge the information gap between the software development team and management while reducing the tracking effort required by developers.
    88
    99Please feel free to leave comments [wiki:TracMetrixPlugin/FeedBack here]. For more information, see:
     
    2121[/newticket?component=TracMetrixPlugin new ticket].
    2222
     23[[TicketQuery(component=TracMetrixPlugin&group=type,format=progress)]]
     24
    2325== Download
    2426
     
    3133== Installation
    3234
    33 Before installing the plugin, please make sure you install following components:
     35Dependencies:
    3436 * Python 2.4 or greater
    3537 * Trac 0.11.6 or greater
     
    3840 * python-tk
    3941
    40 The plugin works on both Windows and Linux environment.
     42The plugin works on both Windows and Linux environments.
    4143
    42  1. Install the plugin either for a single project, or globally. See the details on how to install a Trac plugin at: [trac:TracPlugins].
    43  1. Make sure that the plugin is enabled. The "tracmetrixplugin.* = enabled" appears in `trac.ini` under the [components] subheading.
    44 {{{
     44 1. Install the plugin either for a single project, or globally. See the details on how to install a Trac plugin at [trac:TracPlugins].
     45 1. Enable the plugin by adding the following in your `trac.ini` file under the [components] subheading.
     46{{{#!ini
    4547[components]
    4648tracmetrixplugin.* = enabled
    4749}}}
    48   * Alternatively, this can be enabled in the plugin page in the Admin menu.
     50  * Alternatively, this plugin can be enabled in the plugin page in the Admin menu.
    4951 1. Run `trac-admin /path/to/projenv upgrade`.
    5052  * You should get a message like this:
     
    5759 1. Reload/restart your HTTPD / other webserver / Tracd.
    5860   * If you get a very colourful stack trace saying "'module' object has no attribute 'cbook'", you forgot this step!
    59  1. The following options can be configured in ''trac.ini'' (default values are shown):
    60 {{{
     61 1. The following options can be configured in `trac.ini`, where default values are shown:
     62{{{#!ini
    6163[pdashboard]]
    6264yui_base_url = http://yui.yahooapis.com/2.7.0    #Location of YUI API
     
    6769[[Image(TracMetrixPlugin/Screenshots:backlogchart.png)]]
    6870
    69   Visit TracMetrixPlugin/Screenshots for more screen shots.
     71Visit TracMetrixPlugin/Screenshots for more screen shots.
    7072
    7173== Recent Changes