This file is indexed.

/usr/share/doc/trac-graphviz/examples/GraphvizExamples%2FMapWhole is in trac-graphviz 0.7.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
= Graphviz Example Map Whole Image =

The '''TracProject''' portion points to the Trac project page at Edgewall while the rest of the image points to the Edgewall site.

{{{
#!graphviz
digraph G {
    URL="http://www.edgewall.com/";
    label = "Edgewall"

    TracProject [URL="http://projects.edgewall.com/trac/"];
    TracProject;
}
}}}