Re: [sword-devel] [modules] New Beta Module: FreGeneve1669

2025-07-29 Thread DM Smith
> On Jul 26, 2025, at 6:07 AM, David Haslam wrote: > > I therefore conclude that the spaces must have been removed by osis2mod. > This is serious! It needs to be investigated by our Sword developers. If the module is built without compression, you can use a regular text editor to view the ot.da

Re: [sword-devel] [modules] Module release: FreLXXGiguet

2025-03-19 Thread Fr Cyrille
I already did this correction. I still need to rebuild the osis file. For now I'm waiting a small enhancement in the scraper. Il 18/03/2025 23:14, David Haslam ha scritto: I'm inclined to suspect that this verse may have a word missing! *Genesis 29:7*: Le jour est encore grand, dit Jacob, et

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-16 Thread Kovács Zoltán
Thanks so much, indeed, it works correctly now. I created a new documentation on how to build SWORD for the web: https://github.com/kovzol/bibref/wiki/Technical-details#building-sword-via-emscripten Blessings, Zoltan DM Smith ezt írta (időpont: 2025. márc. 16., V, 13:32): > I think this bug has

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-16 Thread DM Smith
I think this bug has been squashed within the last few weeks. > On Mar 15, 2025, at 6:01 PM, Kovács Zoltán wrote: > > David Haslam mailto:dfh...@protonmail.com>> ezt írta > (időpont: 2025. márc. 15., Szo, 11:46): >> Arnaud, >> >> The divineName is used only for the Tetragrammaton and its conju

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread Kovács Zoltán
David Haslam ezt írta (időpont: 2025. márc. 15., Szo, 11:46): > Arnaud, > > The divineName is used only for the Tetragrammaton and its conjugates from > the Hebrew OT. The SWORD engine renders such using small-caps. > By the way, I've just learned that calling *SWmodule::renderText().c_str()

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread David Haslam
](https://aka.ms/o0ukef) > > --- > > From: sword-devel on behalf of David > Haslam > Sent: Saturday, March 15, 2025 11:58 am > To: SWORD Developers' Collaboration Forum > Subject: Re: [sword-devel] [modules] New Bet

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread DM Smith
The element is giving semantic context with type=“nomSac”. Adding overline as a type to is a good thing, since hi is meant as a means of highlighting text. Agree that using it to mark semantic meaning is bad. I like the suggestion of , too (or what ever we settle on, x-nomSac, prefixed or oth

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread Peter von Kaehne
' Collaboration Forum Subject: Re: [sword-devel] [modules] New Beta Module: StatResGNT Thanks Arnaud,The name element might indeed be appropriate, and it would be good to see this used more in OSIS Bibles, although to identify & cover all names would require a lot of effort - even for our flagsh

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread David Haslam
Thanks Arnaud, The name element might indeed be appropriate, and it would be good to see this used morein OSIS Bibles, although to identify & cover all names would require a lot of effort - even for our flagship module KJV; (DM & I began some eXperimental work on that a few years ago). Each of

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread Arnaud Vié
Ah, so I was indeed missing something ! Thanks David for the clarification. I still think using is not a satisfying solution though, as it loses semantic information that OSIS is supposed to preserve. OSIS does provide a more generic tag that could be used. The currently supported name types are

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread David Haslam
Arnaud, The divineName is used only for the Tetragrammaton and its conjugates from the Hebrew OT. The SWORD engine renders such using small-caps. Nomina Sacra are a quite different matter. Refer to the Wikipedia article. Even the name Jerusalem has a Nomen Sacrum in some MSS. David Sent from

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread Arnaud Vié
Maybe I'm missing something, but for the "nomina sacra" use case, why are you not using the dedicated semantic tag ? OSIS is designed to store semantic markup when possible, rather than formatting information. The OSIS manual clearly specifies that "The hi element is reserved for cases where the

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread David Haslam
I've now documented some of this in the developers' wiki, under a new section for Text styles. [OSIS Bibles - CrossWire Bible Society](https://wiki.crosswire.org/OSIS_Bibles#Text_styles) Best regards, David Sent with [Proton Mail](https://pr.tn/ref/SWXT9A5YZ67G) secure email. On Saturday, Ma

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread DM Smith
Your question is really whether it is buggy. it looks good to me, Really, Troy has a module for which it works. There may be a future latex, html, xhtml, tei, …. that might find a problem and find a bug. There is an incomplete test suite (all test suites are incomplete!) that could be improved w

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread Troy A. Griffitts
I believe we support this in SWORD: ``` [tgriffitts@fedora filters]$ grep overline * osishtmlhref.cpp:    else if (type == "ol" || type == "overline" || type == "x-overline") { osishtmlhref.cpp:    outText("style=\"text-decoration:overline\">", buf, u); osislatex.cpp

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread David Haslam
Thanks Troy, 😀 Your replies were clearly intended to be read by coders! 🥸 Has anyone tested this bit of code yet? Best regards, David Sent with [Proton Mail](https://pr.tn/ref/SWXT9A5YZ67G) secure email. On Friday, March 14th, 2025 at 4:38 PM, Troy A. Griffitts wrote: > I believe we suppor

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread David Haslam
Thanks DM, As and when we get a fix on this for SWORD as well as JSword, we should add a suitable description in [OSIS Bibles - CrossWire Bible Society](https://wiki.crosswire.org/OSIS_Bibles#Miscellaneous) We might even use thenomen-sacrumcase as the illustrated example. Can anyone familiar wi

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread DM Smith
Regarding JSword, it supports some TEI within OSIS. Specifically it supports hi with TEI’s attribute rend in addition to OSIS’s attribute type. Chris Little directed that this should be so. It has been a long time since we discussed this, so my memory might be faulty that OSIS was based on TEI

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-13 Thread DM Smith
I agree w/ this. Having the expansion could help too. υν > On Mar 13, 2025, at 7:52 PM, Troy A. Griffitts wrote: > > This is how we record nomen sacrum in TEI and should transfer to OSIS just > fine, e.g., > > https://ntvmr.uni-muenster.de/community/vmr/api/transcript/get/?docID=20001&ind

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-13 Thread David Haslam
I've just done a secondary grapheme count on the diatheke output but without using the accents option. A new and significant observation came to light: > 2018 ‘ 483 > 201C “ 1,904 > 201D ” 1,907 With the accents suppressed, the output text does not include the 484 instances of U+2019 RIGHT SIN

Re: [sword-devel] [modules] PorAr text source

2024-06-01 Thread Fr Cyrille
Le 01/06/2024 à 08:15, Matěj Cepl a écrit : On Fri May 31, 2024 at 7:48 PM CEST, Leandro Guimarães Faria Corcete DUTRA wrote: Since you found the Git site already, which further help could I render you? I have to confess I am not a Git man, I just created an account there and suggested a cor

Re: [sword-devel] [modules] Fwd: KJV and NASB updates

2023-04-26 Thread Fr Cyrille
Ok, then if I understand well, we work on the "full" text, and then with some scripts we remove some parts of the full text. Can you list this parts? Le 25/04/2023 à 21:57, David Haslam a écrit : To answer your question briefly. Please note that such XML files having ".full" as part of the fil

Re: [sword-devel] Modules with deuterocanonical / apocrypha books

2022-02-06 Thread Karl Kleinpaste
On 2/6/22 12:33 PM, Tobias Klein wrote: I didn't find any module that contains "Additions to Esther" KJVA has Add.Esther. But it begins in 10:4 (regular Esther ends in 10:3), and there are some glitches in Sword's BCV arithmetic that may prevent finding it without direct reference.___

Re: [sword-devel] Modules with deuterocanonical / apocrypha books

2022-02-06 Thread Tobias Klein
Thanks, Michael! That's very helpful! Best regards, Tobias Am 6. Februar 2022 22:07:44 schrieb Michael Johnson : See also engWEB2015eb engBrent1851eb engDRA1899eb engbrentupeb engwyc2018eb grclxxbrenteb hrv1942eb hui2002eb nld1939eb ponA2006eb tpi2008eb I think you will see that versification

Re: [sword-devel] Modules with deuterocanonical / apocrypha books

2022-02-06 Thread Michael Johnson
See also engWEB2015eb engBrent1851eb engDRA1899eb engbrentupeb engwyc2018eb grclxxbrenteb hrv1942eb hui2002eb nld1939eb ponA2006eb tpi2008eb I think you will see that versification and even book divisions vary even more wildly in the Apocrypha/Deuterocanon than they do in the main 66 books of th

Re: [sword-devel] Modules with deuterocanonical / apocrypha books

2022-02-06 Thread Fr Cyrille
You need to find some german bible with the luther canon. Le 06/02/2022 à 18:33, Tobias Klein a écrit : Hi all, I am adding support for deuterocanonical / apocrypha books in Ezra Bible App. Can someone provide me a list of modules to test with? Currently I am testing with these: * KJVA

[sword-devel] Modules with deuterocanonical / apocrypha books

2022-02-06 Thread Tobias Klein
Hi all, I am adding support for deuterocanonical / apocrypha books in Ezra Bible App. Can someone provide me a list of modules to test with? Currently I am testing with these: KJVA engRV1895eb engasvbt2021eb Vulgate I didn't find any module that contains "Additions to Esther". Any hint whic

Re: [sword-devel] [modules] Module team and framework

2020-12-20 Thread Fr Cyrille
Le 20/12/2020 à 20:38, ref...@crosswire.org a écrit : Dear Dominique, Can I simply express how grateful I am for the way you are running the module making team. And for the way you clearly have taken on and built on the module making framework I started setting up some years ago. When I in

Re: [sword-devel] [modules] Statistics

2020-02-13 Thread Cyrille
Hello, I'm in touch with Kristof, who maintain the Hungarian module. I asked him news about the sources. He asked again the Hungarian bible society, but they are a little bit reserved for sharing the new sources. Then the Hungarian bible society asked for statistics... Maybe if they see how many pe

Re: [sword-devel] [modules] Problems with gitlab project

2019-10-24 Thread Cyrille
Dears, Please I'm still waiting for problem of permission on gitlab, i can't neither remove the project or change the permission. Le 04/10/2019 à 21:29, Cyrille a écrit : > > > On 04/10/2019 21:27, Troy A. Griffitts wrote: >> Ah, yes. So, we run the software package 'gitlab' which serves >> git.cr

Re: [sword-devel] [modules] updated Uighur Cyrillic module

2019-04-27 Thread ref...@crosswire.org
Thanks, will do soonSent from my Huawei Mobile Original Message Subject: [modules] updated Uighur Cyrillic moduleFrom: Horst Sclemmer To: modu...@crosswire.org,'Peter von Kaehne' ,sword-devel@crosswire.orgCC: Hello and Happy belated Easter!,we updated the Uighur Cyrillic module (add

Re: [sword-devel] Modules WEB, WEBBE, WEBME

2019-02-21 Thread ref...@gmx.net
I would agree, certainly with the two minor versions, maybe update the web but drop the other twoPeterSent from my mobile. Please forgive shortness, typos and weird autocorrects. Original Message Subject: [sword-devel] Modules WEB, WEBBE, WEBMEFrom: David Haslam To: sword-devel

[sword-devel] Modules WEB, WEBBE, WEBME

2019-02-21 Thread David Haslam
Given that these 3 modules are way out of date and not maintained, and in view of our close collaboration with Michael J by our support of the eBible.org repository, isn’t it long overdue to withdraw them ? cf. The most up to date editions of the WEB modules can be installed directly from the e

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-04 Thread Cyrille
Some of these old issues were originally added by me as long >>>>>>> ago as 2011 when CrossWire still had someone responsible for >>>>>>> building the original modules. >>>>>>> They were added on the assumption that this person wou

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-04 Thread David Haslam
o as >>>>>>> 2011 when CrossWire still had someone responsible for building the >>>>>>> original modules. >>>>>>> They were added on the assumption that this person would have known the >>>>>>> module history and

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-04 Thread Michael H
unday, 2 December 2018 19:21, Cyrille > wrote: > > Please Peter, can you post even if you don't have the source? It will be > easier, because I post on multiples issues, I don't remember exactly > which... > > > Le 02/12/2018 à 18:54, DM Smith a écrit : > > Th

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-04 Thread Cyrille
ssue is then fixed, before submitting to the Modules Team. >>>>> >>>>> I will not be adding replies to new comments unless I have new >>>>> information to hand that was unavailable when each issue were created. >>>>> >>>>>

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-03 Thread David Haslam
t;>>> >>>> Sent with [ProtonMail](https://protonmail.com) Secure Email. >>>> >>>> ‐‐‐ Original Message ‐‐‐ >>>> On Sunday, 2 December 2018 19:21, Cyrille >>>> [](mailto:lafricai...@gmail.com) wrote: >>>> >

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-03 Thread Cyrille
 : >>>>> The Internet Wayback Machine is useful for dead URLs. I’ve used it >>>>> to find resources no longer available and to make contact w people.  >>>>> >>>>> >>>>> — DM Smith >>>>> From my phone. Brief. Weird autocorrec

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-03 Thread David Haslam
available and to make contact w people. >>>> >>>> — DM Smith >>>> From my phone. Brief. Weird autocorrections. >>>> >>>> On Dec 2, 2018, at 10:47 AM, "ref...@gmx.net" wrote: >>>> >>>>> Regarding how to find source

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-03 Thread Michael H
Cyrille, Obviously, asking background questions like where is the source very much moves the project along. Please continue as you were. Your work and leadership on this are very much noted and appreciated. There are certain voices that might suggest what to do or how you should be moving forward

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-03 Thread Cyrille
gt;> — DM Smith >>> From my phone. Brief. Weird autocorrections.  >>> >>> On Dec 2, 2018, at 10:47 AM, "ref...@gmx.net >>> <mailto:ref...@gmx.net>" mailto:ref...@gmx.net>> wrote: >>> >>>> Regarding how to find source: &g

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-03 Thread David Haslam
>> >>> In our newer and better modules a source is given in the conf file. But >>> sometimes that link is now dead. >>> >>> Sent from my mobile. Please forgive shortness, typos and weird autocorrects. >>> >>> Original Message >&

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-02 Thread Cyrille
ource: >> >> In our newer and better modules a source is given in the conf file. >> But sometimes that link is now dead. >> >> >> Sent from my mobile. Please forgive shortness, typos and weird >> autocorrects. >> >> >> Original Mes

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-02 Thread DM Smith
source: > > In our newer and better modules a source is given in the conf file. But > sometimes that link is now dead. > > > Sent from my mobile. Please forgive shortness, typos and weird autocorrects. > > > ---- Original Message > Subject: [sword-d

Re: [sword-devel] Modules, Tracker - some remarks

2018-12-02 Thread ref...@gmx.net
Regarding how to find source:In our newer and better modules a source is given in the conf file. But sometimes that link is now dead.Sent from my mobile. Please forgive shortness, typos and weird autocorrects. Original Message Subject: [sword-devel] Modules, Tracker - some

[sword-devel] Modules, Tracker - some remarks

2018-12-02 Thread ref...@gmx.net
Hi to all 1) I am so pleased and grateful for all the activity checking and testing modules wrt issues mentioned on the tracker 2) There is a substantial minority of modules we do have source texts for (around 100) and I hold the key for them. They can not be shared to anyone, usually, as they

Re: [sword-devel] Modules in CrossWire Experimental

2017-05-22 Thread DM Smith
It is in experimental precisely because it is lzss. There is no reason for it to be updated to a more current text. Perhaps it should have a clear statement in the conf's About. Cent from my fone so theer mite be tipos. ;) > On May 22, 2017, at 8:20 AM, Greg Hellings wrote: > > That sounds l

Re: [sword-devel] Modules in CrossWire Experimental

2017-05-22 Thread Greg Hellings
That sounds like it should stay. The prefix "lzss" sounds like it uses the compression algorithm of the same name, which Sword has supported for a long time but which few or no released modules leverage. On May 22, 2017 6:06 AM, "David Haslam" wrote: One module in CrossWire Experimental that sho

Re: [sword-devel] Modules without a SwordVersionDate ?

2017-05-22 Thread David Haslam
OK. Peter. Before you resume further activities on *RomCor*, please contact me privately. I understand the frustration you (we both!) felt during that period just over two years ago. I've been thinking a lot about cross-references notes during the past three weeks, in the course of text developm

Re: [sword-devel] Modules without a SwordVersionDate ?

2017-05-22 Thread Peter Von Kaehne
t; Von: "David Haslam" > An: sword-devel@crosswire.org > Betreff: Re: [sword-devel] Modules without a SwordVersionDate ? > > The *RomCor* module still has a hyphen where there should be an underscore in > these conf lines. > > History-1.0=Initial release > Hist

Re: [sword-devel] Modules in CrossWire Experimental

2017-05-22 Thread Peter Von Kaehne
I need to see if I have access rights there. > Gesendet: Montag, 22. Mai 2017 um 11:51 Uhr > Von: "David Haslam" > An: sword-devel@crosswire.org > Betreff: [sword-devel] Modules in CrossWire Experimental > > One module in CrossWire Experimental that should now be

Re: [sword-devel] Modules without a SwordVersionDate ?

2017-05-22 Thread David Haslam
The *RomCor* module still has a hyphen where there should be an underscore in these conf lines. History-1.0=Initial release History-2.0=Release of BFBS text - USFM text, revised spelling, footnotes, crossreferences, titles etc. History-2.1=Correction of multiple conversion errors History-2.2=Corre

[sword-devel] Modules in CrossWire Experimental

2017-05-22 Thread David Haslam
One module in CrossWire Experimental that should now be removed is *lzss_Wycliffe* dated 2002-09-05. It has only the Pentateuch and Gospels. This very early module is now superfluous since the complete Wycliffe Bible module made from WikiSource is in CrossWire Main. Best regards, David -- Vie

[sword-devel] Modules without a SwordVersionDate ?

2017-05-22 Thread David Haslam
How many modules are missing the *SwordVersionDate* key from their .conf file? Question is prompted by the observation that the Romanian Cornilescu module *RomCor* doesn't have one. Where is the Module Team up to with this module since our private email thread in February-March 2015 ? In CrossWi

Re: [sword-devel] Modules HebDelitzsch and HebNTFD ?

2015-08-28 Thread David Haslam
Peter, Naming the module HebDelitzsch is very misleading! About=Hebrew New Testament 2015-07-20 with Niqqud, based on the Delitzsch translation from 1885 and on the version of Streams in the Negev 2003 As I read that again now, it seems that this module is a REVISION of the Delitzsch NT. Compar

Re: [sword-devel] Modules HebDelitzsch and HebNTFD ?

2015-08-27 Thread Peter von Kaehne
I do not use beta anymore, for wellknown and obvious reasons. No one tests what goes in there. I rather suffer the ignomity of rapid fire flaw finding emails on here than seeing modules linger in beta for years for no good reason. Peter Peter Sent from my phone. Apologies for brevity and typo

Re: [sword-devel] Modules HebDelitzsch and HebNTFD ?

2015-08-27 Thread Peter von Kaehne
The two modules can and should exist in parallel. Please, David, read the conf file carefully. Sent from my phone. Apologies for brevity and typos.On 27 Aug 2015 1:58 pm, Karl Kleinpaste wrote: > > On 08/27/2015 08:36 AM, David Haslam wrote: >> >> HebNTFD is not in CrossWire Main but in the Xip

Re: [sword-devel] Modules HebDelitzsch and HebNTFD ?

2015-08-27 Thread David Haslam
Hello Karl, The conf file for HebNTFD contains: GlobalOptionFilter=OSISFootnotes However, there were no note elements found in the IMP dump from mod2imp I therefore suspect the filter was superfluous. Best wishes, David -- View this message in context: http://sword-dev.350566.n4.nabble.

Re: [sword-devel] Modules HebDelitzsch and HebNTFD ?

2015-08-27 Thread David Haslam
Thanks Karl. My view is that the new module HebDelitzsch should not have been put straight into CrossWire Main, but announced for testing in CrossWire Beta. There are serious module build errors from the end of III John, with 24 missing or misplaced verses! I had already reported these to Peter.

Re: [sword-devel] Modules HebDelitzsch and HebNTFD ?

2015-08-27 Thread Karl Kleinpaste
On 08/27/2015 08:36 AM, David Haslam wrote: > HebNTFD is not in CrossWire Main but in the Xiphos repo. HebNTFD was offered to me in 2011 by Michael Murphy who requested that I get it into Crosswire. I explained that I don't have privs for that, being outside my responsibility, and pointed him to

Re: [sword-devel] Modules HebDelitzsch and HebNTFD ?

2015-08-27 Thread David Haslam
Corrigendum: HebNTFD is not in CrossWire Main but in the Xiphos repo. Apologies. David -- View this message in context: http://sword-dev.350566.n4.nabble.com/Modules-HebDelitzsch-and-HebNTFD-tp4655086p4655087.html Sent from the SWORD Dev mailing list archive at Nabble.com. _

[sword-devel] Modules HebDelitzsch and HebNTFD ?

2015-08-27 Thread David Haslam
So we now have two modules in CrossWire Main, both claiming to be the Franz Delitzsch Hebrew New Testament. HebNTFD has SwordVersionDate=2011-03-20 and TextSource=http://www.kirjasilta.net/ha-berit/index.html HebDelitzsch has no SwordVersionDate property, but was uploaded 2015-08-22, as announced

Re: [sword-devel] Modules Don't Work

2014-09-01 Thread Troy A. Griffitts
Hi Isaac, On August 31, 2014 1:49:11 PM MST, Isaac Dunham > >> While installmgr previously did not output proper errors when it >could not >> write to the output path, this is no longer the case for a while now. > >Might I ask when this was fixed? I ran into it with 1.7.3. I would need to look

Re: [sword-devel] Modules Don't Work

2014-08-31 Thread Isaac Dunham
On Sun, Aug 31, 2014 at 01:13:42AM -0700, Troy A. Griffitts wrote: > Dear Isaac, > > While your information is not inaccurate, it can be quite confusing. > > SWORD, by default, configures itself to save global modules under > /usr/share/sword/ > > Your instructions are not what must be done, as

Re: [sword-devel] Modules Don't Work

2014-08-31 Thread Troy A. Griffitts
Dear Isaac, While your information is not inaccurate, it can be quite confusing. SWORD, by default, configures itself to save global modules under /usr/share/sword/ Your instructions are not what must be done, as you have said "you will have to..." Your configuration is a choice to install

Re: [sword-devel] Modules Don't Work

2014-08-29 Thread Isaac Dunham
Hello Jon, I've run into issues with installmgr not working as documented previously; here's some notes: 1. If you used sudo, be sure to "sudo rm -r ~/.sword" before trying to set things up. Otherwise, you may be dealing with read-only config files and install paths. 2. Before installing anything,

Re: [sword-devel] Modules Don't Work

2014-08-29 Thread Troy A. Griffitts
If the KJV module is not showing for you, the compiled library thinks it is not compatible. Sine you confirmed you don't have an old version, my next guess is that you probably didn't build with compression. The KJV module is compresses. Can you please post the output at the end of the ./usrinst

Re: [sword-devel] Modules Don't Work

2014-08-29 Thread Jon Behrens
Did that - no change. Jon On 08/29/2014 04:23 PM, Greg Hellings wrote: Well once you stop running it as sudo you're going to need to run the "installmgr -sc" step again to sync the config down from the server. --Greg On Fri, Aug 29, 2014 at 4:56 PM, Jon Behrens

Re: [sword-devel] Modules Don't Work

2014-08-29 Thread Greg Hellings
Well once you stop running it as sudo you're going to need to run the "installmgr -sc" step again to sync the config down from the server. --Greg On Fri, Aug 29, 2014 at 4:56 PM, Jon Behrens wrote: > Same result - > > jsb@jsb-VirtualBox:~/sword-1.7.3/utilities > cd ~/ > jsb@jsb-Virtua

Re: [sword-devel] Modules Don't Work

2014-08-29 Thread Jon Behrens
Same result - jsb@jsb-VirtualBox:~/sword-1.7.3/utilities > cd ~/ jsb@jsb-VirtualBox:~ > installmgr -ri CrossWire ESV Couldn't find remote source [CrossWire] jsb@jsb-VirtualBox:~ > sudo installmgr -ri CrossWire ESV Remote source [CrossWire] does not make available modu

Re: [sword-devel] Modules Don't Work

2014-08-29 Thread Greg Hellings
Try running the installed version instead of the one in utilities. If you executed "sudo make install" there should be a copy in /usr/local/bin --Greg On Fri, Aug 29, 2014 at 4:50 PM, Jon Behrens wrote: > Thanks for the response Greg, but that doesn't work. Without being root: > > ./inst

Re: [sword-devel] Modules Don't Work

2014-08-29 Thread Jon Behrens
Thanks for the response Greg, but that doesn't work. Without being root: ./installmgr -ri CrossWire ESV Couldn't find remote source [CrossWire] ./installmgr -sc (Returns warnings and asks whether to proceed) enable? [no] yes Failed to sync config file

Re: [sword-devel] Modules Don't Work

2014-08-29 Thread Greg Hellings
Try doing it as not root. I don't know why the docs suggest using root to do the work, but try doing it in your local directory by running the installmgr commands without being root. --Greg On Fri, Aug 29, 2014 at 4:15 PM, Jon Behrens wrote: > Hello > > This started out as a C# binding questio

[sword-devel] Modules Don't Work

2014-08-29 Thread Jon Behrens
Hello This started out as a C# binding question, but the problem is deeper than that. Basically I can't get the installmgr to do anything useful. I am new to Linux, but have been writing software on other platforms for ~50 years. To insure that my machine configuration was not the problem (I

Re: [sword-devel] Modules with Images

2013-03-07 Thread Marais, Johan: Absa
Message- From: christopher brown [mailto:christopher...@hotmail.com] Sent: 07 March 2013 01:50 PM To: sword-devel@crosswire.org Subject: Re: [sword-devel] Modules with Images I still have no luck with this Im using pocketsword for iphone. Ive tried just about everything -- View this message in

Re: [sword-devel] Modules with Images

2013-03-07 Thread christopher brown
I still have no luck with this Im using pocketsword for iphone. Ive tried just about everything -- View this message in context: http://sword-dev.350566.n4.nabble.com/Modules-with-Images-tp4652013p4652053.html Sent from the SWORD Dev mailing list archive at Nabble.com.

Re: [sword-devel] Modules

2013-02-27 Thread davidtroidl
Success. Thank you. -Original Message- From: Troy A. Griffitts To: SWORD Developers' Collaboration Forum Sent: Wed, Feb 27, 2013 11:23 am Subject: Re: [sword-devel] Modules Thanks for the report David. For some reason /var/log/httpd was changed to remove +x permissio

Re: [sword-devel] Modules

2013-02-27 Thread Troy A. Griffitts
Thanks for the report David. For some reason /var/log/httpd was changed to remove +x permission for anyone but root. This must have happened in a recent server update, but not sure exactly how or why. We write the download log there. It should be fixed now. I'll be sure to setup an automate

[sword-devel] Modules

2013-02-27 Thread David Troidl
Hi, I have been trying to download modules, on several computers, with several browsers, and getting nothing but a blank screen. For example http://www.crosswire.org/sword/servlet/SwordMod.Verify?modName=KD&pkgType=raw just came up with an empty screen and no download, when I tried to downloa

Re: [sword-devel] Modules with Images

2013-02-24 Thread Chris Little
On 2/23/2013 9:40 PM, christopher brown wrote: Yes I have looked the internet up and down on this, I need to know how to make a image commentary or dictionary. I have the osis official manuel and they give this brief example: Christ and the Woman Taken in Adultery by Max Beckmann, 1917 they

Re: [sword-devel] modules upload etc - suggestion

2008-01-30 Thread Maurits Obbink
Chris Little wrote: > peter wrote: ...SNIP... >> There is also no fast way of doing corrections on released module - at >> least for those without adequate rights on the server. Another >> difficulty for those of us behind slow upload connections are that even >> minor changes in the module become

Re: [sword-devel] modules upload etc - suggestion

2008-01-16 Thread jonathon
On Jan 16, 2008 10:30 AM, Eeli Kaikkonen wrote: >I meant that the illegal copyrighted text sharing has not stopped other projects offering that possibility. a) A distinction needs to be made between the gratis, and non-gratis Bible Study Programs here. b) One also has to look at how the differe

Re: [sword-devel] modules upload etc - suggestion

2008-01-16 Thread peter
Eeli Kaikkonen wrote: > On Wed, 16 Jan 2008, jonathon wrote: > >> Eeli wrote: >> create resources --- piracy. I'm not sure how to prevent it. [One >>> That is a real issue but even some commercial Bible applications have >>> resource sharing if I have understood correctly. >> I've seen mo

Re: [sword-devel] modules upload etc - suggestion

2008-01-16 Thread Eeli Kaikkonen
On Wed, 16 Jan 2008, jonathon wrote: > Eeli wrote: > > > > create resources --- piracy. I'm not sure how to prevent it. [One > > > That is a real issue but even some commercial Bible applications have > > resource sharing if I have understood correctly. > > I've seen most, if not all of the cu

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread jonathon
Eeli wrote: > > create resources --- piracy. I'm not sure how to prevent it. [One > That is a real issue but even some commercial Bible applications have > resource sharing if I have understood correctly. I've seen most, if not all of the currently available commercial bible Study Programs a

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread Eeli Kaikkonen
On Wed, 16 Jan 2008, jonathon wrote: > There is one major issue with tools that make it easy for users to > create resources --- piracy. I'm not sure how to prevent it. [One > thing that would help, would be if copyright owners were more serious > about cracking down on pirated material of thei

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread Eeli Kaikkonen
On Tue, 15 Jan 2008, Karl Kleinpaste wrote: > I am thinking through these sorts of problems because I am again > considering how to integrate the idea of users authoring their own > modules, and how they could get them published in some sense, where > friends/students/the world could get at them.

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread jonathon
Karl wrote: > I believe that as long as it's difficult for Joe Random to produce and > distribute a Sword module (cf. Peter, who succeeds because he is bull-headed > enough to keep pushing), that kind of community critical mass will not come > into being. +1 I look at the number and type of

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread Karl Kleinpaste
I think Peter's suggestions are very good, for the most part. The lack of an "alpha" area where authors can make more or less immediate updates when problems are addressed is a serious sore point. It's why I put up a public repository of my own in the first place, where a half dozen of the 30 modu

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread Troy A. Griffitts
Karl, If you'd like to contribute code to make mvnforums, linux, and our new community site all use a common passwd repository, I'd welcome it. I actually tried to port htpasswd code to java so the community site would share our svn passwd repo. My code produces what looks like an htpasswd h

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread Karl Kleinpaste
"Troy A. Griffitts" <[EMAIL PROTECTED]> writes: > You can already sign up for your login id, but not much else is > testable yet. So I've got a login on Crosswire itself. And a forums login. And a JIRA login. And now this one. Perhaps some things should be managed in common. _

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread Troy A. Griffitts
A quick note in regard to this thread. As Chris has mentioned, we have wanted to do this for quite some time. Work has been done toward developing a facility for people to maintain module sets. Wycliffe and others have expressed a desire to maintain their own repositories of texts and we hav

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread peter
DM Smith wrote: > On Jan 15, 2008, at 5:33 AM, Chris Little wrote: > >> peter wrote: >>> One of the things which are recurrent on the mailing list is the >>> difficulty + slowness of getting a module through the door - i.e. >>> both >>> to put it into beta and to get it from beta eventually tran

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread DM Smith
On Jan 15, 2008, at 5:33 AM, Chris Little wrote: > peter wrote: >> One of the things which are recurrent on the mailing list is the >> difficulty + slowness of getting a module through the door - i.e. >> both >> to put it into beta and to get it from beta eventually transferred >> into >> rel

Re: [sword-devel] modules upload etc - suggestion

2008-01-15 Thread Chris Little
peter wrote: > One of the things which are recurrent on the mailing list is the > difficulty + slowness of getting a module through the door - i.e. both > to put it into beta and to get it from beta eventually transferred into > release. I don't know what you mean by 'alpha' since we have no such

[sword-devel] modules upload etc - suggestion

2008-01-15 Thread peter
One of the things which are recurrent on the mailing list is the difficulty + slowness of getting a module through the door - i.e. both to put it into beta and to get it from beta eventually transferred into release. There is also no fast way of doing corrections on released module - at least for

[sword-devel] Modules for SwordReader

2007-12-08 Thread Barry Drake
Hi there I'm looking ahead here. The ideal arrangement for getting additional modules onto a non-techie user's Pocket PC (I think) would be to install a package on the user's Desktop PC that will make an installable module into an executable package from an InstallManager download.

Re: [sword-devel] modules to relational database (Ruby support)

2006-11-08 Thread Bill Burton
Hello Nathan,On 11/8/06, lumin8 <[EMAIL PROTECTED]> wrote: Bill,Yes exactly.  Sounds like you are doing some great work with this.I'm trying to figure out how I can help - at the least I could packageit as a rails plugin or gem making it easy for any ruby on rails developer to get started with it.I

Re: [sword-devel] modules to relational database (Ruby support)

2006-11-08 Thread lumin8
Bill, Yes exactly. Sounds like you are doing some great work with this. I'm trying to figure out how I can help - at the least I could package it as a rails plugin or gem making it easy for any ruby on rails developer to get started with it. Let me know if I can help with anything else. -=natha

  1   2   >