// a test of etherpad->graphviz rendering //from [[graph_meandering]] // edit/render... // graph is generated from http://pipelines.local/etherdump/etherlinks, a python script derived from etherdump that generates a linktraces.dot file containing the links between pads in dot format. // etherdots1 create the .dot file; etherdots2 generates the graphviz diagram. // pipelines@pipelines:~$ ./etherdots1.sh http://pipelines.local:9001/p/panoptical_graph_meandering // pipelines@pipelines:~$ ./etherdots2.sh /var/www/html/images/etherdots.png // visible at.. . // http://pipelines.local/etherdots.png // are we interested in panopticons?... // just put the settings and don't close the graph, so the dot links can be added. // EXAMPLE: // digraph { // node [shape=plaintext]; // graph [pad="1", nodesep="1", ranksep="2"]; graph { *style=dotted; *fontname="Belgika8th"; *fontsize=11; *fontcolor=gray60; *color=gray60; *labeljust=l; *margin=0.75; *dpi=50; * *node [fontname="Belgika8th" shape=box]