This file is indexed.

/usr/share/blam/themes/planet/theme.html is in blam 1.8.9-4ubuntu1.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <link rel="stylesheet" href="${localbase}/planet.css" type="text/css">
    <base href="${url}" />
</head>
<body>
<div class="post">
	<div class="post2">
		<div class="post-header">
			<h4 class="post-title"><a href="${url}">${pubdate}</a></h4>
		</div>
		<div class="post-contents">
			<b>${title}</b>
			${text}
		</div>
		<div class="post-footer">
			<p><a href="${url}">${link}</a></p>
		</div>
	</div>
</div>

</div>
</body>
</html>