This file is indexed.

/usr/share/kde4/apps/stage/templates/exportHTML/toc.html is in calligrastage 1:2.4.0-0ubuntu2.

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
<html>
	<head>
		<title>::TITLE::</title>
		<link rel="stylesheet" type="text/css" href="style.css" />
	</head>
	<body>
		<div id="content">
			<h1>::TITLE::</h1>
            <h2>Table of content</h2>
            ::TOC::
			<div id="container">
				<div class="infos">
					<p id="author">Author: ::AUTHOR::<p>
				</div>
			</div>
		</div>
	</body>
</html>