This file is indexed.

/usr/share/GNUstep/Documentation/GDL2/GDL2.html is in libgnustep-dl2-dev 0.12.0-15.1build2.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>GDL2</title>
  </head>
  <body>
    <font face="serif">
    <h1><a name="title$index">GDL2</a></h1>
    <h3>Authors</h3>
    <dl>
      <dt><a href="http://www.gnustep.org/developers/whoiswho.html">Mirko Viviani</a> (<a href="mailto:mirko.viviani@gmail.com"><code>mirko.viviani@gmail.com</code></a>)</dt>
      <dd>
      </dd>
      <dt><a href="http://www.gnustep.org/developers/whoiswho.html">Manuel Guesdon</a> (<a href="mailto:mguesdon@orange-concept.com"><code>mguesdon@orange-concept.com</code></a>)</dt>
      <dd>
      </dd>
      <dt><a href="http://www.gnustep.org/developers/whoiswho.html">David Ayers</a> (<a href="mailto:ayers@fsfe.org"><code>ayers@fsfe.org</code></a>)</dt>
      <dd>
      </dd>
      <dt><a href="http://www.gnustep.org/developers/whoiswho.html">Matt Rice</a> (<a href="mailto:ratmice@gmail.com"><code>ratmice@gmail.com</code></a>)</dt>
      <dd>
      </dd>
    </dl>

    
          <h1><a name="001000000000">GDL2 - GNUstep Database Library 2</a></h1>
    <p>
The GNUstep Database Library 2 (GDL2) is a set of libraries to map
      Objective-C objects to rows of relational database management systems
      (RDBMS).  It aims to be compatible with Enterprise Objects Framework
      (EOF) as released with WebObjects 4.5 from Apple Inc.    </p>
    <p>
GDL2 consists of the following components:    </p>

            <h2><a name="001001000000">- <a href="../EOControl/EOControl.html">EOControl</a></a></h2>
    <p>
The fundamental abstraction library which includes many non RDBMS
        related extensions such as KeyValueCoding extensions and other
        categories.  Most importantly it contains the classes which handle the
        coordination of object graphs namely EOEditingContext.    </p>

            <h2><a name="001002000000">- <a href="../EOAccess/EOAccess.html">EOAccess</a></a></h2>
    <p>
This library implements the underlying mechanism to
	retrieve and store data in RDBMS.  It defines the abstract
	classes like EOAdaptor which are subclassed to interface with
	concrete RDBMS implementations.    </p>

            <h2><a name="001003000000">- <a href="../EOInterface/EOInterface.html">EOInterface</a></a></h2>
    <p>
This library implements classes used to synchronize UI
	components such as NSTextFields, NSButtons and NSTableViews
	with the state of objects which an EOEditingContext contains.    </p>
    <div>

          </div>
    <br />
    </font>
</body>
</html>