Changes between Initial Version and Version 1 of TracBacklogPlugin


Ignore:
Timestamp:
Aug 29, 2009, 9:32:36 AM (15 years ago)
Author:
John Szakmeister
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracBacklogPlugin

    v1 v1  
     1= !TracBacklog =
     2
     3== Description ==
     4
     5A Trac plug-in to help folks use Trac to maintain their backlog when using an agile development methodology.
     6
     7== Dependencies ==
     8
     9It requires simplejson 2.0 or better.
     10
     11Installation
     12
     13Download the tarball from [https://launchpad.net/trac-backlog/+download].
     14
     15{{{
     16python setup.py install
     17}}}
     18
     19Enable the plugin in trac.ini.
     20
     21{{{
     22[components]
     23backlog.* = enabled
     24}}}
     25
     26== Configuration ==
     27
     28None.  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).
     29
     30== Bugs/Feature Requests ==
     31
     32Please use the [https://launchpad.net/trac-backlog launchpad site] to file any bug and feature requests.
     33
     34== Download ==
     35
     36Download the tar'd source from [https://launchpad.net/trac-backlog/+download].
     37
     38== Source ==
     39
     40The plugin is maintained on [https://launchpad.net/trac-backlog Launchpad].  More information about how to obtain the code can be found [https://code.launchpad.net/trac-backlog here].
     41