This file is indexed.

/usr/share/bibledit/client/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
49
50
51
52
53
54
55
56
57
<h3>translate("Bibledit Cloud connection")</h3>

<!-- #BEGINZONE clienton -->
<p>
  translate("Connected to Bibledit Cloud.")
  <a href="?disable=">translate("Disconnect and log out.")</a>
</p>
<p>translate("Internet address"): ##url##</p>
<p>translate("Your role:") ##role##</p>
<!-- #ENDZONE clienton -->

<!-- #BEGINZONE clientoff -->
<p>translate("To connect to Bibledit Cloud, enter the details of the server, and your credentials, and click Connect.")</p>

<br>

<form action="index" name="server" method="post">
  <table>
  <tr>
    <td align="right">translate("Internet address")</td>
    <td><input type="text" name="address" maxlength="1000" value="##address##" autofocus /></td>
  </tr>
    <tr>
      <td align="right">translate("Port number")</td>
      <td><input type="text" name="port" maxlength="6" value="##port##" /></td>
    </tr>
    <tr>
    <td align="right">translate("Username")</td>
    <td><input type="text" name="user" maxlength="30" /></td>
    </tr>
    <tr>
      <td align="right">translate("Password")</td>
      <td><input type="password" name="pass" maxlength="30" /></td>
    </tr>
    <tr>
      <td></td>
      <td><input type="submit" name="connect" class="focus" value="translate("Connect")" onClick="this.value = 'translate ("Please wait")'; return true;" /></td>
    </tr>
  </table>
</form>

<br>

<p><a href="?demo=">translate("Or else connect to the Bibledit Cloud demo.")</a></p>

<br>


<p>translate ("To get access to Bibledit Cloud, install a server instance.")</p>

<!-- #ENDZONE clientoff -->

<br>
<p class="error">##error##</p>
<p class="success">##success##</p>
<p class="error">##demo##</p>
<script type="text/javascript" src="../assets/external.js"></script>