[[PageOutline(2-5,Contents,pullout)]] = Web interface for workflow administration of Trac == Description The plugin provides the editor for workflow and the diagram of workflow using the [http://www.graphviz.org/ Graphviz] programs. == Bugs/Feature Requests Existing bugs and feature requests for TracWorkflowAdminPlugin are [report:9?COMPONENT=TracWorkflowAdminPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracWorkflowAdminPlugin&owner=jun66j5 new ticket]. Known issues: [[TicketQuery(component=TracWorkflowAdminPlugin&status!=closed,group=status)]] [[TicketQuery(component=TracWorkflowAdminPlugin,group=type,format=progress)]] == Download Download the zipped source from [download:tracworkflowadminplugin here]. == Source You can check out TracWorkflowAdminPlugin from [http://trac-hacks.org/svn/tracworkflowadminplugin here] using Subversion, or [source:tracworkflowadminplugin browse the source] with Trac. == Example [[Image(screenshot-1-t.png,nolink)]][[br]][attachment:screenshot-1.png Enlarge image] == Installation 1. Install [http://www.graphviz.org/ Graphviz]: * Debian, Ubuntu: `apt-get install graphviz` * RHEL, CentOS, Fedora: `yum install graphviz` 2. Using easy_install: {{{ #!sh easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12 }}} 3. If you use Python 2.4 or 2.5, requires [pypi:simplejson]: {{{ #!sh easy_install simplejson }}} 4. Enable the plugin in `trac.ini`: {{{ #!ini [components] tracworkflowadmin.* = enabled }}} == Recent Changes [[ChangeLog(tracworkflowadminplugin, 3)]] == Author/Contributors '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [wiki:jun66j5] [[BR]] '''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://ciklone.com/ ciklone]