This file is indexed.

/usr/share/gcompris/boards/hangman.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
        name="hangman"
        type="python:hangman"
        section="/reading"
        icon="hangman.svg"
        difficulty="5"
        author="Bruno Coudoin"
        boarddir=""
        >
        <title>The classic hangman game</title>
        <description>A word is hidden, you must discover it letter by letter</description>
        <prerequisite>Reading skill</prerequisite>
        <goal>This is a good exercise to improve reading and spelling skills.</goal>
        <manual>You can enter the letters using the virtual keyboard on the screen or with the real keyboard.</manual>
  </Board>
  <Data directory=""/>
</GCompris>