This file is indexed.

/usr/share/bibledit/help/installcloudubuntu.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
<h2>translate("Install Bibledit Cloud on Ubuntu")</h2>

<p>translate("Follow the steps below to install Bibledit.")</p>
<ol>
  <li>translate("Open a terminal.")</li>
  <li>
    <p>translate("Install required software:")</p>
    <p><code>sudo apt install software-properties-common</code></p>
  </li>
  <li>
    <p>translate("Add the Bibledit repository:")</p>
    <p><code>sudo add-apt-repository ppa:bibledit/ppa</code></p>
  </li>
  <li>
    <p>translate("Read the repository:")</p>
    <p><code>sudo apt update</code></p>
  </li>
  <li>
    <p>translate("Install Bibledit:")</p>
    <p><code>sudo apt install bibledit-cloud</code></p>
  </li>
</ol>
<p>
translate("Bibledit will be accessible through the IP address port 8080.")
translate("Examples:")
</p>
<p><a href="http://website.org:8080">http://website.org:8080</a></p>
<p><a href="http://192.168.2.1:8080">http://192.168.2.1:8080</a></p>
<p><a href="http://localhost:8080">http://localhost:8080</a></p>
<p>translate("Open the web address in a browser, follow the instructions on the screen to configure Bibledit Cloud, and log in.")</p>
<br>
<p>
translate ("The Ubuntu packages support Ubuntu 15.05 and higher.")
<a href="installcloudsourcedebian">translate("Bibledit Cloud can also be installed from source.")</a>
</p>