This file is indexed.

/usr/share/bibledit/workspace/settings.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<h3>translate("Edit workspace") ##name##</h3>
<form action="settings?name=##name##" method="post">
<p><b>translate("Top row")</b> translate ("height factor"):</p>
<p><input type="text" name="height1" style="width: 18%" value="##height1##" title="##help##" /></p>
</p>
<p>translate("URLs"):</p>
<p>
  <input type="text" name="url11" style="width: 18%" value="##url11##" title="##help##" />
  <input type="text" name="url12" style="width: 18%" value="##url12##" title="##help##" />
  <input type="text" name="url13" style="width: 18%" value="##url13##" title="##help##" />
  <input type="text" name="url14" style="width: 18%" value="##url14##" title="##help##" />
  <input type="text" name="url15" style="width: 18%" value="##url15##" title="##help##" />
</p>
<p>translate("Width factors"):</p>
<p>
  <input type="text" name="width11" style="width: 18%" value="##width11##" title="##help##" />
  <input type="text" name="width12" style="width: 18%" value="##width12##" title="##help##" />
  <input type="text" name="width13" style="width: 18%" value="##width13##" title="##help##" />
  <input type="text" name="width14" style="width: 18%" value="##width14##" title="##help##" />
  <input type="text" name="width15" style="width: 18%" value="##width15##" title="##help##" />
</p>
<br>
<p><b>translate("Center row")</b> translate ("height factor"):</p>
<p><input type="text" name="height2" style="width: 18%" value="##height2##" title="##help##" /></p>
<p>translate("URLs"):</p>
<p>
  <input type="text" name="url21" style="width: 18%" value="##url21##" title="##help##" />
  <input type="text" name="url22" style="width: 18%" value="##url22##" title="##help##" />
  <input type="text" name="url23" style="width: 18%" value="##url23##" title="##help##" />
  <input type="text" name="url24" style="width: 18%" value="##url24##" title="##help##" />
  <input type="text" name="url25" style="width: 18%" value="##url25##" title="##help##" />
</p>
<p>translate("Width factors"):</p>
<p>
  <input type="text" name="width21" style="width: 18%" value="##width21##" title="##help##" />
  <input type="text" name="width22" style="width: 18%" value="##width22##" title="##help##" />
  <input type="text" name="width23" style="width: 18%" value="##width23##" title="##help##" />
  <input type="text" name="width24" style="width: 18%" value="##width24##" title="##help##" />
  <input type="text" name="width25" style="width: 18%" value="##width25##" title="##help##" />
</p>
<br>
<p><b>translate("Bottom row")</b> translate ("height factor"):</p>
<p><input type="text" name="height3" style="width: 18%" value="##height3##" title="##help##" /></p>
<p>translate("URLs"):</p>
<p>
  <input type="text" name="url31" style="width: 18%" value="##url31##" title="##help##" />
  <input type="text" name="url32" style="width: 18%" value="##url32##" title="##help##" />
  <input type="text" name="url33" style="width: 18%" value="##url33##" title="##help##" />
  <input type="text" name="url34" style="width: 18%" value="##url34##" title="##help##" />
  <input type="text" name="url35" style="width: 18%" value="##url35##" title="##help##" />
</p>
<p>translate("Width factors"):</p>
<p>
  <input type="text" name="width31" style="width: 18%" value="##width31##" title="##help##" />
  <input type="text" name="width32" style="width: 18%" value="##width32##" title="##help##" />
  <input type="text" name="width33" style="width: 18%" value="##width33##" title="##help##" />
  <input type="text" name="width34" style="width: 18%" value="##width34##" title="##help##" />
  <input type="text" name="width35" style="width: 18%" value="##width35##" title="##help##" />
</p>
<br>
<p><b>translate("Workspace")</b> translate ("width"):</p>
<p><input type="text" name="workspacewidth" style="width: 18%" value="##workspacewidth##" title="##help##" /></p>
<br>
<p><input type="submit" name="save" value=translate("Save") /></p>
</form>
<h4>translate("Samples")</h4>
<p>
translate ("Samples to load in the current workspace:")
##samples##
</p>
<h4>translate("Help")</h4>
<p>
translate("This page is for configuring the layout of a workspace.")
translate("A workspace enables you to display parts of Bibledit or websites side-by-side.")
</p>
<br>
<p>
translate("There are three rows:")
translate("A top row, a center row, and a bottom row.")
translate("Each row has five columns.")
translate("Thus there are 15 possible positions.")
</p>
<br>
<p>
translate("You can set the relative height of each of the three rows individually.")
translate("The height is set as integer factor relative to the browser window height and other panes.")
translate("For example use factors of 1 and 2 respectively on two panes to get a split ⅓ / ⅔ layout.")
translate("Or use factors 1, 1, and 2 respectively on three panes for a ¼ / ¼ / ½ layout.")
</p>
<br>
<p>
translate("You can enter the URLs of internal Bibledit pages or external pages to display.")
translate("Enter their relative widths as an integer factor relative to the overall width and other panes.")
translate("The factors for the widths work the same as for the heights.")
</p>
<br>
<p>
translate("The internal URL of a Bibledit function can be found by opening that function in the web browser, and then copying the last two bits from the URL in the address bar.")
translate("The Edit page would have this URL:")
"edit/index".
translate("The Resources page is")
"resource/index".
translate("The Notes page is")
"notes/index".
</p>
<br>
<p>
translate("Some useful websites with resources that can be embedded are")
"http://biblehub.com/interlinear",
"http://unbound.biola.edu",
"http://www.biblegateway.com/resources",
"http://www.biblestudytools.com",
"http://www.blueletterbible.org".
translate("There are many more of them.")
</p>
<br>
<p>
translate("To edit two Bibles side-by side, add two editors to the workspace.")
translate("Add the following to each of them:")
"?bible=BibleName"
translate("For example, if one of the Bibles would be a Bible called 'Ndebele Bible', then the URL would be:")
"edit/index?bible=Ndebele Bible".
</p>
<br>
<p>
translate("The Notes editor has some preset selectors.")
translate("To display all the notes for a certain passage, enter the following URL:")
"notes/index?presetselection=forverse".
translate("When this workspace will be opened, it will display all the notes that refer to the focused passage.")
translate("Other preset selectors for the Notes editor:")
</p>
<p>
"notes/index?presetselection=assigned"
-
translate("Display all notes assigned to you.")
</p>
<p>
"notes/index?presetselection=subscribed"
-
translate("Display all notes you are subscribed to.")
</p>
<p>
"notes/index?presetselection=subscribeddayidle"
-
translate("Display subscribed notes that have been idle for a day.")
</p>
<p>
"notes/index?presetselection=subscribedweekidle"
-
translate("Display subscribed notes that have been idle for a week.")
</p>
<br>
<p>
translate("You can set the width of the entire workspace.")
translate("By setting the width wider than the screen, the workspace can be scrolled horizontally.")
translate("This may be useful on devices with smaller screens, such as phones.")
</p>