Changes between Version 6 and Version 7 of TracWorkflowAdminPlugin


Ignore:
Timestamp:
Mar 5, 2015, 2:16:01 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflowAdminPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Web interface for workflow administration of Trac =
     3= Web interface for workflow administration of Trac
    44
    5 == Description ==
     5== Description
    66
    77The plugin provides the editor for workflow and the diagram of workflow using the [http://www.graphviz.org/ Graphviz] programs.
    88
    9 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1010
    11 Existing bugs and feature requests for TracWorkflowAdminPlugin are
    12 [report:9?COMPONENT=TracWorkflowAdminPlugin here].
     11Existing bugs and feature requests for TracWorkflowAdminPlugin are [report:9?COMPONENT=TracWorkflowAdminPlugin here].
    1312
    14 If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracWorkflowAdminPlugin&owner=jun66j5 new ticket].
     13If you have any issues, create a [http://trac-hacks.org/newticket?component=TracWorkflowAdminPlugin&owner=jun66j5 new ticket].
    1614
    17 == Download ==
     15Known issues:
     16
     17[[TicketQuery(component=TracWorkflowAdminPlugin&status!=closed,group=status)]]
     18
     19[[TicketQuery(component=TracWorkflowAdminPlugin,group=type,format=progress)]]
     20
     21
     22== Download
    1823
    1924Download the zipped source from [download:tracworkflowadminplugin here].
    2025
    21 == Source ==
     26== Source
    2227
    2328You can check out TracWorkflowAdminPlugin from [http://trac-hacks.org/svn/tracworkflowadminplugin here] using Subversion, or [source:tracworkflowadminplugin browse the source] with Trac.
    2429
    25 == Example ==
     30== Example
     31
    2632[[Image(screenshot-1-t.png,nolink)]][[br]][attachment:screenshot-1.png Enlarge image]
    2733
    28 == Installation ==
    29  1. Install [http://www.graphviz.org/ Graphviz]
     34== Installation
     35 1. Install [http://www.graphviz.org/ Graphviz]:
    3036    * Debian, Ubuntu: `apt-get install graphviz`
    3137    * RHEL, CentOS, Fedora: `yum install graphviz`
    32  2. Using easy_install
     38 2. Using easy_install:
    3339{{{
    3440#!sh
    35 $ easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12
     41easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12
    3642}}}
    37  3. If you use Python 2.4 or 2.5, requires [http://pypi.python.org/pypi/simplejson simplejson].
     43 3. If you use Python 2.4 or 2.5, requires [pypi:simplejson]:
    3844{{{
    3945#!sh
    40 $ easy_install simplejson
     46easy_install simplejson
    4147}}}
    42  4. Enable the plugin in `trac.ini`.
     48 4. Enable the plugin in `trac.ini`:
    4349{{{
    4450#!ini
     
    4753}}}
    4854
    49 == Tickets ==
    50 
    51 [[TicketQuery(component=TracWorkflowAdminPlugin&status!=closed,group=status)]]
    52 
    53 == Recent Changes ==
     55== Recent Changes
    5456
    5557[[ChangeLog(tracworkflowadminplugin, 3)]]
    5658
    57 == Author/Contributors ==
     59== Author/Contributors
    5860
    5961'''Author:''' [wiki:jun66j5] [[BR]]