
openBibleViewer
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
openBibleViewer is a bible study tool.
Features:
* reading ZenfaniaXML-Modules
* over 180 ZenfaniaXML-Modules available via the Moduledownloader
* reading BibleQuote-Modules
* over 200 BibleQuote-Modules available
* reading TheWord-Modules
* Search
* Sessions
* MDI-Interface
* Notes
* Marks
* Bookmarks
* Printing
* Export as Plain-Text and as Html
* Portable
Important: It could be that the newest version of openBibleViewer is not available for your distribution because openBibleViewer requires Qt 4.6.
alvanx
8 years ago
Report
symbianflo
9 years ago
clucene2 it is allready on mdv official media
it's no need to rebuild it for mandriva
+1 from me, thx m8
Report
symbianflo
9 years ago
Available on MRB.
http://mrb.mandrivausers.ro/index.php?search_for=openBibleViewer&search_submit=Search
Report
metaxy
9 years ago
I cannot build the x86_64 package because OBS has some problems with it(
http://forums.opensuse.org/english/other-forums/development/open-build-service-obs/466751-mandriva-2011-build-error.html).
Report
symbianflo
9 years ago
(Mandriva Romania Backports) if you need something just ask it .
Or post me the openbible error ( link)
As I wrote you above , clucene2 libs are available on mdv medias it's no need to import them again.
Report
metaxy
9 years ago
So i am thankfull for your package.
Report
symbianflo
9 years ago
The i686 rpm package also in upload on MRB
Report
symbianflo
9 years ago
Ok I can maintain openbibleviewer for mandriva , if you want it just tell me .
Or you can add my media for mandriva in the download section.
I'll fix the ix86 package to, according to rpmlint.
Report
symbianflo
9 years ago
Report
TheBassMan
9 years ago
Report
metaxy
9 years ago
But it's fixed now.
Also the source code is here:
https://github.com/metaxy/openBibleViewer/tarball/0.7.0
Report
TheBassMan
9 years ago
Report
alvanx
9 years ago
Small request, but how about an openSUSE 12.1 repo? Thanks and good work! :-)
Report
metaxy
9 years ago
To add a TheWord module go Settings->Module->Add File and select the .ont or .ot or .nt file of the Module. It will be added to the list of modules.
If you downloaded some modules from TheWord website, you have to install them.
I encourage you to use the lastes version of openBibleViewer e.g the master branch or from here <http://download.opensuse.org/repositories/home:/metaxy:/unstable/> because there are some bug fixes for TheWord.
I hope to release 0.7 before the end of the jear.
Report
alvanx
10 years ago
Nice and simple, appealing app! It works pretty well considering its young age, but there is still a ways to go until it reaches feature parity with BibleTime (this is not to say you can't get there). But I especially like the modular interface. Also, it is the only Zefania App that I know that directly downloads modules.
I was wondering if you had any specific plans in terms of the direction of the development. Are there by any chance plans to support SWORD at some point? I realize Zefania XMl is probably easier to support, but SWORD would just be one more step (and many of the Zefania modules don't work)...
Also, I was wondering what kind of app BibleQuote is, and where I can get modules for that.
Thanks! You are doing a good job!
Alvanx
Report
metaxy
10 years ago
Yes, BibleTime has a lot of very good features. And I am trying to implement some of them.
To be honest, i copied some parts of code and idea for the module downloader from the bibleZ-Project <http://biblez.zefanjas.de/>
Further I am currently rewriting some parts of the code, to make it easier to support more formats. Some days ago I implemented modest support for TheWord modules.
Support for Sword would be no much harder, because of the well written Sword library. I hope I can implement it for 0.6 or 0.7.
BibleQuote is a russian Bible Software with a lot of Books, Dictionarys and Bibles, around 4 GiB. <http://jesuschrist.ru/software/>.
Report
alvanx
10 years ago
Toward the bottom, it says that the library "DSword" is there to help SWORD front-end developers out. Incidentally this software also uses Qt4.
(Just thought it might be helpful.)
Report
metaxy
10 years ago
Report
alvanx
10 years ago
Could you use any help that a non-programmer (but theology student) could offer?
Also, your website seems down.
Alvanx
Report
aodukha
10 years ago
I created VC++ 2008 project from .pro and see following:
1. "root path" issue: compiler can not find headers like
#include "src/module/XXXX.h"
I do not touch *.pro, just added path to "Additonal Include Dir" in VC++ solution
2. in src\ui\dialog\searchinfodialog.cpp replace
return floor(number * pow(10, stellen) + 0.5) * pow(10, -stellen);
with
return floor(number * pow(10.0, stellen) + 0.5) * pow(10.0, -stellen);
because compiler can not select righ variant of overlaoded pow
3. comment out last line in src\core\notes.cpp
//#include "moc_notes.cpp"
because code from moc_notes.cpp was compiled twice and it causes linking errors
After this changes build process finished succesfully
Report
metaxy
10 years ago
So i will commit your changes. But there is still the problem that you have to add the root path manually...
Report
metaxy
10 years ago
Report
mnurolcay
10 years ago
im getting this warning at qmake-qt4 stage then install fails:
`--> qmake-qt4 -makefile
WARNING: target.path is not defined: install target not created
Report
metaxy
10 years ago
Report