Changes between Initial Version and Version 1 of TracBlockDiagPlugin


Ignore:
Timestamp:
Apr 26, 2011, 2:04:16 PM (13 years ago)
Author:
iwata0303
Comment:

New hack TracBlockDiagPlugin, created by iwata0303

Legend:

Unmodified
Added
Removed
Modified
  • TracBlockDiagPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Trac !BlockDiag Plugin =
     4
     5== Description ==
     6
     7[http://tk0miya.bitbucket.org/blockdiag/build/html/index.html blockdiag] is a powerful utility to generate diagrams from simple text format.
     8
     9This plugin provided wiki-processors which allow you to embed blockdiag diagrams to wiki page.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for TracBlockDiagPlugin are
     14[report:9?COMPONENT=TracBlockDiagPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=TracBlockDiagPlugin&owner=iwata0303 new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:tracblockdiagplugin here].
     22
     23== Source ==
     24
     25You can check out TracBlockDiagPlugin from [http://trac-hacks.org/svn/tracblockdiagplugin here] using Subversion, or [source:tracblockdiagplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29{{{
     30{{{
     31#!blockdiag(type=svg)
     32{
     33   A -> B -> C;
     34        B -> D;
     35}
     36}}}
     37}}}
     38
     39== Recent Changes ==
     40
     41[[ChangeLog(tracblockdiagplugin, 3)]]
     42
     43== Author/Contributors ==
     44
     45'''Author:''' [wiki:iwata0303] [[BR]]
     46'''Maintainer:''' [wiki:iwata0303] [[BR]]
     47'''Contributors:'''