This file is indexed.

/usr/share/help/sl/hig-book/hig-ch-intro.xml 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
<?xml version="1.0" encoding="utf-8"?>
<preface id="intro">
    <title>Uvod</title>
    <para>
      This document tells you how to create applications that look right,
      behave properly, and fit into the GNOME user interface as a whole. It
      is written for interface designers, graphic artists and software
      developers who will be creating software for the GNOME environment.
      Both specific advice on making effective use of interface elements,
      and the philosophy and general design principles behind the GNOME
      interface are covered.
    </para>
    <para>
      These guidelines are meant to help you design and write applications 
      that are
      easy to use and consistent with the GNOME desktop. Following these
      guidelines will have many benefits:
      <itemizedlist>
	<listitem><para>Users will learn to use your
	program faster, because interface elements will look and
	behave the way they are used to.</para></listitem>
	<listitem><para>Novice and advanced users alike will be able
	accomplish tasks quickly and easily, because the interface
	won't be confusing or make things difficult.</para></listitem>
	<listitem><para>Your application will have an attractive look
	that fits in with the rest of the desktop.</para></listitem>
	<listitem><para>Your application will continue to look
	good when users change desktop themes, fonts and
	colors.</para></listitem>
	<listitem><para>Your application will be accessible to all
	users, including those with disabilities or special
	needs.</para></listitem>
      </itemizedlist>
    </para>
    <para>
      To help you achieve these goals, these guidelines will cover basic
      interface elements, how to use them and put them together effectively,
      and how to make your application integrate well with the desktop.
    </para>
    <para>
      The recommendations here build on design aspects that have
      worked well in other systems, including Mac OS, Windows, Java
      and KDE. At the same time they retain a uniquely GNOME flavor.
    </para>

    <tip><title>Remember...</title>
       <para>Following the guidelines will make your job easier, 
        not harder!</para>
    </tip>

  </preface>