This file is indexed.

/usr/share/dwww/templates/menu.nosections 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- menu.nosections -->
<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% - All Documents</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="/dwww/">dwww Home</a></p></div>
 <form method="get" action="/cgi-bin/dwww">
  <input name="search" size="30">
  <input type="submit" name="programsubmit" value="Search">
  <br>
  <label accesskey="m"><input type="radio" name="searchtype" checked value="m">menu</label>
  <label accesskey="p"><input type="radio" name="searchtype" value="p">programs</label>
  <label accesskey="d"><input type="radio" name="searchtype" value="d">registered docs</label>
 </form>
 <p class="c b">Debian Documentation Menu contains no documents.</p>
 <p class="foot">Generated by <a href="/dwww/"><b>dwww</b></a> version %VERSION% on %DATE%.</p>
</body>
</html>