This file is indexed.

/etc/gforge/plugins/scmsvn/viewcvs/templates/graph.ezt is in fusionforge-plugin-scmsvn 5.1.1-2.

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
15
16
17
18
[# setup page definitions]
  [define location][rootname][if-any where]: [where][end][end]
  [define page_title][cfg.general.main_title] - graph - [location][end]
  [define help_href][docroot]/help_rootview.html[end]
[# end]

[include "include/header.ezt" "graph"]

<center>
<h1>Revision graph of [path]</h1>

[imagemap]
<img border="0" usemap="#MyMapName"
  src="[imagesrc]" 
  alt="Revisions of [path]">
</center>

[include "include/footer.ezt"]