This file is indexed.

/usr/share/pyshared/pydoctor/templates/nameIndex.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
<?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 t:render="title">Something</title>
    <link rel="stylesheet" type="text/css" href="apidocs.css"/>
  </head>
  <body>
    <h1 t:render="heading">Heading</h1>
    <t:transparent t:render="index">
        <a>
          <t:attr name="name" t:render="letter" />
        </a>
        <h2 t:render="letter" />
        <p class="letterlinks" t:render="letterlinks" />
        <ul>
          <li t:render="names" />
        </ul>
    </t:transparent>
  </body>
</html>