Re: [sword-devel] Sources for Greek strong dictionary
On 9/11/22 2:35 PM, ZdPo Ster wrote: Any suggestions for a good text/data source? StrongsRealGreek is produced from the XML at https://github.com/morphgnt/strongs-dictionary-xml/ in a ThML-generating script. The module content you get when installing (from Xiphos repo) includes the BuildModule script that produces it.___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
Re: [sword-devel] Sword::InstallMgr: Linux issues.
Hermes Huguet writes: Am I missing something? Here is the issue. Upon trying to install the EarlyFathers module, it consistently fails. This is reproducible on Linux (even when using Xiphos 4.2.1). However, when trying to install the same module on Windows through Xiphos 4.2.1 it installs perfectly fine. Since I have trouble compiling libsword on Windows (and therefore Python bindings) and I have trouble compiling Python bindings on Linux, I am unable to test if the example code below won't result in -9 within different contexts. Nevertheless, this suggests to me that there is something internally wrong with the libsword library, but I don't know what the difference is. Can anyone shed some light on this? Other modules install fine with the same code (though there might exist more modules that won't). This is maybe an issue with a download timeout limitation with 1.9.0 This SWORD version has a new configurable timeout you can change. Run: $ installmgr -init your default configuration file at: ~/.sword/InstallMgr/InstallMgr.conf has a new entry: TimeoutMillis=1 Increase this number to prevent the download from timing out. This is a bug that has been fixed in current svn. -- Dom ___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
[sword-devel] Sources for Greek strong dictionary
Hello all, I am thinking about translating an English Strong's Greek Bible Dictionary into Slovak. I would like focus on translation e.g. I would prefer to have data ready for generating Sword Dictionary modul, not bothering about copyrights (I would like to share it publically) ;-) Does anybody have experience with something like this? Any suggestions for a good text/data source? BR, Zdenko ___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
[sword-devel] Sword::InstallMgr: Linux issues.
Am I missing something? Here is the issue. Upon trying to install the EarlyFathers module, it consistently fails. This is reproducible on Linux (even when using Xiphos 4.2.1). However, when trying to install the same module on Windows through Xiphos 4.2.1 it installs perfectly fine. Since I have trouble compiling libsword on Windows (and therefore Python bindings) and I have trouble compiling Python bindings on Linux, I am unable to test if the example code below won't result in -9 within different contexts. Nevertheless, this suggests to me that there is something internally wrong with the libsword library, but I don't know what the difference is. Can anyone shed some light on this? Other modules install fine with the same code (though there might exist more modules that won't). Example code (Ubuntu; python3-sword 1.9.0): --- import Sword; if __name__ == '__main__': mgr = Sword.SWMgr('/path/to/local/repo'); install = Sword.InstallMgr(mgr.prefixPath); install.setUserDisclaimerConfirmed(True); sources = install.sources.items(); source = None; for y,x in sources: if str(x.caption) == 'Xiphos': source = x; break; if source is not None: result = install.installModule(mgr, None, 'EarlyFathers', source); print(result); # -9 else: raise Exception; --- ___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
Re: [sword-devel] Module release: Summa
On 2022-09-10, 08:49 GMT, dom...@crosswire.org wrote: > This is to announce that we have just now uploaded Summa > in the CrossWire (main) repository. > > ## Language: > en > > ## Description: > Summa Theologica by St. Thomas Aquinas > > ## Category: > Generic Book > > ## Version: > This a new module. Version: 1.0 > > ## What's new: > Initial release Wow! Thanks to anybody who worked on this! Blessings, Matěj -- https://matej.ceplovi.cz/blog/, Jabber: mc...@ceplovi.cz GPG Finger: 3C76 A027 CA45 AD70 98B5 BC1D 7920 5802 880B C9D8 He can compress the most words into the smallest idea of any man I know. -- Abraham Lincoln ___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page