This file is indexed.

/usr/share/dhelp/index.rhtml is in dhelp 0.6.20+nmu1.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
<title>Debian Online Help</title>
    <link rev="made" href="mailto:dhelp@packages.debian.org">
    <link rel="stylesheet" href="../dhelp/dhelp.css">
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
</head>

<body>
    <div id="top-bar">
        <h1><a href="index.html"><span id="logo"><img src="../dhelp/swirl.jpg" alt=""><img src="../dhelp/debian.jpg" alt="Debian"></span>
            <%= _("Online Help") %></a></h1>

        <div id="navigation-bar">
            <a href="/cgi-bin/info2www"><%= _("info pages") %></a> |
            <a href="/cgi-bin/man/man2html"><%= _("man pages") %></a> |
            <a href="../"><%= _("documentation folder") %></a> |

            <form id="search-form" action="/cgi-bin/dsearch">
                <div id="search-form-contents">
                    <input type="text" name="search">
                    <input type="submit" value="<%= _("Search") %>">
                </div>
            </form>
        </div>
    </div>

    <div id="content">
        <h2><%= _("Documentation Index") %></h2>

        <div id="item-list">
            <!-- No items in the root section -->
        </div>

        <div id="dir-panel">
            <!-- Directory list -->
            <% @section_tree.keys.sort.each do |entry| %>
                <div class="dir-panel-entry">
                    <img src="../dhelp/folder.png" alt="">
                        <a href="<%= entry %>/index.html"><%= entry %>/</a>
                    <% @section_tree[entry][:subsections].keys.sort.each do |ss| %>
                        <div class="dir-panel-entry-subsection">
                            <img src="../dhelp/folder.png" alt="">
                                <a href="<%= entry %>/<%= ss %>/index.html"><%= ss %>/</a>
                        </div>
                    <% end %>
                </div>
            <% end %>
        </div>

        <a href="All/index.html"><%= _("See all sections in one page") %></a>
    </div>
</body>
</html>