This file is indexed.

/usr/share/dwww/templates/dwww.template is in dwww 1.12.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- dwww.template -->
<html>
<head>
 <meta http-equiv="Content-Language" content="en-us">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="robots" content="noindex,nofollow">
 <title>%TITLE%</title>
 <link rel="stylesheet" type="text/css" href="/dwww/dwww.css">
</head>
<body>
 <div id="head"><h1>%TITLE%</h1></div>
 <div id="men"><p><a href="menu/">Debian Documentation Menu</a>
 | <a href="man/">Manual pages</a>
 | <a href="/cgi-bin/info2www">GNU Info documents</a>
 | <a href="/cgi-bin/dwww/usr/share/doc/?type=dir">/usr/share/doc folders</a></p></div>
 <form method="get" action="/cgi-bin/dwww" id="docsearch">
  <h3>Find documentation:</h3>
  <p><input name="search" id="searchfield" size="50" tabindex="0"><input name="programsubmit" value="Search" type="submit"></p>
  <p>You can search:<br>
   <label accesskey="p"><input name="searchtype" checked="checked" value="p" type="radio">for a program or package,</label><br>
   <label accesskey="m"><input name="searchtype" value="m" type="radio">in the Debian Documentation Menu,</label><br>
   <label accesskey="d"><input name="searchtype" value="d" type="radio">or in registered documentation index.</label>
   <script type="text/javascript">
   <!--
    document.getElementById('searchfield').focus();
   //--></script>
  </p>
 </form>
 <p class="foot">Generated by <a href="/dwww/"><b>dwww</b></a> version %VERSION% on %DATE%.<br>
 Please read the <a href="/cgi-bin/dwww?search=dwww"><em>on-line documentation</em></a>
 for more details on <b>dwww</b>.<br>
 Send comments, wishes and bug reports using the <a href="%BTSDOCURL%">Debian Bugtracking System</a>.</p>
</body>
</html>
<!-- end dwww.template -->