This file is indexed.

/usr/share/gcompris/boards/connect4.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
19
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
         type="python:connect4"
         section="/strategy"
	 name="connect4"
         icon="connect4.svg"
	 difficulty="2"
         boarddir="connect4"
	 author="Laurent Lacheny (laurent.lacheny@wanadoo.fr)"
	 demo="1">
         <title>Connect 4</title>
         <description>Arrange four coins in a row</description>
	<prerequisite>Mouse-manipulation</prerequisite>
	<goal>Create a line of 4 pieces either horizontally (lying down), vertically (standing up) or diagonally.</goal>
        <manual>Click the position in the line where you want to drop a piece. You can also use the arrow keys to move the piece left or right, and the down or space key to drop a piece.</manual>
        <credit>Laurent Lacheny. Images and Artificial Intelligence taken from project 4stattack by Jeroen Vloothuis. The original project can be found on &lt;http://forcedattack.sourceforge.net&gt;</credit>
  </Board>
</GCompris>