Changes between Version 3 and Version 4 of TracWorkflowAdminPlugin


Ignore:
Timestamp:
Apr 17, 2012, 2:33:11 AM (12 years ago)
Author:
Jun Omae
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflowAdminPlugin

    v3 v4  
    2727
    2828== Installation ==
    29  1. Using easy_install
     29 1. Install [http://www.graphviz.org/ Graphviz]
     30    * Debian, Ubuntu: `apt-get install graphviz`
     31    * RHEL, CentOS, Fedora: `yum install graphviz`
     32 2. Using easy_install
    3033{{{
    3134$ easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12
    3235}}}
    33  2. If you use Python 2.4, requires [http://pypi.python.org/pypi/simplejson simplejson].
     36 3. If you use Python 2.4, requires [http://pypi.python.org/pypi/simplejson simplejson].
    3437{{{
    3538$ easy_install simplejson
    3639}}}
    37  3. Enable the plugin
     40 4. Enable the plugin
    3841{{{
    3942# conf/trac.ini
     
    5457'''Author:''' [wiki:jun66j5] [[BR]]
    5558'''Maintainer:''' [wiki:jun66j5] [[BR]]
    56 '''Contributors:''' [http://www.opengroove.com/ OpenGroove]
     59'''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://ciklone.com/ ciklone]