Bible is a simple parser for Bibles stored in ZefaniaXML. These are available for free in multiple translations here:
https://sourceforge.net/projects/zefania-sharp/files/Bibles/
After downloading unpack and link to the XML file in Settings.
We should read the Bible starting from the New Testament because we live in its conditions. The Old Testament should be read after studying the New Testament.
Thanks to Tobias Planitzer for the idea and initial development of this application.
Это простой синтаксический анализатор Библии, хранящейся в ZefaniaXML. XML файлы доступны бесплатно в нескольких переводах здесь:
https://sourceforge.net/projects/zefania-sharp/files/Bibles/
После скачивания распакуйте и привяжите XML-файл в Настройках.
Чтение Библии желательно начинать с Нового Завета, в условиях которого мы живём. К чтению Ветхого Завета правильно переходить только после изучения Нового.
Спасибо Tobias Planitzer за идею и первоначальную разработку этого приложения.
| Attachment | Size | Date |
|---|---|---|
| 198.46 KB | 10/02/2024 - 11:25 | |
| 198.52 KB | 10/02/2024 - 11:25 | |
| 198.65 KB | 10/02/2024 - 11:25 |
Comments
mau
Fri, 2026/07/17 - 12:32
Permalink
Since Sailfish version 5.1.0.11 I'm unable to use the Bible app. The app starts. After opening the circle (next to the settings cog wheel symbol); spins indefinitely Clicking on settings to load a(nother) module. Does open settings, [Load] opens the file picker, picking any xml files seems to work. But the text is never loaded/displayed and the circle continous to spin. Any ideas what else I could try? or is it the Sailfish update which borked the app.
zuyev
Fri, 2026/07/17 - 20:28
Permalink
I have an Xperia 10 IV OS 5.1.0.11. The app works.
Run the following commands in the terminal:
devel-su
ldconfig -p | grep python
The result should be:
libpython3.11.so.1.0 (libc6,AArch64) => /usr/lib64/libpython3.11.so.1.0
mau
Sun, 2026/07/19 - 14:24
Permalink
Thanks for the quick response. I've run the commands and get the same result. It worked out that the sqlite file was somehow corrupted.
I uninstalled the Bible app.Deleted ~/.share/local/org.tplabs/Bible/QML/OfflineStorage/Databases/45*.sqlite (and to be sure the 457*.ini file in the same directory
Reinstalled the Bible app. And now it works again. (A simple reinstall before didn't work.)
(expected cause, I was editing the Zefanja file for the Dutch Statenvertaling on https://sourceforge.net/projects/zefania-sharp/files/Bibles/ since all verses of book of the profet Haggai were filled repeatingly filled with the same verse (2:15) from Zephanja. I made a closing /verse> bracket error.
If you want I can try to reproduce the error and test if that was the cause.
Thanks again for the quick response and for maintaining the application.