This file is indexed.

/usr/share/bibledit/versification/system.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
<h1>translate("Versification system") ##name##</h1>

<p>
translate("This shows how many verses each chapter of the Bible has according to this versification system, and how many chapters each book has.")
translate("It can be edited further down the page.")
<a href="index?delete=##name##">translate("Delete this versification.")</a>
</p>

<table>
  <thead>
    <tr>
      <td>translate("Book")</td>
      <td>translate("Chapter")</td>
      <td>translate("Verses")</td>
    </tr>
  </thead>
  <tbody>
    ##data##
  </tbody>
</table>

<br>

<p>
translate("You can modify this versification system.")
translate ("To do that, edit the data below, and then submit it.")
translate ("It will overwrite whatever was there before.")
</p>

<form action="?name=##name##" name="form" method="post">
  <p><textarea name="data">##output##</textarea></p>
  <p><input type="submit" name="submit" value=translate("Submit") /></p>
</form>