DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:graphgear

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:graphgear [2010-02-17 01:01] hoch2002plugin:graphgear [2023-10-30 23:31] (current) Klap-in
Line 1: Line 1:
-====== Graph Gear plugin ======+====== Graph Gear Plugin ======
  
 ---- plugin ---- ---- plugin ----
Line 6: Line 6:
 email      : andi@splitbrain.org email      : andi@splitbrain.org
 type       : syntax type       : syntax
-lastupdate : 2010-02-12 +lastupdate : 2016-02-03 
-compatible : 2009-12-15++compatible : Lemming+
 depends    :  depends    : 
 conflicts  conflicts 
 similar    : graphviz similar    : graphviz
-tags       : media, images, diagram, flash, graphviz+tags       : !obsolete, media, images, diagram, flash, graphviz
  
-downloadurl: http://github.com/splitbrain/dokuwiki-plugin-graphgear/zipball/master +downloadurl: https://github.com/splitbrain/dokuwiki-plugin-graphgear/zipball/master 
-sourcerepo : http://github.com/splitbrain/dokuwiki-plugin-graphgear/ +sourcerepo : https://github.com/splitbrain/dokuwiki-plugin-graphgear 
-bugtracker : http://github.com/splitbrain/dokuwiki-plugin-graphgear/issues+bugtracker : https://github.com/splitbrain/dokuwiki-plugin-graphgear/issues
 donationurl: http://donate.dokuwiki.org/graphgear donationurl: http://donate.dokuwiki.org/graphgear
 ---- ----
  
-This plugin uses the [[http://www.creativesynthesis.net/blog/?page_id=60|Graph Gear]] flash to display directed or undirected graphs using the popular [[http://www.graphviz.org|Graphviz]] syntax. Images and Links can be attached to the nodes of the graph. An example of the plugin in use can be seen [[http://foosel.org/stuff/bunnymeme|here]].+Flash is not available anymore in browsers. 
 + 
 +This plugin uses the [[http://www.creativesynthesis.net/blog/?page_id=60|Graph Gear]] flash to display directed or undirected graphs using the popular [[http://www.graphviz.org|Graphviz]] syntax. Images and Links can be attached to the nodes of the graph. An example of the plugin in use can be seen [[http://foosel.org/stuff/bunnymeme|here]]FIXME.
  
 ===== Download and Installation ===== ===== Download and Installation =====
  
-Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the download link given above. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ==== Changes ==== ==== Changes ====
  
-{{rss>http://github.com/feeds/splitbrain/commits/dokuwiki-plugin-graphgear/master}}+{{rss>https://github.com/splitbrain/dokuwiki-plugin-graphgear/commits/master.atom date}}
  
 ===== Syntax and Usage ===== ===== Syntax and Usage =====
Line 51: Line 53:
 | height    | a number  | 400                | The height of the graph in pixels | | height    | a number  | 400                | The height of the graph in pixels |
 | bgcolor   | a color   | ''ffffff'' (white) | The background color of the whole canvas | | bgcolor   | a color   | ''ffffff'' (white) | The background color of the whole canvas |
-| linecolor | a color   | ''cccccc'' (gray)  | The color of the edge lines |+| linecolor | a color   | ''cccccc'' (grey)  | The color of the edge lines |
 | mode      | ''undirected'' or ''directed'' | ''undirected'' | Have the edges of the graph a direction? | | mode      | ''undirected'' or ''directed'' | ''undirected'' | Have the edges of the graph a direction? |
 | viewmode  | ''explore'' or ''display''  | ''explore'' | In explore mode only the first node and it's children is shown initially, in display mode all nodes are shown. The latter is very CPU intensive | | viewmode  | ''explore'' or ''display''  | ''explore'' | In explore mode only the first node and it's children is shown initially, in display mode all nodes are shown. The latter is very CPU intensive |
Line 69: Line 71:
 ^ Parameter ^ Value     ^ Default            ^ Description ^ ^ Parameter ^ Value     ^ Default            ^ Description ^
 | label     | any text  | The node name      | A label, describing the node | | label     | any text  | The node name      | A label, describing the node |
-| fillcolor | a color   | ''cccccc'' (gray)  | The background color of the node and its label |+| fillcolor | a color   | ''cccccc'' (grey)  | The background color of the node and its label |
 | fontcolor | a color   | ''000000'' (black) | The color of the label text | | fontcolor | a color   | ''000000'' (black) | The color of the label text |
 | url       | a link    |                    | Clicking the label will open the given page, can be external or a wiki page | | url       | a link    |                    | Clicking the label will open the given page, can be external or a wiki page |
Line 93: Line 95:
 All colors can be defined as HTML hex codes or as [[http://www.graphviz.org/doc/info/colors.html|X11 Graphviz color names]]. All colors can be defined as HTML hex codes or as [[http://www.graphviz.org/doc/info/colors.html|X11 Graphviz color names]].
  
-==== Questions, Bugs ==== 
- 
-I tried this plugin, only by interest, but it didn't work. Installed this plugin and copied the example above (two nodes onto a page) and received a black rectangle with a small white dot left-bottom. Any ideas? //Ludwig 2009/02/17 // 
  
 ===== Limitations ===== ===== Limitations =====
  
   * The SWF currently contains a [[http://www.mochibot.com/|MochiBot tracking code]] -- the software is GPL, shouldn't be a problem to remove the code, but Flash might be needed to do so   * The SWF currently contains a [[http://www.mochibot.com/|MochiBot tracking code]] -- the software is GPL, shouldn't be a problem to remove the code, but Flash might be needed to do so
-  * Certain Graphviz syntax features are not supported yet (Comments, multiline data, possibly more)+  * Certain Graphviz syntax features are not supported yet (comments, multiline data, possibly more)
   * Only a subset of the Graphviz syntax for nodes and edges is supported (see above for a list), everything else is ignored   * Only a subset of the Graphviz syntax for nodes and edges is supported (see above for a list), everything else is ignored
- 
plugin/graphgear.1266364860.txt.gz · Last modified: 2010-02-17 01:01 by hoch2002

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki