This file is indexed.

/usr/share/doc/doc-base/doc-base.html/informations.html is in doc-base 0.10.8.

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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Chapter 3. Getting information about installed documents</title>
    <meta name="generator" content="DocBook XSL Stylesheets V1.79.1" />
    <link rel="home" href="index.html" title="Debian doc-base Manual" />
    <link rel="up" href="index.html" title="Debian doc-base Manual" />
    <link rel="prev" href="interface.html" title="Chapter 2. The packages interface" />
    <link rel="next" href="todo.html" title="Chapter 4. TODO List" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">Chapter 3. Getting information about installed documents</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="interface.html">Prev</a> </td>
          <th width="60%" align="center"> </th>
          <td width="20%" align="right"> <a accesskey="n" href="todo.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="chapter">
      <div class="titlepage">
        <div>
          <div>
            <h1 class="title"><a id="informations"></a>Chapter 3. Getting information about installed documents</h1>
          </div>
        </div>
      </div>
      <p>
    If you want to get information about the status of an installed manual, you can
    use the `<code class="literal">-s</code>' or `<code class="literal">--status</code>' option of
    <span class="command"><strong>install-docs</strong></span> followed by the document id:
  </p>
      <pre class="screen">
$ install-docs -s foo
---document-information---
Document: foo
Abstract: This manual is about foos, bars, and Debian.
Author: Wile E. Coyote
Section: Debian
Title: Debian Foo's Manual

---format-description---
Format: debiandoc-sgml
Files: /usr/share/doc/foo/sgml/foo.sgml.gz

---format-description---
Format: html
Files: /usr/share/doc/foo/html-sgml/*.html
Index: /usr/share/doc/foo/html-sgml/index.html

---status-information---
Control-Files: /usr/share/doc-base/foo (changed: Tue Apr  8 23:09:24 2008)
Scrollkeeper-omf-file: /var/lib/doc-base/omf/foo/foo-C.omf
Scrollkeeper-sid: 99999999-0000-8888-0000-1234567890ab
  </pre>
      <p>
    <code class="systemitem">doc-base</code> always creates a
    <code class="filename">/var/lib/doc-base/documents/&lt;document-id&gt;</code> file when
    installing a document.
  </p>
      <p>
    When a document is registered to <code class="systemitem">scrollkeeper</code>, <code class="systemitem">doc-base</code> will create `<code class="literal">*-C.omf</code>'
    file under the <code class="filename">/var/lib/doc-base/omf</code> directory.  Name of
    the generated file is recorded in the
    <span class="emphasis"><em>Scrollkeeper-omf-file</em></span> field.  Lack of the field means the
    documents was not registered to the package.
  </p>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="interface.html">Prev</a> </td>
          <td width="20%" align="center"> </td>
          <td width="40%" align="right"> <a accesskey="n" href="todo.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Chapter 2. The packages interface </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> Chapter 4. TODO List</td>
        </tr>
      </table>
    </div>
  </body>
</html>