This file is indexed.

/usr/share/doc/renaissance-doc/examples/Examples/Classes/OutlineView/OutlineView.gsmarkup is in renaissance-doc 0.9.0-4.

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
19
20
21
<?xml version="1.0"?>
<!DOCTYPE gsmarkup>

<gsmarkup>
  <objects>
    <window title="OutlineViewDemo" autosaveName="theWindow">
      <vbox>
	<scrollView width="250" height="250">
	  <outlineView dataSource="#NSOwner" autosaveName="theOutline"
		       outlineColumn="0">
	    <tableColumn identifier="name" title="Class Name" 
			 minWidth="100"/>
	    <tableColumn identifier="instance" title="Direct Subclasses"
			 minWidth="100"/>
	  </outlineView>
	</scrollView>

      </vbox>
    </window>
  </objects>
</gsmarkup>