Changes between Version 8 and Version 9 of TracWorkflowAdminPlugin


Ignore:
Timestamp:
Nov 16, 2015, 12:38:26 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflowAdminPlugin

    v8 v9  
    55== Description
    66
    7 This plugin provides an editor for workflow and a diagram of the workflow using the [http://www.graphviz.org/ Graphviz] program.
     7This plugin provides an editor for workflow and a diagram of the workflow using the [http://www.graphviz.org/ Graphviz] program.
     8
     9See also: TracWorkflow.
    810
    911== Bugs/Feature Requests
     
    2123== Download
    2224
    23 Download the zipped source from [download:tracworkflowadminplugin here].
     25Download the zipped source from [export:tracworkflowadminplugin here].
    2426
    2527== Source
    2628
    27 You can check out TracWorkflowAdminPlugin from [http://trac-hacks.org/svn/tracworkflowadminplugin here] using Subversion, or [source:tracworkflowadminplugin browse the source] with Trac.
     29You can check out TracWorkflowAdminPlugin from [/svn/tracworkflowadminplugin here] using Subversion, or [source:tracworkflowadminplugin browse the source] with Trac.
    2830
    2931== Installation
     
    3335    * RHEL, CentOS, Fedora: `yum install graphviz`
    3436 1. Using easy_install:
    35 {{{#!sh
     37 {{{#!sh
    3638easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12
    3739}}}
    3840 1. If you use Python 2.4 or 2.5, requires [pypi:simplejson]:
    39 {{{#!sh
     41 {{{#!sh
    4042easy_install simplejson
    4143}}}
    4244 1. Enable the plugin in your `trac.ini` file:
    43 {{{#!ini
     45 {{{#!ini
    4446[components]
    4547tracworkflowadmin.* = enabled