Contents
Trac BlockDiag Plugin
Description
blockdiag and 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.
Bugs/Feature Requests
Existing bugs and feature requests for TracBlockDiagPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracBlockDiagPlugin from here using Subversion, or browse the source with Trac.
Example
This text will be rendered like below.
{{{
#!blockdiag(type=png)
{
A -> B -> C;
B -> D;
}
}}}
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;
}
}}}
Recent Changes
[10913] by iwata0303 on 11/14/11 08:12:21
[10912] by iwata0303 on 11/14/11 08:11:33
[10911] by iwata0303 on 11/14/11 08:10:16
[10910] by iwata0303 on 11/14/11 08:07:08
merge from 0.11 branch
Author/Contributors
Attachments
- blockdiag-sample.png (6.2 kB) - added by iwata0303 on 04/26/11 16:08:04.
- seqdiag-sample.png (22.5 kB) - added by iwata0303 on 04/26/11 16:31:01.



