Changes between Version 6 and Version 7 of TracBacklogPlugin


Ignore:
Timestamp:
Mar 9, 2015, 4:27:55 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • TracBacklogPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = !TracBacklog =
    32
    4 == Description ==
     3= Plugin to maintain a Trac backlog
     4== Description
    55
    6 A Trac plug-in to help folks use Trac to maintain their backlog when using an agile development methodology.
     6A Trac plug-in to help users maintain their backlog when using an agile development methodology.
    77
    8 See also TracBacklogPlugin, BacklogPlugin, AgiloForScrumPlugin, IttecoTracPlugin.
     8See also: BacklogPlugin, AgiloForScrumPlugin, IttecoTracPlugin.
    99
    10 == Dependencies ==
     10== Bugs/Feature Requests
    1111
    12 It requires simplejson 2.0 or better.
     12Please use the [https://github.com/jszakmeister/trac-backlog/issues GitHub site] to file any bug and feature requests.
    1313
    14 Installation
     14== Installation
     15
     16This plugin requires [pypi:simplejson] v2.0 or better.
     17
     18To install with easy_install, execute the following:
    1519
    1620{{{
     
    1923}}}
    2024
    21 Enable the plugin in trac.ini.
     25Enable the plugin in `trac.ini`:
    2226
    2327{{{
     
    2731}}}
    2832
    29 == Configuration ==
     33== Configuration
    3034
    31 None.  You will need to run {{{trac-admin upgrade}}} on your database though (it needs to create a table and some default values for your tickets).
     35You will need to run {{{trac-admin upgrade}}} on your database, becuase it needs to create a table and some default values for your tickets.
    3236
    33 == Bugs/Feature Requests ==
    34 
    35 Please use the [https://github.com/jszakmeister/trac-backlog/issues GitHub site] to file any bug and feature requests.
    36 
    37 == Download ==
     37== Download
    3838
    3939Download the tar'd source from [https://github.com/jszakmeister/trac-backlog/downloads].
    4040
    41 == Source ==
     41== Source
    4242
    4343The plugin is maintained on [https://github.com/jszakmeister/trac-backlog GitHub].