View Issue Details

IDProjectCategoryView StatusLast Update
0000423WackoWikiformatterpublic2019-06-19 13:40
Reportervaraha Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status feedbackResolutionopen 
PlatformCloud ServerOSFedoraOS Version17
Product Version5.1.0 
Summary0000423: graphviz formatter
DescriptionI ported the Graphviz Visualisation formatter

https://wiki.imise.uni-leipzig.de/Projects/WackoTuning?v=xii#h702-8

to WackoWiki 5.1.0

place the file graphviz.php to formatters/highlight directory and use in wacko pages like this

%%(graphviz twopi)
digraph demoGraph {
  uni [label="University of Leipzig", URL="http://www.uni-leipzig.de"]
  IMISE [URL="http://www.imise.uni-leipzig.de"]
  KKSL [URL="http://www.kksl.uni-leipzig.de"]
  uni -> IMISE
  uni -> KKSL
}
%%

where twopi - otions
list of otions: neato, circo, twopi, twopi, twopi or empty for dot.
TagsNo tags attached.
Attached Files
graphviz.zip (2,019 bytes)

Activities

administrator

2012-08-28 00:24

administrator   ~0000857

Last edited: 2012-08-28 00:57

echo $this->get_translation('UploadForbidden');

added to Hacks section -> http://wackowiki.sourceforge.net/doc/Dev/PatchesHacks/GraphvizVisualisation

so we can maintain the documentation there

administrator

2019-06-19 13:40

administrator   ~0001039

ported wrapper to R5.5, untested

https://sourceforge.net/p/wackowiki/dev/ci/87a0d05fe480799e78dd379a7394d63ef61a87a0

Issue History

Date Modified Username Field Change
2012-08-27 08:51 varaha New Issue
2012-08-27 08:51 varaha File Added: graphviz.zip
2012-08-28 00:24 administrator Note Added: 0000857
2012-08-28 00:47 administrator Note Edited: 0000857
2012-08-28 00:55 administrator Status new => feedback
2012-08-28 00:57 administrator Note Edited: 0000857
2019-06-19 13:40 administrator Note Added: 0001039