|
2008-03-04
, 20:58
|
Posts: 14 |
Thanked: 1 time |
Joined on Jan 2008
|
#2
|
|
2008-03-04
, 21:01
|
Posts: 168 |
Thanked: 51 times |
Joined on Jun 2007
|
#3
|
|
2009-01-27
, 16:16
|
Posts: 33 |
Thanked: 14 times |
Joined on Dec 2007
|
#4
|
The Following User Says Thank You to n9mjg For This Useful Post: | ||
|
2009-01-27
, 18:59
|
Posts: 97 |
Thanked: 3 times |
Joined on Jan 2008
|
#5
|
|
2009-01-27
, 20:23
|
|
Posts: 1,562 |
Thanked: 349 times |
Joined on Jun 2008
|
#6
|
|
2009-01-27
, 21:01
|
Posts: 168 |
Thanked: 51 times |
Joined on Jun 2007
|
#7
|
|
2009-01-28
, 01:15
|
Posts: 97 |
Thanked: 3 times |
Joined on Jan 2008
|
#8
|
It runs as a web server on your device and you connect to it through your web browser. Unless you firewall it (don't ask me about that) it also will serve pages to anything else that connects to it.
It has the full NT Greek text as well as an English translation (LXX and Hebrew have not been implemented). You can do Strong's number searches as well as full parsing searches on Greek words.
To use:
1. Extract the archive
tar xzf bibleserver.n800.tgz
2. cd to the directory you extracted to
cd bibleserver
3. start the server
./bs
4. connect to the server in your web browser
http://localhost:4567
The file bibleserver.conf can be edited to change the translations in use as well as the port number you prefer to connect to.
You will also need a good unicode font to display the pointing in the Greek text (I use Palatino Linotype).
No optimizations were performed to account for this platform so it is slower than the desktop versions.
If you are interested in using this, you can download it at ftp://headthirst.com/pub/bibleserver.n800.tgz