-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiblelocalsd.html
220 lines (209 loc) · 9.87 KB
/
biblelocalsd.html
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!DOCTYPE html>
<html>
<head>
<title>Bible.Local</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles-main.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<center>
<div class=topbannerdiv>
<div class=topbanneritem>
<center>
<a href="https://matt2446.us/"><img src="pics/matt2446-title.png" style="max-height:52px;"></a><br>
</div>
<div class="topbanneritem topverse">
44 Therefore you also be ready, for the Son of Man is coming at an hour you do not expect.<br>
45 Who then is a faithful and wise servant, whom his master made ruler over his household, to give them food in due season?<br>
<b>46 Blessed is that servant whom his master, when he comes, will find so doing.<br></b>
</div>
<div class=topbanneritem style="margin-right:0;">
<a href="biblesd/Salvation.html" class=linksbannerlink><span style="font-size:28px;color:white;">✝ </span></a><br>
<a href="https://www.jdfarag.org/abc" class=linksbannerlink style="color:#f8fbff;">A-B-C of Salvation</a><br>
<a href="https://www.but-thatsjustme.com/how-to-get-to-heaven/" class=linksbannerlink style="color:#f8fbff;">Eternal Life in Heaven</a><br>
<a href="https://didmillionsdisappear.com/" class=linksbannerlink style="background-color:rgba(255,230,0,0.5);color:black;" target="_blank">⚠ Did people disappear?</a>
</div>
</div>
<div class=linksbanner>
<div class=linksbanneritem>
<a href="index.html" class="linksbannerlink"><div><img src="pics/alabama-1.png" style="width:18px;margin:8px 0 0 4px;" title="Alabama map, derived from vectorportal.com/vector/vector-map-of-alabama.eps/5711"></div> <div>Home</div></a>
</div>
<div class=linksbanneritem>
<a href="biblesd.html" class="linksbannerlink"><i class="material-icons">sd_card</i> <div>microSD Bibles</div></a>
</div>
<div class=linksbanneritem>
<a href="biblelocalsd.html" class="linksbannerlink selected"><i class="material-icons">wifi</i> <div>RasPi Bible Server</div></a>
</div>
<div class=linksbanneritem>
<a href="biblelocalpc.html" class="linksbannerlink"><i class="material-icons">wifi</i> <div>PC Bible Server</div></a>
</div>
<div class=linksbanneritem>
<a href="resources.html" class="linksbannerlink"><i class="material-icons">laptop</i> <div>Bibles & Resources</div></a>
</div>
<div class=linksbanneritem>
<a href="prophecy.html" class="linksbannerlink"><i class="material-icons">cloud_upload</i> <div>Bible Prophecy</div></a>
</div>
</div>
<div class="bylinebanner">
<img src="pics/biblelocal-display-row-1.png">
<div>
<div style="max-width:320px;">Ultra Low-power WiFi Bible Server</div>
<ul><li><a href="https://ebible.org/download.php">eBible</a> (1,300 translations)</li><li><a href="https://www.biblesupersearch.com/">BibleSuperSearch</a> tool</li><li><a href="https://openbible.com">OpenBible</a> Hebrew & Greek</li><li><a href="https://rapturekit.org/">RaptureKit</a> resources</li><li><a href="https://kiwiirc.com/">KiwiIRC</a> chat server</li><li>Self-duplication tool</li></ul>
<a href="biblelocal-raspi.img.gz" class="download-button"><i class="material-icons">download</i> Download </a><a class="sha256-button" href="biblelocal-raspi-sha256.txt" target="_blank">SHA256</a>
</div>
</div>
<div class="main-div">
<div class=content>
<div class=content-header>
<h3>Build</h3>
</div>
<div class="scroll">
<div class="content-text">
<table>
<tr>
<td><span class=icon-char>1.</span></td>
<td>Obtain a <a href="https://www.amazon.com/gp/product/B0CCRP85TR" target="_blank">Raspberry Pi Zero W 2</a> or <a href="https://www.amazon.com/gp/product/B07TD42S27" target="_blank">Raspberry Pi 4</a></td>
</tr>
<tr>
<td><span class=icon-char>2.</span></td>
<td>Obtain a <a href="https://www.amazon.com/gp/product/B0C1Y8CS3R" target="_blank">64GB</a> (or larger) microSD card</td>
</tr>
<tr>
<td><span class=icon-char>3.</span></td>
<td><a href="biblelocal-raspi.img.gz">Download</a> the image file (checksum: <a href="biblelocal-raspi-sha256.txt" target="_blank">sha256</a>)</td>
</tr>
<tr>
<td><span class=icon-char>4.</span></td>
<td>Write the image file to the microSD card using a program like:
<ul>
<li><a href="https://etcher.balena.io/#download-etcher">Balena Etcher</a></li>
<li><a href="https://www.raspberrypi.com/software/">Raspberry Pi Imager</a></li>
<li><a href="https://thelinuxcode.com/clone-disk-using-dd-linux/">dd</a></li>
</ul>
</td>
</tr>
<tr>
<td><span class=icon-char>5.</span></td>
<td>insert the microSD card</td>
</tr>
</table>
</div>
<div style="background-color:white;">
<img src="pics/biblelocal-pizero2-2-arrow-cropped.png">
</div>
<div class=content-text>
<table>
<tr>
<td><span class=icon-char>6.</span></td>
<td>Connect power and wait 2-3 minutes</td>
</tr>
</table>
</div>
<div style="background-color:white;">
<img src="pics/biblelocal-pizero2-6-arrow-cropped.png">
</div>
<div class=content-text>
<table>
<tr>
<td><span class=icon-char>7.</span></td>
<td>Connect to WiFi:<br>
SSID: <b>Living-Water</b><br>
password: <b>John4-14</b>
</td>
</tr>
<tr>
<td><span class=icon-char>8.</span></td>
<td>Open <b>http://bible.local</b> and change the server password in <b>System</b> > <b>Configuration</b>.</td>
</tr>
<tr>
<td colspan=2><br>That's it!<br><br>Share the WiFi login with others and encourage them to connect and read God's Word at:<br><br><b>http://bible.local</b><br><br></td>
</tr>
<tr>
<td style="vertical-align:top;"><a href="watercarrier-html/user-manual.html"><i class="material-icons" style="font-size:32px;">info</i></a></td>
<td>See the <a href="watercarrier-html/user-manual.html">User Manual</a> for more information.<br><br></td>
</tr>
</table>
</div>
</div>
</div>
<div class=content>
<div class=content-header>
<h3>Connect</h3>
</div>
<div style="background-color:white;">
<a href="pics/biblelocal-pizero2-4.png"><img src="pics/biblelocal-pizero2-4-cropped.png"></a>
</div>
<div class=content-text>
<ul>
<li>
WiFi:
<ul>
<li>SSID: <b>Living-Water</b></li>
<li>password: <b>John4-14</b></li>
</ul>
</li>
<li>
Web:
<ul>
<li><u>http://<b>bible.local</b></u></li>
</ul>
</li>
</ul>
<div class=content-text style="font-size:10px;margin:0 16px 16px 16px;">Smartphone users: mobile data might need to be disabled to allow local web access over WiFi.</div>
</div>
</div>
<div class=content>
<div class=content-header>
<h3>Display</h3>
</div>
<div>
<a href="pics/biblelocal-display-photo-front.jpg"><img src="pics/biblelocal-stand-back-1.png"></a>
</div>
<div class=content-text>
<table class="item-table">
<tr><th>Item</th><th>Cost</th></tr>
<tr><td><a href="https://www.amazon.com/gp/product/B07TJR88RG" target="_blank">Display stand</a></td><td>$5</td></tr>
<tr><td><a href="pics/biblelocal-display-8.pdf" target="_blank">Cover PDF</a></td><td>-</td></tr>
<tr><td><a href="https://www.amazon.com/gp/product/B0CCRP85TR" target="_blank">Raspberry Pi Zero 2 W</a></td><td>$23</td></tr>
<tr><td><a href="https://www.amazon.com/gp/product/B06Y593MHV" target="_blank">Raspberry Pi Zero case</a></td><td>$6</td></tr>
<tr><td><a href="https://www.amazon.com/gp/product/B08T6QSBPJ" target="_blank">64GB microSD card</a></td><td>$7</td></tr>
<tr><td><a href="https://www.startech.com/en-us/cables/uusbotgra" target="_blank">USB OTG cable</a></td><td>$8</td></tr>
<tr><td><a href="https://www.amazon.com/gp/product/B09FP2PXJM/ref=ox_sc_act_image_1?smid=A210SJF12S88M5&psc=1" target="_blank">MicroSD reader/writer</a></td><td>$15</td></tr>
<tr><td><a href="https://www.amazon.com/gp/product/B0D128W9B1" target="_blank">Foam mounting tape</a></td><td>-</td></tr>
</table>
</div>
</div>
<div class=content>
<div class=content-header>
<h3>Content <a href="watercarrier-html/index.html"><span style="font-weight:bold;color:white;background-color:gray;border-radius:3px;"> direct link </span></a></h3>
</div>
<iframe src="watercarrier-html/index.html" class="scroll"></iframe>
</div>
</div>
<div class="linksbanner bottombanner">
<div class=linksbanneritem>
<a href="https://citadel.org/"><img src="pics/citadel_uncensoredbbslogo_edit-1.png" class=linksbannerimg style="margin-bottom:4px;"></a><br>
<a href="https://matt2446.us:4434" class=linksbannerlink>Forum & Webmail</a><br>
</div>
<div class=linksbanneritem>
<a href="https://tox.chat/"><img src="pics/tox.png" class=linksbannerimg style="margin-bottom:4px;"></a><br>
<a href="#" onclick="javascript:alert('Tox ID: CD9E37503A5B2DFB41947B9A0E4B921381340B49FC318FEB07250789C715DA3470885905869F');" title="Click to display Tox ID" class=linksbannerlink>Contact via Tox </a>
</div>
<div class=linksbanneritem>
<a href="https://wilsons.life/bookstack/shelves/gabes-shelf" class=linksbannerlink>wilsons.life</a><br>
</div>
<div class=linksbanneritem>
<a href="contact.html" class=linksbannerlink style="color:white;"> Contact </a><br>
<a href="mailto:[email protected]" class=linksbannerlink style="color:white;"> Email </a>
</div>
<div class=linksbanneritem>
<a href="https://rapturekit.org/"><img src="pics/rapturekit-icon.png" style="width:150px;vertical-align:middle;"></a>
</div>
<div class=linksbanneritem>
<a href="https://www.fluidicice.com/TRSG" class=linksbannerlink>The Rapture Survival Guide</a>
</div>
</div>
</center>
</body>
</html>