This file is indexed.

/usr/share/help/C/gnome-devel-demos/getting-ready.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
64
65
66
67
68
69
70
71
72
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="getting-ready">

  <info>
    <title type='link'>Install GNOME development tools</title>
    <link type="guide" xref="index#start"/>

    <revision pkgversion="0.1" version="0.1" date="2011-03-21" status="review"/>
    <credit type="author">
      <name>GNOME Documentation Project</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>
  </info>

<title>Getting ready for GNOME development</title>

<section id="install">
<title>Install the required tools</title>
<p>Before you can start coding you will have to install the required tools for
GNOME development on your computer. This shouldn't take you more than ten
minutes.</p>

<section id="auto">
<title>Automatic installation</title>
<p>On an up-to-date distribution you should be able to simply install the required packages by clicking
on <link href="media/gnome-devtools.catalog">Install now</link>.</p>
</section>

<section id="manual">
<title>Manual installation</title>
<p>If you prefer manual installation you can find the instructions for the various distributions in the
<link href="http://live.gnome.org/DeveloperTools/Installation">GNOME wiki</link>.
Click on the image to go directly to the installation page for your distribution:
</p>
<list>
	<item><p>
	<link href="http://live.gnome.org/DeveloperTools/Installation/Ubuntu">
	<media type="image" mime="image/png" src="media/ubuntu.png">Ubuntu</media>
	</link></p>
	</item>
	<item><p>
	<link href="http://live.gnome.org/DeveloperTools/Installation/Fedora">
	<media type="image" mime="image/png" src="media/fedora.png">Fedora</media>
	</link></p>
	</item>
	<item><p>
	<link href="http://live.gnome.org/DeveloperTools/Installation/OpenSuSE">
	<media type="image" mime="image/png" src="media/opensuse.png">OpenSuSE</media>
	</link></p>
	</item>
	<item><p><link href="http://live.gnome.org/DeveloperTools/Installation">Others</link></p></item>
</list>
</section>

</section>

<section id="required">
<title>Required versions</title>
<p>The guides assume that you have at least the following versions of the tools
installed:</p>
<list>
	<item><p>Anjuta - 3.0</p></item>
	<item><p>Devhelp - 3.0</p></item>
	<item><p>Glade - 3.10</p></item>
</list>
<p>Of course, any newer version will also work. Now, we wish you a lot of fun
with the <link xref="index">Demos</link>.</p>
</section>


</page>