This file is indexed.

/usr/share/gcompris/boards/pythontemplate.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
        name="pythontemplate"
        type="python:pythontemplate"
        section="/experimental"
        icon="python.svg"
        difficulty="1"
        author="Bruno Coudoin"
        boarddir=""
        >
        <title>Python Template</title>
        <description>An empty Python activity to use as a starting point</description>
        <prerequisite>Advanced Python Programmer :)</prerequisite>
        <goal>Add a language-binding to GCompris.</goal>
        <manual></manual>
        <credit>Thanks to Guido van Rossum and the Python team for this powerful language!</credit>
  </Board>
  <Data directory=""/>
</GCompris>