Edgewall Software

Changes between Version 25 and Version 26 of ProcessorBazaar


Ignore:
Timestamp:
Feb 26, 2006, 12:16:15 AM (18 years ago)
Author:
Vegard Eriksen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ProcessorBazaar

    v25 v26  
    166166[[BR]]''Last change:'' v0.1.1 now correctly handles WikiFormatting in quoted texts
    167167----
     168=== graphviz ===
     169A processor that uses Graphviz' dot to make graphs.
    168170
     171Usage:
     172{{{
     173{{{
     174#!graphviz
     175digraph G {
     176A [color = green];
     177A -> B -> C -> A
     178C -> B
     179}
     180}}}
     181}}}
     182
     183''Version:'' >= 0.8
     184[[BR]]''Download:'' http://projects.edgewall.com/trac/attachment/wiki/ProcessorBazaar/graphviz.py
     185[[BR]]''By:'' Vegard Eriksen  zyp at jvnv dot net
     186----
    169187
    170188== Requests ==