This file is indexed.

/usr/share/help/fr/gnome-devel-demos/beginner.py.page is in gnome-devel-docs 3.8.1-1.

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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" type="guide" style="task" id="beginner.py" xml:lang="fr">

<info>
  <title type="text">GTK+ widgets sample code (Python)</title>
  <link type="guide" xref="py#code-samples"/>
  <revision version="0.1" date="2012-07-31" status="draft"/>

  <desc>A guide to GUI programming using GTK+, including code samples and practice exercises.</desc>
  <credit type="author copyright">
    <name>Tiffany Antopolski</name>
    <email>tiffany.antopolski@gmail.com</email>
  </credit>
  <credit type="editor">
    <name>Marta Maria Casetti</name>
    <email>mmcasetti@gmail.com</email>
    <years>2013</years>
  </credit>
</info>

<title>GTK+ widgets sample code</title>
<synopsis>
<p>If you are a beginner and you would like a tutorial to guide you step by step in an exploration of what you can do with GTK+ 3, you should go to the <link xref="tutorial.py"/> page. If you are looking for a specific widget, you can find it in the sections below.</p>
</synopsis>

<links type="section"/>

  <section id="windows" style="2column"><title>Fenêtres</title>
  </section>
  <section id="display-widgets" style="2column"><title>Affichage d'éléments graphiques</title>
  </section>
  <section id="buttons" style="2column"><title>Boutons et bascules</title>
  </section>
  <section id="entry" style="2column"><title>Entrée de données numériques et de texte</title>
  </section>
  <section id="multiline" style="2column"><title>Éditeur de texte multiligne</title>
  </section>
  <section id="menu-combo-toolbar" style="2column"><title>Menu, boîte combinée et éléments graphiques de barre d'outils</title>
  </section>
  <section id="treeview" style="2column"><title>Élément graphique arborescent</title>
  </section>
  <section id="selectors" style="2column"><title>Sélecteurs</title>
    <section id="file-selectors" style="2column"><title>Sélecteurs de fichiers</title>
    </section>
    <section id="font-selectors" style="2column"><title>Sélecteurs de polices</title>
    </section>
    <section id="color-selectors" style="2column"><title>Sélecteurs de couleurs</title>
    </section>
  </section>
  <section id="layout" style="2column"><title>Conteneurs d'agencement</title>
  </section>
  <section id="ornaments" style="2column"><title>Décorations</title>
  </section>
  <section id="scrolling" style="2column"><title>Barre de défilement</title>
  </section>
  <section id="misc" style="2column"><title>Divers</title>
  </section>

<section id="theory">
<title>Theory pages</title>
</section>

</page>