This file is indexed.

/usr/share/mozart/doc/index.html is in mozart-doc 1.4.0-8ubuntu1.

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
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
    <title>Mozart Documentation</title>
    <link rel=stylesheet type="text/css" href="ozdoc.css">
<style>
p.h1  { font-size:14pt; color:darkred; }
a.h2  { font-size:10pt; }
p.h2a { font-size:12pt; color:steelblue; text-align: left; }
</style>
  </head>
  <body>
    <p class="margin"><a href="idx/index.html">Index</a><br>
    <a href="http://www.mozart-oz.org/download/print.cgi">Print</a></p>
    <h1 class=title>Mozart Documentation</h1>
    <table align=center valign=top>
      <tr>
        <td width="5%">&nbsp;</td>
        <td width="30%">&nbsp;</td>
        <td width="5%">&nbsp;</td>
        <td width="30%">&nbsp;</td>
      </tr>
      <tr>
        <td colspan=4><p class=h1>Getting Started</p></td>
      </tr>
      <tr valign=top>
        <td>&nbsp;</td>
        <td>
          <dl>
            <dt><p class=h2a>System</dt>
            <dd><dl>
                  <dt><a href="install/index.html" class=h2
                      >The System Installation Manual</a></dt>
                  <dt><a href="demo/index.html" class=h2
                      >The Demo Applications Document</a></dt>
                  <dt><a href="changes/index.html" class=h2
                      >Changes</a></dt>
                </dl>
          </dl>
        </td>
        <td>&nbsp;</td>
        <td>
          <dl>
            <dt><p class=h2a>Documentation</dt>
            <dd><dl>
                  <dt><a href="overview.html" class=h2
                      >Documentation Overview</a></dt>
                  <dt><a href="howtoread/index.html" class=h2
                      >How To Read The Documentation</a></dt>
                  <dt><a href="idx/index.html" class=h2
                      >Global Index</a></dt>
                </dl>
          </dl>
        </td>
      </tr>
      <tr>
        <td colspan=4><p class=h1>Tutorials</p></td>
      </tr>
      <tr valign=top>
        <td>&nbsp;</td>
        <td>
          <dl>
            <dt><p class=h2a>Introductory</dt>
            <dd><dl>
                  <dt><a href="tutorial/index.html" class=h2
                      >Tutorial of Oz</a></dt>
                  <dt><a href="dstutorial/index.html" class=h2
                      >Distributed Programming in Mozart</a></dt>
                  <dt><a href="fdt/index.html" class=h2
                      >Finite Domain Constraint Programming</a></dt>
                  <dt><a href="apptut/index.html" class=h2
                      >Application Programming</a></dt>
		  <dt> <a href="mozart-stdlib/wp/qtk/html/index.html" class=h2
		      >High-level Window Programming with QTk</a></dt>
                </dl>
          </dl>
        </td>
        <td>&nbsp;</td>
        <td>
          <dl>
            <dt><p class=h2a>Advanced</dt>
            <dd><dl>
                  <dt><a href="fst/index.html" class=h2
                      >Problem Solving with Finite Set Constraints</a></dt>
		  <dt> <a href="wp/index.html" class=h2
		      >Window Programming with Tk</a></dt>
                  <dt><a href="op/index.html" class=h2
                      >Open Programming</a></dt>
                  <dt><a href="cpitut/index.html" class=h2
                      >Constraint Extension Tutorial</a></dt>
                </dl>
          </dl>
        </td>
      </tr>
      <tr>
        <td colspan=4><p class=h1>Reference Manuals</p></td>
      </tr>
      <tr valign=top>
        <td>&nbsp;</td>
        <td>   
          <dl>
            <dt><p class=h2a>Programming Modules and Libraries</dt>
            <dd><dl>
                  <dt><a href="base/index.html" class=h2
                      >The Oz Base Environment</a></dt>
                  <dt><a href="system/index.html" class=h2
                      >System Modules</a></dt>
                  <dt><a href="compiler/index.html" class=h2
                      >The Mozart Compiler</a></dt>
		  <dt><a href="mozart-stdlib/index.html" class=h2
		      >The Mozart Standard Library</a></dt>
                </dl>
            <dt><p class=h2a>Programming Environment and Tools</dt>
            <dd><dl>
                  <dt><a href="opi/index.html" class=h2
                      >The Oz Programming Interface</a>,
                      <a href="browser/index.html" class=h2
                      >Browser</a>,
                      <a href="explorer/index.html" class=h2
                      >Explorer</a>,
                      <a href="panel/index.html" class=h2
                      >System Panel</a>,
                      <a href="dpanel/index.html" class=h2
                      >Distribution Panel</a>,
                      <a href="tools/index.html" class=h2
                      >Shell Utilities</a>,
                      <a href="ozcar/index.html" class=h2
                      >Ozcar: Debugger</a>,
                      <a href="profiler/index.html" class=h2
                      >Profiler</a>,
                      <a href="gump/index.html" class=h2
                      >Gump: Frontend Generator</a>,
                      <a href="inspector/index.html" class=h2
                      >Inspector</a>
		  </dt>
                </dl>
          </dl>
        </td>
        <td>&nbsp;</td>
        <td>
          <dl>
              <dt><p class=h2a>Interfaces</dt>
              <dd><dl>
                  <dt><a href="cpiref/index.html" class=h2
                         >Constraint Extensions Reference</a></dt>
                  <dt><a href="foreign/index.html" class=h2
                         >Interfacing to C and C++</a></dt>
                </dl>
              <dt><p class=h2a>Definitions</dt>
              <dd><dl>
                  <dt><a href="notation/index.html" class=h2
                         >The Oz Notation</a></dt>
                  <dt><a href="loop/index.html" class=h2
			 >Loop Support</a></dt>
                </dl>
              <dt><p class=h2a>Other</dt>
              <dd><dl>
                  <dt><a href="limitations/index.html" class=h2
                         >Limitations</a></dt>
                  <dt><a href="contrib/index.html" class=h2
                         >Contributed Libraries</a>,
                      <a href="add-ons/" class=h2
                         >Add-ons</a></dt>
                  <dt><a href="http://www.mozart-oz.org/mogul/" class=h2
			 >MOzart Global User Library (MOGUL)</a></dt>
                  <dt><a href="ozdoc/index.html" class=h2
                         >Oz Documentation DTD</a></dt>
                  <dt><a href="ds_white_paper/index.html" class=h2
                         >Distribution Subsystem</a></dt>
                </dl>
            </dl>
        </td>
      </tr>
    </table>
  <hr>
  </body>
</html>