This file is indexed.

/usr/share/bibledit/sprint/index.html is in bibledit-data 5.0.453-3.

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
<h3>translate("Sprint")</h3>
<p class="error">##error##</p>
<p class="success">##success##</p>
<p>
  translate("Bible"):
  <a href="?bible=">##bible##</a>
  |
  <a href="?previoussprint=">«</a>
  <a href="?currentprint=">##sprint##</a>
  <a href="?nextsprint=">»</a>
</p>
<br>
<table class="burndown">
  <tr>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    ##categories##
  </tr>
  ##tasks##
</table>
<br>
<p>translate("Sprint Burndown Chart - Remaining Tasks")</p>
<p>##chart##</p>
<br>
<p><a href="?mail=">translate("Mail information to subscribers")</a></p>
<p class="error">##mailer##</p>
<br>
<form action="index" name="addtask" method="post">
  <p>
    translate("Add task")
    <input type="text" name="add" maxlength="256" ##autofocus## />
    <input type="submit" name="submit" value="translate("Add")" />
  </p>
</form>
<br>
<form action="" name="categories" method="post">
  <p>
    translate("Enter task completion categories.")
    translate("One per line.")
  </p>
  <p><textarea name="categories" style="width:100px">##categorytext##</textarea></p>
  <p><input type="submit" name="save" value="translate("Save")" /></p>
</form>
<br>
<a id="help"></a>
<script type="text/javascript" src="index.js?##VERSION##"></script>