This file is indexed.

/usr/share/doc/klone/example-site/www/index.kl1 is in klone 2.1.0~rc1-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
37
38
39
40
41
42
43
44
<%!
    #include <time.h>
    time_t now;
%>
<html>
<head><title>KLone start page</title></head>
<link rel="stylesheet" href="kl.css" type="text/css">
<body>

<blockquote>

<blockquote><table width="750" cellpadding="5"><tr><td bgcolor="white">
<center>
<h3>Welcome to KLone (Ver. <%= KLONE_VERSION %>)!</h3>
</center>
</td></tr></table></blockquote>
<p>

<blockquote><table width="750" cellpadding="5"><tr><td bgcolor="#e0e0ff">
<% 
    now = time(0);
    io_printf(out, "Time: %s", ctime(&now));
%>
</td></tr></table></blockquote>

<p>

About KLone:
<blockquote><table width="750" cellpadding="5"><tr><td bgcolor="#e0e0ff">

<a href="http://www.koanlogic.com/kl/cont/gb/html/klone.html">Info</a><br>
<a href="http://www.koanlogic.com/kl/cont/gb/html/klone-features.html">Features</a><br>
<a href="http://www.koanlogic.com/kl/cont/gb/html/klone-res.html">Download</a><br>
<a href="http://www.koanlogic.com/kl/cont/gb/html/klone-docs.html">Documentation</a><br>

</td></tr></table></blockquote>

<font size="-1">
Copyright (c) 2005, 2006 by <a href="http://koanlogic.com">KoanLogic s.r.l.</a> - All rights reserved.
</font>
</blockquote>

</body>
</html>