Changes between Version 69 and Version 70 of TracMetrixPlugin


Ignore:
Timestamp:
Mar 28, 2015, 10:04:22 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracMetrixPlugin

    v69 v70  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Project progress statistics and quality metrics =
    32
    4 == Description ==
     3= Project progress statistics and quality metrics
     4
     5== Description
    56
    67TracMetrixPlugin 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.
     
    1213See also TicketChartsMacro, TracTicketStatsPlugin, TicketStatsMacro.
    1314
    14 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1516
    1617Existing bugs and feature requests for TracMetrixPlugin are
     
    2021[/newticket?component=TracMetrixPlugin new ticket].
    2122
    22 == Download ==
     23== Download
     24
    2325Download the latest revision from [download:tracmetrixplugin here].
    2426
    25 == Source ==
     27== Source
    2628
    2729You can check out TracMetrixPlugin from [http://trac-hacks.org/svn/tracmetrixplugin here] using Subversion, or [source:tracmetrixplugin browse the source] with Trac.
    2830
    29 == Installation ==
     31== Installation
    3032
    31 Before installing the plugin, please make sure you install following components.
    32 
     33Before installing the plugin, please make sure you install following components:
    3334 * Python 2.4 or greater
    3435 * Trac 0.11.6 or greater
     
    3940The plugin works on both Windows and Linux environment.
    4041
    41  1. Install the plugin (either for a single project, or globally). See the details on how to install a trac plugin at: [trac:TracPlugins]
    42  1. Make sure that the plugin is enabled. The "tracmetrixplugin.* = enabled" appeares in trac.ini (under the [components] subheading).
     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.
    4344{{{
    4445[components]
     
    4647}}}
    4748  * Alternatively, this can be enabled in the plugin page in the Admin menu.
    48  1. Run `$ trac-admin /path/to/projenv upgrade`
     49 1. Run `trac-admin /path/to/projenv upgrade`.
    4950  * You should get a message like this:
    5051{{{
     
    5455Upgrade done.
    5556}}}
    56  1. Reload/restart your HTTPD / other webserver / Tracd. That's it.
     57 1. Reload/restart your HTTPD / other webserver / Tracd.
    5758   * If you get a very colourful stack trace saying "'module' object has no attribute 'cbook'", you forgot this step!
    5859 1. The following options can be configured in ''trac.ini'' (default values are shown):