-
Notifications
You must be signed in to change notification settings - Fork 8
GraphvizExamples WikiLinksPng
Attila Sukosd edited this page Mar 15, 2013
·
1 revision
The links in the diagram use Trac wiki links to point to various places:
- Ticket 1 points to ticket:1
- Report 1 points to report:1
- Changeset 1 points to changeset:1
- Graphviz Examples points to wiki:GraphvizExamples
- Milestone 1 points to milestone:milestone1
- Source Link points to source:Readme.txt
#!graphviz.circo/png
digraph G {
"Ticket 1" [style=filled, fillcolor=white, URL="ticket:1"];
"Report 1" [style=filled, fillcolor=white, URL="report:1"];
"Changeset 1" [style=filled, fillcolor=white, URL="changeset:1"];
"Graphviz Examples" [style=filled, fillcolor=white, URL="wiki:GraphvizExamples"];
"Milestone 1" [style=filled, fillcolor=white, URL="milestone:milestone1"];
"Readme.txt" [style=filled, fillcolor=white, URL="source:Readme.txt"];
"Ticket 1";
"Report 1";
"Changeset 1";
"Graphviz Examples";
"Milestone 1";
"Readme.txt";
}
Version: 1 Time: Sun Sep 2 00:24:41 2007 Author: trac (None) IP: 127.0.0.1