This file is indexed.

/usr/share/GNUstep/Documentation/EOControl/EOControl.html is in libgnustep-dl2-dev 0.12.0-15.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
73
74
75
76
77
78
<!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 - EOControl</title>
  </head>
  <body>
    <font face="serif">
    <h1><a name="title$index">GDL2 - EOControl</a></h1>
    <h3>Authors</h3>
    <dl>
      <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">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>
    </dl>
    <p><b>Version:</b> $Revision: 24297 $</p>
    <p><b>Date:</b> $Date: 2006-12-30 18:41:02 +0100 (Sam, 30. Dez 2006) $</p>
    <p><b>Copyright:</b> (C) 2006 Free Software Foundation, Inc.</p>

    
          <h1><a name="001000000000">GDL2 - EOControl</a></h1>
    <p>

	EOControl is the fundemantal framework of GDL2 which implements the
	the abstraction of a database from the view of an object oriented
	application.  To be useful it generally requires support from a
	suppurting framework like EOAccess which implements the components
	needed for SQL based RDBMS implementations.  In theory EOControl could
	be used together with supporting Libraries with other storage models
	but these are hardely used in practice.
          </p>
    <div>

            <b>Title Index</b>
      <ul>
        <li><a rel="gsdoc" href="EOAggregateEvent.html#title$EOAggregateEvent">EOAggregateEvent class documentation</a></li>
        <li><a rel="gsdoc" href="EOArrayDataSource.html#title$EOArrayDataSource">EOArrayDataSource class documentation</a></li>
        <li><a rel="gsdoc" href="EOClassDescription.html#title$EOClassDescription">EOClassDescription</a></li>
        <li><a rel="gsdoc" href="EODataSource.html#title$EODataSource">EODataSource</a></li>
        <li><a rel="gsdoc" href="EODebug.html#title$EODebug">EODebug documentation</a></li>
        <li><a rel="gsdoc" href="EODeprecated.html#title$EODeprecated">EOUndoManager class documentation</a></li>
        <li><a rel="gsdoc" href="EODetailDataSource.html#title$EODetailDataSource">EODetailDataSource</a></li>
        <li><a rel="gsdoc" href="EOEditingContext.html#title$EOEditingContext">EOEditingContext</a></li>
        <li><a rel="gsdoc" href="EOEvent.html#title$EOEvent">EOEvent class documentation</a></li>
        <li><a rel="gsdoc" href="EOEventCenter.html#title$EOEventCenter">EOEventCenter class documentation</a></li>
        <li><a rel="gsdoc" href="EOFault.html#title$EOFault">EOFault</a></li>
        <li><a rel="gsdoc" href="EOFetchSpecification.html#title$EOFetchSpecification">EOFetchSpecification</a></li>
        <li><a rel="gsdoc" href="EOGenericRecord.html#title$EOGenericRecord">EOGenericRecord</a></li>
        <li><a rel="gsdoc" href="EOGlobalID.html#title$EOGlobalID">EOGlobalID</a></li>
        <li><a rel="gsdoc" href="EOKeyComparisonQualifier.html#title$EOKeyComparisonQualifier">EOKeyComparisonQualifier</a></li>
        <li><a rel="gsdoc" href="EOKeyGlobalID.html#title$EOKeyGlobalID">EOKeyGlobalID</a></li>
        <li><a rel="gsdoc" href="EOKeyValueArchiver.html#title$EOKeyValueArchiver">EOKeyValueArchiver</a></li>
        <li><a rel="gsdoc" href="EOKeyValueCoding.html#title$EOKeyValueCoding">EOKeyValueCoding</a></li>
        <li><a rel="gsdoc" href="EOKeyValueQualifier.html#title$EOKeyValueQualifier">EOKeyValueQualifier</a></li>
        <li><a rel="gsdoc" href="EOMultiReaderLock.html#title$EOMultiReaderLock">EOMultiReaderLock class documentation</a></li>
        <li><a rel="gsdoc" href="EONSAddOns.html#title$EONSAddOns">EONSAddOns</a></li>
        <li><a rel="gsdoc" href="EONotQualifier.html#title$EONotQualifier">EONotQualifier</a></li>
        <li><a rel="gsdoc" href="EONull.html#title$EONull">EONull</a></li>
        <li><a rel="gsdoc" href="EOObjectStore.html#title$EOObjectStore">EOObjectStore</a></li>
        <li><a rel="gsdoc" href="EOObjectStoreCoordinator.html#title$EOObjectStoreCoordinator">EOObjectStoreCoordinator</a></li>
        <li><a rel="gsdoc" href="EOObserver.html#title$EOObserver">EOObserver</a></li>
        <li><a rel="gsdoc" href="EOPrivate.html#title$EOPrivate">EOPrivate: various definitions</a></li>
        <li><a rel="gsdoc" href="EOQualifier.html#title$EOQualifier">EOQualifier</a></li>
        <li><a rel="gsdoc" href="EOSharedEditingContext.html#title$EOSharedEditingContext">EOSharedEditingContext class documentation</a></li>
        <li><a rel="gsdoc" href="EOSortOrdering.html#title$EOSortOrdering">EOSortOrdering</a></li>
      </ul>
    </div>
    <br />
    </font>
</body>
</html>