This file is indexed.

/usr/share/pyshared/pydoctor/templates/index.html is in python-pydoctor 0.5b1+bzr603-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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
          "DTD/xhtml1-strict.dtd">
<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
  <head>
    <title>
      API Documentation for
      <t:transparent t:render="project">Some Project</t:transparent>
    </title>
    <link rel="stylesheet" type="text/css" href="apidocs.css"/>
  </head>
  <body>
    <h1>
      API Documentation for
      <t:transparent t:render="project_link">Some Project</t:transparent>
    </h1>
    <h2>
      Entry Points
    </h2>
    <ul>
      <li>
        A listing of <a href="moduleIndex.html">all modules and
        packages</a>, organized by package hierarchy.
      </li>
      <li>
        A listing of <a href="classIndex.html">all classes</a>,
        organized by inheritance hierarchy.
      </li>
      <li>
        A listing of <a href="nameIndex.html">all functions, classes,
        modules and packages</a>, ordered by name.
      </li>
      <li t:render="recentChanges">
        See <a href="recentChanges">recent changes</a> made online to
        docstrings.
      </li>
      <li t:render="problemObjects">
        See <a href="problemObjects">objects with formatting problems</a>.
      </li>
      <li t:render="onlyIfOneRoot">
        Start at <a href="root.html">root</a>, the root package.
      </li>
      <t:transparent t:render="onlyIfMultipleRoots">
        <li>
          Or start at one of the root <t:transparent t:render="rootkind">
            packages</t:transparent>:
          <ul>
            <li t:render="roots">
              <t:slot name="root"/>
            </li>
          </ul>
        </li>
      </t:transparent>
    </ul>
    <h2>
      About
    </h2>
    <p>
      This documentation was automatically generated by
      <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a>
      at <t:transparent t:render="buildtime">some
      time</t:transparent>.
    </p>
  </body>
</html>