This file is indexed.

/usr/share/bibledit/sendreceive/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
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<h3>translate("Send / Receive")</h3>

<p class="success">##success##</p>
<p class="error">##error##</p>

<!-- #BEGINZONE clienton -->

<p>translate("Send and receive:")
<a href="?runsync=">translate("now")</a>
|
<!-- #BEGINZONE repeatsync2 --><!-- #ENDZONE repeatsync2 -->
<a href="?repeatsync=2">translate("every five minutes")</a>
<!-- #BEGINZONE repeatsync2 --><!-- #ENDZONE repeatsync2 -->
|
<!-- #BEGINZONE repeatsync1 --><!-- #ENDZONE repeatsync1 -->
<a href="?repeatsync=1">translate("every hour")</a>
<!-- #BEGINZONE repeatsync1 --><!-- #ENDZONE repeatsync1 -->
|
<!-- #BEGINZONE repeatsync0 --><!-- #ENDZONE repeatsync0 -->
<a href="?repeatsync=0">translate("manually")</a>
<!-- #BEGINZONE repeatsync0 --><!-- #ENDZONE repeatsync0 -->
</p>
<!-- #ENDZONE clienton -->

<!-- #BEGINZONE clientoff -->
<br>
<p class="error">translate ("Not connected to Bibledit Cloud")</p>
<p><a href="/client/index">translate("Connect to start sending and receiving.")</a></p>
<!-- #ENDZONE clientoff -->

<!-- #BEGINZONE clienton -->
<br>
<p class="error">##demo##</p>
<p>
  translate("It sends changes made here to Bibledit Cloud.")
  translate("It receives updates from Bibledit Cloud.")
</p>
<!-- #ENDZONE clienton -->

<br>
<!-- #BEGINZONE paratexton -->
<p>
translate("The Paratext bridge sends changes from Bibledit to Paratext on this computer.")
translate("Bibledit receives updates from Paratext.")
</p>
<p>
translate("The following Bibles link to a Paratext project:")
##paratextbibles##.
</p>
<p>
<a href="?syncparatext=">translate("Synchronize with Paratext now.")</a>
</p>
<p>
translate("Do not synchronize with Paratext while Paratext is running.")
translate("This may cause loss of changes in the chapter Paratext is displaying.")
</p>
<!-- #ENDZONE paratexton -->
<!-- #BEGINZONE paratextoff -->
<p>
translate("If Paratext were installed on this computer, and Bibles in Bibledit would be linked to Paratext projects, then Bibledit would be able to send and receive Bibles data to and from Paratext.")
</p>
<!-- #ENDZONE paratextoff -->

<!-- #BEGINZONE server -->
<p class="success">##successbible##</p>
<!-- #BEGINZONE gitreadwrite -->
<p>translate("Synchronize a Bible with a git repository.")</p>
<!-- #ENDZONE gitreadwrite -->
<!-- #BEGINZONE gitwrite -->
<p>translate("Send a Bible to a git repository.")</p>
<!-- #ENDZONE gitwrite -->
<p>translate("Bible"): <a href="?bible=">##bible##</a>.</p>
<!-- #BEGINZONE collab_off -->
<p>translate("This Bible has not been linked to a git repository.")</p>
<!-- #ENDZONE collab_off -->
<!-- #BEGINZONE collab_on -->
<!-- #BEGINZONE gitreadwrite -->
<p>translate("Bibledit sends and receives this Bible every night.")</p>
<!-- #ENDZONE gitreadwrite -->
<!-- #BEGINZONE gitwrite -->
<p>translate("Bibledit sends this Bible every night.")</p>
<!-- #ENDZONE gitwrite -->
<p><a href="?runbible=">
<!-- #BEGINZONE gitreadwrite -->
translate("Send and receive it now.")
<!-- #ENDZONE gitreadwrite -->
<!-- #BEGINZONE gitwrite -->
translate("Send it now.")
<!-- #ENDZONE gitwrite -->
</a></p>
<p>
<input type="checkbox" name="repeatbible" onchange="checkbox(this)" ##repeatbible## />
<!-- #BEGINZONE gitreadwrite -->
translate("Send and receive it every five minutes.")
<!-- #ENDZONE gitreadwrite -->
<!-- #BEGINZONE gitwrite -->
translate("Send it every five minutes.")
<!-- #ENDZONE gitwrite -->
</p>
<p>
translate("The git repository keeps the history of the Bible text with all the changes.")
translate("View the history:")
<a href="##url##">##url##</a>
</p>
<!-- #ENDZONE collab_on -->
<!-- #ENDZONE server -->

<br>

<p><a href="/journal/index">translate("The Journal displays progress and diagnostic messages.")</a></p>
<p id="status"></p>
<script type="text/javascript" src="../assets/checkbox.js"></script>
<script type="text/javascript" src="index.js?"></script>