This file is indexed.

/usr/share/gcompris/boards/algorithm.xml is in gcompris-data 15.02-1.1ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
	 name="algorithm"
	 type="python:algorithm"
	 section="/discovery/miscelaneous"
	 difficulty="2"
	 icon="algorithm.svg"
	 author="Christof Petig and Ingo Konrad"
	 boarddir="algorithm"
	 demo="1">
	 <title>algorithm</title>
	 <description>Complete a list of symbols</description>
	<prerequisite>Move and click the mouse</prerequisite>
	<goal>Logic training activity</goal>
	<manual>Find the next symbol in a list.</manual>
  </Board>
</GCompris>