Changes between Version 4 and Version 5 of TracWorkflowAdminPlugin


Ignore:
Timestamp:
Sep 15, 2012, 8:00:55 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Added Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflowAdminPlugin

    v4 v5  
    3232 2. Using easy_install
    3333{{{
     34#!sh
    3435$ easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12
    3536}}}
    3637 3. If you use Python 2.4, requires [http://pypi.python.org/pypi/simplejson simplejson].
    3738{{{
     39#!sh
    3840$ easy_install simplejson
    3941}}}
    40  4. Enable the plugin
     42 4. Enable the plugin in `trac.ini`.
    4143{{{
    42 # conf/trac.ini
     44#!ini
    4345[components]
    4446tracworkflowadmin.* = enabled