This file is indexed.

/usr/share/gcompris/boards/connect4-2players.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
20
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
     type="python:connect4"
     section="/strategy"
     name="connect4-2players"
     icon="connect4.svg"
     difficulty="2"
     boarddir="connect4"
     mode="2players"
     author="Laurent Lacheny (laurent.lacheny@wanadoo.fr) / Miguel de Izarra (miguel2i@free.fr)"
     demo="1">
     <title>Connect 4 (2 Players)</title>
     <description>Arrange four coins in a row</description>
     <prerequisite>Mouse-manipulation</prerequisite>
     <goal>Create a line of 4 pieces either horizontally (lying down) or 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>The original code was written in 2005 by Laurent Lacheny. In 2006, Miguel de Izarra made the two players game. 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>