Changes between Version 9 and Version 10 of CanvizPlugin


Ignore:
Timestamp:
Apr 1, 2015, 9:55:49 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • CanvizPlugin

    v9 v10  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = CanvizPlugin =
     2
     3= Render xdot formatted graphs
    34
    45== Description ==
    56
    6 Canviz is a wiki macro plugin to render xdot formated graphs.  Canviz is a !JavaScript
    7 and Canvas based graph rendering library available on Google Code
    8 [http://code.google.com/p/canviz/].  I created this plugin to have something simpler
    9 than graphviz and to push rendering out to the browser rather than on the server.  You
    10 do not need to install Graphviz unless you need access to the dot utility (see below).
    11 Regardless, the server does not need Graphviz to use this plugin.
     7Canviz is a wiki macro plugin to render xdot formatted graphs. Canviz is a !JavaScript and Canvas based graph rendering library available on Google Code [http://code.google.com/p/canviz/]. I created this plugin to have something simpler than Graphviz and to push rendering out to the browser rather than on the server. You do not need to install Graphviz unless you need access to the dot utility (see below).
    128
    13 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1410
    1511Existing bugs and feature requests for CanvizPlugin are
     
    1915[http://trac-hacks.org/newticket?component=CanvizPlugin&owner=olemis new ticket].
    2016
    21 == Download ==
     17[[TicketQuery(component=CanvizPlugin&group=type,format=progress)]]
     18
     19== Download
    2220
    2321Download the zipped source from [download:canvizplugin here].
    2422
    25 == Source ==
     23== Source
    2624
    2725You can check out CanvizPlugin from [http://trac-hacks.org/svn/canvizplugin here] using Subversion, or [source:canvizplugin browse the source] with Trac.
    2826
    29 == Example ==
     27== Example
    3028
    31 xdot is a more extensive format than dot for graphs.  I don't have a personal opinion on which is better, xdot is used merely because that is what the Canviz project uses.
     29xdot is a more extensive format than dot for graphs. I don't have a personal opinion on which is better, xdot is used merely because that is what the Canviz project uses.
    3230
    3331An example hello world for the wiki:
     
    4846}}}
    4947
    50 Canviz uses the XDOT format.  To convert from DOT to XDOT you can
    51 use the dot command.  To create the above example from DOT:
    52 {{{       
     48Canviz uses the XDOT format. To convert from DOT to XDOT you can use the `dot` command. To create the above example from DOT:
     49{{{#!sh   
    5350echo "digraph G {Hello->World}" | dot -Txdot -otemp.xdot
    5451}}}     
     
    6057You can find more extensive examples at [http://www.ryandesign.com/canviz/].
    6158
    62 == Recent Changes ==
     59== Recent Changes
    6360
    6461[[ChangeLog(canvizplugin, 3)]]
    6562
    66 == Author/Contributors ==
     63== Author/Contributors
    6764
    6865'''Author:''' [wiki:mixedpuppy] [[BR]]
    69 '''Maintainer:''' [wiki:olemis] [[BR]]
     66'''Maintainer:''' [[Maintainer]] [[BR]]
    7067'''Contributors:'''