This file is indexed.

/usr/share/kde4/apps/stage/templates/exportHTML/slides.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
19
20
21
22
23
24
25
26
27
28
29
30
<html>
	<head>
		<title>::TITLE::</title>
		<link rel="stylesheet" type="text/css" href="style.css" />
	</head>
	<body>
		<div id="content">
			<h1>::TITLE::</h1>
			<h2>::TITLE_SLIDE::</h2>
			<a href="::NEXT_PATH::"><img src="::IMAGE_PATH::" class="slide"/></a>
			<div id="container">
				<div id="next">
					<a href="::NEXT_PATH::">Next &gt;</a>
					<a href="::LAST_PATH::">Last &gt;&gt;</a>
				</div>
				<div id="previous">
					<a href="::FIRST_PATH::">&lt;&lt; First</a>
					<a href="::PREVIOUS_PATH::">&lt; Previous</a>
				</div>
				<div id="menu">
					<a href="index.html">Table of content</a>
				</div>
				<div class="infos">
					<p id="author">Author: ::AUTHOR::<p>
					<p id="position">Slide <em>::SLIDE_NUM::</em> of <em>::NB_SLIDES::</em><p>
				</div>
			</div>
		</div>
	</body>
</html>