This file is indexed.

/usr/share/doc/python-nevow/howto/index.html is in python-nevow 0.10.0-5.

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
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html  PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'  'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      Nevow:
    
      Manual
    </title>
    <link href="stylesheet.css" rel="stylesheet" type="text/css"/>
  </head>

  <body bgcolor="white">
    <h1 class="title">
      Manual
    </h1>
    <div class="toc"><ol/></div>
    <div class="content">
    <span/>
    <ul class="toc">
      <li>
        <a href="intro.html" shape="rect">Introduction</a>
      </li>
      <li>
        <a href="gettingstarted.html" shape="rect">Getting Started</a>
        <p>A basic introduction to rendering a web page in Nevow.</p>
      </li>
      <li>
        <a href="traversal.html" shape="rect">Object Traversal</a>
        <p>Getting from an URL to a Python page object you want to render.</p>
      </li>
      <li>
        <a href="publishing.html" shape="rect">Object Publishing</a>
        <p>Exposing Python objects as parts of a web page in Nevow.</p>
      </li>
      <li>
        <a href="xmltemplates.html" shape="rect">XML Templates</a>
        <p>Using standard XHTML as a template for Nevow.</p>
      </li>
      <li>
        <a href="deployment.html" shape="rect">Deployment</a>
        <p>How to get your Nevow application running on different types of
          servers.</p>
      </li>
      <li>
        <a href="chattutorial/index.html" shape="rect">Nevow Athena</a>
        <p>Two-way communication with JavaScript in a web browser.</p>
      </li>
      <li>
        <a href="glossary.html" shape="rect">Glossary</a>
      </li>
    </ul>
  </div>

    <p><a href="index.html">Index</a></p>
    <span class="version">Version: </span>
  </body>
</html>