Changes between Initial Version and Version 1 of TracWorkflowAdminPlugin


Ignore:
Timestamp:
May 30, 2011, 3:12:28 AM (13 years ago)
Author:
Jun Omae
Comment:

New hack TracWorkflowAdminPlugin, created by jun66j5

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflowAdminPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Web interface for workflow administration of Trac =
     4
     5== Description ==
     6
     7The plugin provides the editor for workflow and the diagram of workflow using the [http://www.graphviz.org/ Graphviz] programs.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracWorkflowAdminPlugin are
     12[report:9?COMPONENT=TracWorkflowAdminPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracWorkflowAdminPlugin&owner=jun66j5 new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tracworkflowadminplugin here].
     20
     21== Source ==
     22
     23You can check out TracWorkflowAdminPlugin from [http://trac-hacks.org/svn/tracworkflowadminplugin here] using Subversion, or [source:tracworkflowadminplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27== Installation ==
     28 1. Using easy_install
     29{{{
     30$ easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12
     31}}}
     32 2. If you use Python 2.4, requires [http://pypi.python.org/pypi/simplejson simplejson].
     33{{{
     34$ easy_install simplejson
     35}}}
     36 3. Enable the plugin
     37{{{
     38# conf/trac.ini
     39[components]
     40tracworkflowadmin.* = enabled
     41}}}
     42
     43== Recent Changes ==
     44
     45[[ChangeLog(tracworkflowadminplugin, 3)]]
     46
     47== Author/Contributors ==
     48
     49'''Author:''' [wiki:jun66j5] [[BR]]
     50'''Maintainer:''' [wiki:jun66j5] [[BR]]
     51'''Contributors:'''