This file is indexed.

/usr/share/bibledit/system/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
58
59
60
61
62
<h2>translate("System")</h2>
<p class="error">##error##</p>
<p class="success">##success##</p>
<p>##journal##</p>

<h3>translate("Language")</h3>
<p>
translate("The language for Bibledit:")
<a href="?language=select">##language##</a>.
</p>
<br>
<p>
translate("Your preferred language is not listed?")
translate("Use your translation skills to assist with bringing another language to Bibledit.")
<a href="https://translations.launchpad.net/bibledit" ##external##>translate("Start translating right away.")</a>
translate("It is possible to translate only the most important phrases to get your translation team going in their own language.")
translate("Your translation will be included with the next Bibledit release.")
</p>

<!-- #BEGINZONE timezone -->
<h3>translate("Timezone")</h3>
<p>
translate("The timezone for Bibledit as an offset from Coordinated Universal Time in hours"):
<a href="?timezone=">##timezone## translate ("hours")</a>.
</p>
<!-- #ENDZONE timezone -->

<!-- #BEGINZONE cloud -->
<h3>translate("RSS feed")</h3>
<p>
<a href="/##rssfeed##">translate("RSS feed for the recent changes in the text of the Bible.")</a>
</p>
<p>
<input type="checkbox" name="rssauthor" onchange="checkbox(this)" ##rssauthor## />
translate("Include the author in the RSS feed.")
</p>
<p>
translate("The changes in the following Bibles will be visible in the RSS feed:")
##rssbibles##.
</p>
<!-- #ENDZONE cloud -->

<!-- #BEGINZONE client -->
<h3>translate("Transfer resources and Bibles")</h3>
<p>
translate("This helps with transferring Bibles and consultatation notes and resources from one Bibledit client to another one.")
translate("This helps translators with slow Internet connections to quickly setup new Bibledit clients.")
translate("You can produce a file with all relevant data.")
translate("Get that file.")
translate("Copy it to the new Bibledit client.")
translate("Import it there.")
</p>
<p><a href="?producebibles=">translate("Make an archive of all the Bibles available on this device.")</a></p>
<p><a href="?importbibles=">translate("Import a Bibles archive into this device.")</a></p>
<p><a href="?producenotes=">translate("Make an archive of all the Consultation Notes available on this device.")</a></p>
<p><a href="?importnotes=">translate("Import a Consultation Notes archive into this device.")</a></p>
<p><a href="?produceresources=">translate("Make an archive of all the Resources installed on this device.")</a></p>
<p><a href="?importresources=">translate("Import a Resources archive into this device.")</a></p>
<!-- #ENDZONE client -->

<script type="text/javascript" src="../assets/checkbox.js"></script>
<script type="text/javascript" src="../assets/external.js"></script>