This file is indexed.

/usr/share/doc/photoml/examples/index.html is in photoml 0.28-0ubuntu1.

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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>XSLExample Index</title>
    <style type="text/css">
      body  {
       margin-left: 3%;
       margin-right: 3%;
       font-family: sans-serif;
       color: black;
       background: white;
      }
      div.center {
       text-align : center;
      }
      table { 
       margin-left: auto;
       margin-right: auto;
       border: solid black 1px;
       border-spacing: 5px;
       border-collapse: collapse;
      }
      tr, td {
       background-color: rgb(235,235,235);
       border: solid black 1px;
       padding: 4px;
      }
      th { 
       background-color: rgb(220,220,220);
       border: solid black 1px;
       padding: 4px;
      }
    </style>
  </head>

  <body>
    <div class="center"><h1>XSL Example Index</h1></div>

    <div class="center"><h2>PhotoML</h2></div>

    <table>
      <tr>
	<th></th>
	<th colspan="2">XSL</th>
      </tr>
      <tr>
        <th>source</th>
	<th>summary</th>
	<th>detailed</th>
      </tr>
    	<tr>
	  <td><a href="photoml01.xml">photoml01.xml</a></td>
	  <td><a href="photoml01s.html">photoml01s.html</a></td>
	  <td><a href="photoml01d.html">photoml01d.html</a></td>
	</tr>
    	<tr>
	  <td><a href="photoml02.xml">photoml02.xml</a></td>
	  <td><a href="photoml02s.html">photoml02s.html</a></td>
	  <td><a href="photoml02d.html">photoml02d.html</a></td>
	</tr>
    	<tr>
	  <td><a href="photoml03.xml">photoml03.xml</a></td>
	  <td><a href="photoml03s.html">photoml03s.html</a></td>
	  <td><a href="photoml03d.html">photoml03d.html</a></td>
	</tr>
    </table>

  </body>
</html>