[[PageOutline(2-5,Contents,pullout)]] = Trac !BlockDiag Plugin = == Description == [http://tk0miya.bitbucket.org/blockdiag/build/html/index.html blockdiag] and [http://tk0miya.bitbucket.org/seqdiag/build/html/index.html seqdiag] is a powerful utility to generate diagrams from simple text format. This plugin provided wiki-processors which allow you to embed blockdiag diagrams to wiki page. A fork of the plugin can be found [https://github.com/yosisa/TracBlockdiag here], and may be more up-to-date. == Bugs/Feature Requests == Existing bugs and feature requests for TracBlockDiagPlugin are [report:9?COMPONENT=TracBlockDiagPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracBlockDiagPlugin&owner=iwata0303 new ticket]. == Download == Download the zipped source from [download:tracblockdiagplugin here]. == Source == You can check out TracBlockDiagPlugin from [http://trac-hacks.org/svn/tracblockdiagplugin here] using Subversion, or [source:tracblockdiagplugin browse the source] with Trac. == Example == This text will be rendered like below. {{{ {{{ #!blockdiag(type=png) { A -> B -> C; B -> D; } }}} }}} [[Image(blockdiag-sample.png)]] This text will be rendered like below. {{{ {{{ #!seqdiag(type=png) { browser -> webserver [label = "GET /index.html"]; browser <-- webserver; browser -> webserver [label = "POST /blog/comment"]; webserver -> database [label = "INSERT comment"]; webserver <-- database; browser <-- webserver; } }}} }}} [[Image(seqdiag-sample.png)]] == Recent Changes == [[ChangeLog(tracblockdiagplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:iwata0303] [[BR]] '''Maintainer:''' [wiki:iwata0303] [[BR]] '''Contributors:'''