[sword-devel] Diatheke ?

2018-03-14 Thread David Haslam
Diatheke does not output the canonical Psalm titles when output option h is used. Try this and see what I mean. diatheke -b KJV -o h -k Ps 3 This is a significant lack of feature. Best regards, David Sent from ProtonMail Mobile___ sword-devel maili

[sword-devel] diatheke

2001-07-09 Thread Chris Little
I'm "officially" releasing diatheke 4.0 now. For those who don't know, diatheke is the command-line interface front end I started writing years ago. It's the brains behind the cgi interface to Sword and the ActiveX interface to Sword. It's got myriad improvements and should now fully support ev

[sword-devel] Diatheke

2001-10-25 Thread Timothy R. Butler
Hi everyone, I'm trying to setup Diatheke/Web for my portal site, and I have run into some trouble compiling the base code directory for sword-libs (I haven't gotten to the Diatheke-specific stuff yet). The interesting parts of the environment that I am installing in is that it is (1) a sh

[sword-devel] Diatheke

2001-12-20 Thread Mike Dougherty
Is there a way to turn off the verse address output (i.e. "I John 1:1:") so it's just the text? Also, how the heck do you pronounce diatheke? /mike -- ** Mike Dougherty -- Java Software Engineer ** Humility is th

[sword-devel] Diatheke.

2002-05-30 Thread Daniel Adams - infoChi
I am also interested in, in addition with helping with debugging, helping with implementations of the Perl-CGI interface for Diatheke. Could anyone give me any pointers as to where I could look for information on how the Diatheke executable works? Also are there any websites (even if old) that I c

[sword-devel] Diatheke

2002-08-12 Thread Franklin Bratcher
Are the transliteration filters working on Diatheke? They don't seem to be. Also, Diatheke seems to only search phrases, regardless if you use regex or multiword calls. This is based on a recent CVS compile of Diatheke.

[sword-devel] Diatheke

2002-09-08 Thread Daniel Adams
I might have mentioned some interests in the Diatheke part of the Sword project, but since I have been unable to get some ideas on my own and since school has once again started up, I am occupied with most of my time with other stuff including other help relating to the Sword project. I wa

[sword-devel] Diatheke

2002-10-13 Thread David's Mailing List and Spam Reciever
I was at the diatheke page today and noticed that you can search the niv and all the other locked modules online. Did we actually get premission to at least use them on our site or did they just not get taken out when the page was done with the latest version? -- --David's Mailing List and Spa

[sword-devel] Diatheke

2003-03-01 Thread Richard & Kristi Guay
Hi, I downloaded the precompiled version of Diatheke and it will not run saying that I must have CC3250MT.dll to run the program. It is not on the FTP site. I have also been trying to compile it on my system using the latest version of Dev C++, but it will not compile a single thing! Any he

Re: [sword-devel] Diatheke ?

2018-03-20 Thread David Haslam
Maybe someone could patch diatheke to fix this? Best regards, David Sent from ProtonMail Mobile On Wed, Mar 14, 2018 at 12:14, David Haslam wrote: > Diatheke does not output the canonical Psalm titles when output option h is > used. > > Try this and see what I mean. > > diatheke -b KJV -o h -

Re: [sword-devel] Diatheke ?

2018-03-20 Thread Greg Hellings
I'm not so sure your initial assertion is correct. $ diatheke -b KJV -o h -k Ps 3 Psalms 3:1: Lord, how are they increased that trouble me! many are they that rise up against me. A Psalm of David, when he fled from Absalom his son.Psalms 3:2: Many there be which say of my soul, There is no help fo

Re: [sword-devel] Diatheke ?

2018-03-20 Thread Greg Hellings
It's easier to see the problem when using plain formatting: $ diatheke -b KJV -o h -f Plain -k Ps 3 Psalms 3:1: LORD, how are they increased that trouble me! many are they that rise up against me. A Psalm of David, when he fled from Absalom his son. Psalms 3:2: Many there be which say of my soul,

Re: [sword-devel] Diatheke ?

2018-03-20 Thread Greg Hellings
To be quite specific: diatheke does not encounter that header in the preverse content until it reaches Psalm 3:2 for some reason that is beyond my ken. Therefore, it is properly rendering that content as preverse, but it has attached it to the wrong verse. Output from my slightly modified diatheke

Re: [sword-devel] Diatheke ?

2018-03-20 Thread Troy A. Griffitts
If I had to guess, I suspect diatheke is not calling renderText before asking for the header. The renderText method triggers all entryAttributes to be filled. The header is an entryAttribute. On March 20, 2018 8:13:41 PM MST, Greg Hellings wrote: >To be quite specific: diatheke does not encount

Re: [sword-devel] Diatheke ?

2018-03-20 Thread Greg Hellings
On Tue, Mar 20, 2018 at 10:21 PM, Troy A. Griffitts wrote: > If I had to guess, I suspect diatheke is not calling renderText before > asking for the header. The renderText method triggers all entryAttributes > to be filled. The header is an entryAttribute. > Spot on. If I were offering commentar

Re: [sword-devel] Diatheke ?

2018-03-20 Thread Troy A. Griffitts
Thanks for the patch, Greg. Yes. Agreed it is not intuitive to the uninitiated. The warring factions are that a module key can be changed with a reference directly to its key, the module being oblivious to that fact that it changed. Also, a module position might be incremented but never asked to

Re: [sword-devel] Diatheke ?

2018-03-21 Thread David Haslam
Thanks Greg for the patch. Thanks also to everyone who provided insightful input. Best regards, David Sent from ProtonMail Mobile On Wed, Mar 21, 2018 at 03:33, Greg Hellings wrote: > On Tue, Mar 20, 2018 at 10:21 PM, Troy A. Griffitts > wrote: > >> If I had to guess, I suspect diatheke is

Re: [sword-devel] Diatheke ?

2018-03-21 Thread David Haslam
Has the UI changed without me noticing? This is what I got using version 4.7 of diatheke that comes with Xiphos 4.0.6a for Windows. S:\>xiphos\diatheke -b KJV -o h -k Ps 3 Psalms 3:1: LORD, how are they increased that trouble me! many are they that ris e up against me. Psalms 3:2: Many there be

Re: [sword-devel] Diatheke ?

2018-03-22 Thread David Haslam
Hi Greg, With Plain output format, there's a minor side effect in the way the Psalm title was output in the wrong place. Verse 2 of the same Psalm was output with a leading space before the Reference. https://www.dropbox.com/s/uz1amnrp7ez0b4y/Screenshot%202018-03-22%2008.37.42.png?dl=0 This mig

Re: [sword-devel] Diatheke ?

2018-03-22 Thread Greg Hellings
On Thu, Mar 22, 2018 at 4:01 AM, David Haslam wrote: > Hi Greg, > > With *Plain* output format, there's a minor side effect in the way the > Psalm title was output in the wrong place. > Verse 2 of the same Psalm was output with a *leading space* before the > Reference. > > https://www.dropbox.com

Re: [sword-devel] Diatheke ?

2018-03-22 Thread David Haslam
Greg, Thanks for the comparison between KJV and SpaRV1909. It seems therefore that I assumed incorrectly that the "extra space" problem was more general, and that any module with Psalm titles could be used illustrate it. FYI. Test module SpaRV1865 only exists so far in the text development co

Re: [sword-devel] Diatheke ?

2018-03-22 Thread Greg Hellings
On Thu, Mar 22, 2018 at 8:51 AM, David Haslam wrote: > Greg, > > Thanks for the comparison between *KJV* and *SpaRV1909*. > > It seems therefore that I assumed *incorrectly* that the "extra space" > problem was more general, and that *any* module with Psalm titles could > be used illustrate it. >

Re: [sword-devel] Diatheke ?

2018-03-22 Thread David Haslam
No - that makes no difference, neither did using osis2mod version $3431 Salmo de David, cuando huía de delante de Absalom su hijo. Jehová, ¡cuánto se han multiplicado mis enemigos! muchos se levantan contra mí. Muchos dicen de mi alma: No hay para él salud en Dios. Selah. However, examining

Re: [sword-devel] Diatheke ?

2018-03-27 Thread Greg Hellings
Troy, I know you were working on the repo quite a bit over the weekend. I didn't see this patch land. Did I miss it in the commit emails? --Greg On Wed, Mar 21, 2018 at 12:32 AM, Troy A. Griffitts wrote: > Thanks for the patch, Greg. Yes. Agreed it is not intuitive to the > uninitiated. The wa

Re: [sword-devel] Diatheke ?

2018-03-27 Thread Troy A. Griffitts
Nope, sorry Greg.  I reviewed and approved of it :) Applied. On 03/27/2018 08:43 AM, Greg Hellings wrote: > Troy, > > I know you were working on the repo quite a bit over the weekend. I > didn't see this patch land. Did I miss it in the commit emails? > > --Greg > > On Wed, Mar 21, 2018 at 12:32

Re: [sword-devel] Diatheke ?

2018-03-27 Thread David Haslam
Version number Copyright date range? Best regards, David Sent from ProtonMail Mobile On Tue, Mar 27, 2018 at 23:40, Troy A. Griffitts wrote: > Nope, sorry Greg. I reviewed and approved of it :) > > Applied. > > On 03/27/2018 08:43 AM, Greg Hellings wrote: > >> Troy, >> >> I know you wer

Re: [sword-devel] diatheke

2001-07-10 Thread dtrotzjr
> The CGI is working very nicely now, aside from the localized book names > bug. You can see it in action at http://bible.gotJesus.org. (Can your > favorite web Bible do this? -- Chris, I can't get this link to work. Is it correctly typed or just temporarily down? I have a friend who may use it

RE: [sword-devel] diatheke

2001-07-10 Thread Chris Little
> > The CGI is working very nicely now, aside from the localized book > > names bug. You can see it in action at http://bible.gotJesus.org. > > (Can your favorite web Bible do this? -- > > Chris, > I can't get this link to work. Is it correctly typed or just > temporarily down? I have a f

RE: [sword-devel] diatheke

2001-07-10 Thread Jerry Hastings
At 12:27 PM 7/10/2001 -0700, Chris Little wrote: > > Chris, > > I can't get this link to work. Is it correctly typed or just > > temporarily down? The page comes up for me. One thing you may want to add. If doing a Verse/Commentary Lookup and someone puts in something other than a good verse r

Re: [sword-devel] Diatheke

2001-10-25 Thread Tero Favorin
Timothy, Here's a message I posted a while back, when I got similar compile time errors. Hope it helps. -- I happened to come across same compile problem that has come across the list couple of times before, where people got undefined references "tests" directory. What seems to be ha

RE: [sword-devel] Diatheke

2001-12-20 Thread Chris Little
> Is there a way to turn off the verse address output (i.e. "I > John 1:1:") so it's just the text? Not in the program, but I'll add it. You could, run it through the regex "s/^.+\d+:\d+: //" if you're using a scripting language that supports them. (Swap [0-9] for \d if your regex doesn't supp

[sword-devel] Diatheke problems

2002-07-13 Thread Joachim Ansorg
Hi! I just searched for Jesus in three different module with the diatheke of crosswire. The result for the two last modules is wrong,m instead of Jesus "Offenbarung 22:21" (Offenbarung = Revelation) was searched. http://www.bibletechnologieswg.org/cgi-bin/diatheke.pl?verse=Jesus&Submit=Submit&

Re: [sword-devel] Diatheke

2002-08-12 Thread Troy A. Griffitts
Franklin, I tried searching on http://www.crosswire.org/sword/bible a while ago and also experienced that it would not return multiword searches appropriately. We'll have to wait for Chris to give us the scoop. -Troy. Franklin Bratcher wrote: > Are the transliteration filter

Re: [sword-devel] Diatheke

2002-08-12 Thread Chris Little
On Mon, 12 Aug 2002, Troy A. Griffitts wrote: > Franklin, > I tried searching on http://www.crosswire.org/sword/bible a while ago and > also experienced that it would not return multiword searches > appropriately. We'll have to wait for Chris to give us the scoop. > > -Troy. It's

Re: [sword-devel] Diatheke

2002-08-12 Thread Franklin Bratcher
On Mon, 2002-08-12 at 15:20, Chris Little wrote: > On Mon, 12 Aug 2002, Troy A. Griffitts wrote: > > > Franklin, > > I tried searching on http://www.crosswire.org/sword/bible a while ago and > > also experienced that it would not return multiword searches > > appropriately. We'll have to w

Re: [sword-devel] Diatheke

2002-09-08 Thread Chris Little
On Sun, 8 Sep 2002, Daniel Adams wrote: > I might have mentioned some interests in the Diatheke part of > the Sword project, but since I have been unable to get some ideas on my > own and since school has once again started up, I am occupied with most > of my time with other stuff including

RE: [sword-devel] Diatheke

2002-09-08 Thread Daniel Adams
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Little Sent: Sunday, September 08, 2002 4:30 PM To: [EMAIL PROTECTED] Subject: Re: [sword-devel] Diatheke On Sun, 8 Sep 2002, Daniel Adams wrote: > I might have mentioned some interests in the Diatheke par

RE: [sword-devel] Diatheke

2002-09-08 Thread Daniel Adams
grace of God, Dan Adams -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Little Sent: Sunday, September 08, 2002 4:30 PM To: [EMAIL PROTECTED] Subject: Re: [sword-devel] Diatheke On Sun, 8 Sep 2002, Daniel Adams wrote: > I might have mentio

[sword-devel] diatheke prob

2002-09-25 Thread Matt Dunford
Hey all, The program 'diatheke' crashes on me. I checked out the sword cvs module and I can reproduce it there as well. Here's what I did: $ ./configure --enable-debug && make [...] $ ./apps/console/diatheke/diatheke -b system -k localelist abbr da de es fr it no pt Segmentation fault (core du

Re: [sword-devel] Diatheke

2002-10-13 Thread Chris Little
On Sun, 13 Oct 2002, David's Mailing List and Spam Reciever wrote: > I was at the diatheke page today and noticed that you can search the niv and > all the other locked modules online. Did we actually get premission to at > least use them on our site or did they just not get taken out when the

[sword-devel] diatheke bug?

2008-10-27 Thread Peter von Kaehne
Looking at the diatheke usage message there is a problem diatheke -b system (e.g. "diatheke -b system modulelist") should deliver some basic facts about the installed modules etc. It just delives the usage message again. In fact, looking at the source code, without being a programmer, I do no

[sword-devel] Diatheke documentation

2005-02-20 Thread nathan
This is looking like some pretty incredible software. Good work to everyone who is involved. Question: I am having trouble finding information about how to fully use all the features of Sword through Diatheke. Is there some place that I am missing? :-) Specifically, what can I do with these fl

[sword-devel] diatheke issues

2006-08-06 Thread Eeli Kaikkonen
I have found some small issues in diatheke. Most of them are more like feature requests than bugs. I would like to hear what you think. I'm also interested in hearing what you think about the future of diatheke in general because I'm using it with the JD Bible Bot. As you can see I have proposals

[sword-devel] diatheke security

2007-02-07 Thread Linas S.
Hello, I try to make online Bible script using diatheke. I got problem- security. Users can put everything in a search box on the web page, e.g.: Jesus;ls /etc If I run such the command: diatheke -b KJV -s phrase -k Jesus; ls /etc I will get list of /etc directory. I could check user input for c

[sword-devel] Diatheke + XHTML

2012-09-15 Thread Greg Hellings
The following patch adds XHTML output support to Diatheke and also updates the help text to reflect the support for HTMLHREF and XHTML. --Greg diatheke-xhtml-support.patch Description: Binary data ___ sword-devel mailing list: sword-devel@crosswire.org

[sword-devel] Diatheke formatting options

2013-03-26 Thread Raphaël Pinson
Hello, For some time, I've been struggling with Diatheke's output, piping it into sed and other string editors when I need to grab simple verses. To make things easier, I'm attaching a patch to this email which adds 3 flags to Diatheke: * --no-refs suppresses reference printing in output

[sword-devel] diatheke methods exportable?

2014-01-23 Thread Peter von Kaehne
This a tentative question mostly re the doquery method of our diatheke. I think it would be really useful if we could have this method somehow be more part of our offerings, including e.g. in the bindings etc. Reason: We are currently very much geared towards interactive continuous Bible reading

[sword-devel] Diatheke double output

2016-10-24 Thread Teus Benschop
Something weird is happening to diatheke on Ubuntu 16.04 64 bits: $ diatheke -b NETfree -k Jn 3:16 John 3:16: For this is the way God loved the world: He gave his one and only Son, so that everyone who believes in him will not perish but have eternal life. : For this is the way God loved the wor

[sword-devel] Diatheke - Psalm heading

2024-07-16 Thread Marjan Šavli
Hi! I would like to make text file from bible that can be used for making audio file with digital narrator (MS Word for example) When I export Psalms with diatheke.exe diatheke.exe -b KJV -o w -f plain -k "Ps 23" > export.txt I got = Psalms 23:1: The LORD is my shepherd; I shall no

[sword-devel] Diatheke version numbering

2018-04-09 Thread David Haslam
Developers seem to have neglected attending to version numbers for diatheke. See https://wiki.crosswire.org/Frontends:Diatheke#Release_history Release history This section needs expanding. - Version 4.6 was released during 2013. - Version 4.7 was released on Aug 30 2015. - Several updates to dia

[sword-devel] Diatheke -k modlist

2003-02-28 Thread Don A. Elbourne Jr.
Is it possible to use the modlist in Diatheke to return the language and locked status of each module? by grace alone, Don A. Elbourne Jr. http://elbourne.org ___ sword-devel mailing list [EMAIL PROTECTED] http://www.crosswire.org/mailman/listinfo/swo

Re: [sword-devel] diatheke bug?

2008-10-27 Thread Peter von Kaehne
Ok, looking further, I was obviously (partially) wrong. The code to handle "-b system" is in diathekecore.cpp But it is never reached. And I do not understand code enough to tell you why. I tried to run diatheke in gdb, but could not figure my way through that either. So, over to the rest of you.

Re: [sword-devel] diatheke bug?

2008-10-27 Thread Eeli Kaikkonen
Peter von Kaehne wrote: > Looking at the diatheke usage message there is a problem > > diatheke -b system (e.g. "diatheke -b system modulelist") > > should deliver some basic facts about the installed modules etc. > > It just delives the usage message again. > > It should be, and is, -b system

Re: [sword-devel] diatheke bug?

2008-10-27 Thread Peter von Kaehne
Thanks!! This works indeed. I was trying to bolt together a man page and stumbled over this. Peter Eeli Kaikkonen wrote: > Peter von Kaehne wrote: >> Looking at the diatheke usage message there is a problem >> >> diatheke -b system (e.g. "diatheke -b system modulelist") >> >> should deliver s

Re: [sword-devel] diatheke bug?

2008-10-27 Thread Eeli Kaikkonen
Peter von Kaehne wrote: > Thanks!! This works indeed. > > I was trying to bolt together a man page and stumbled over this. > > I have a man page for diatheke. Available in http://iki.fi/eelik/sword. 07 seems to be the latest. --Eeli Kaikkonen ___ sw

Re: [sword-devel] diatheke bug?

2008-10-27 Thread Peter von Kaehne
The Man page is pretty good. I spent a few hours trying to readup on them and creating one, only to lose it in a crash of gmanedit. But now what I re-created is still not as good as this one of yours What stops you from submitting it? Peter ___ sword-d

Re: [sword-devel] diatheke bug?

2008-10-27 Thread Eeli Kaikkonen
Peter von Kaehne wrote: > The Man page is pretty good. I spent a few hours trying to readup on > them and creating one, only to lose it in a crash of gmanedit. But now > what I re-created is still not as good as this one of yours > > What stops you from submitting it? > > Nothing, I advocated i

Re: [sword-devel] diatheke bug?

2008-10-27 Thread Troy A. Griffitts
A few questions recently have illuminated the fact that we don't have an active make system maintainer. Specifically, the lib*.so.* thread, and this thread require someone with extensive autotools and ldconfig standards experience to take responsibility for these questions, implementation, cro

Re: [sword-devel] Diatheke documentation

2005-02-20 Thread Chris Little
nathan wrote: This is looking like some pretty incredible software. Good work to everyone who is involved. Question: I am having trouble finding information about how to fully use all the features of Sword through Diatheke. Is there some place that I am missing? :-) No, there's no documentation

Re: [sword-devel] Diatheke documentation

2005-02-21 Thread nathan
Thanks for the info Chris. I looked over the sword web project but I am really integrating scripture tools into other PHP applications so I decided to stick with Diatheke for now... I Today however i discovered the Swig php bindings. I saw some examples in perl. Has anyone used this with php

[sword-devel] diatheke man page

2006-08-06 Thread Eeli Kaikkonen
There's a sample diatheke man page available at http://iki.fi/eelik/linux/diatheke.man -- Eeli Kaikkonen ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change y

Re: [sword-devel] diatheke issues

2006-08-12 Thread Eeli Kaikkonen
On Sunday 06 August 2006 19:05, Eeli Kaikkonen wrote: > I have found some small issues in diatheke. Here is some more discussion about some of the previous, plus some new. I repeat my offer to make patches if only I could know that my ideas are acceptable. > If there is no filter for the request

Re: [sword-devel] diatheke security

2007-02-07 Thread Daniel Glassey
On 07/02/07, Linas S. <[EMAIL PROTECTED]> wrote: > Hello, > > I try to make online Bible script using diatheke. I got problem- security. > Users can put everything in a search box on the web page, e.g.: > Jesus;ls /etc > If I run such the command: > diatheke -b KJV -s phrase -k Jesus; ls /etc > I w

Re: [sword-devel] diatheke security

2007-02-07 Thread Linas S.
On Wed, 07 Feb 2007 10:51:53 +0200, Daniel Glassey <[EMAIL PROTECTED]> wrote: > You should quote the search key like the perl cgi script does (iirc) > e.g. diatheke -b KJV -s phrase -k 'Jesus; ls /etc' Yes, I did that. But I was not sure if it completely solves the problem. Regards, Linas S.

Re: [sword-devel] diatheke security

2007-02-07 Thread Eeli Kaikkonen
On Wed, 7 Feb 2007, Linas S. wrote: > > You should quote the search key like the perl cgi script does (iirc) > > e.g. diatheke -b KJV -s phrase -k 'Jesus; ls /etc' > > Yes, I did that. But I was not sure if it completely solves the problem. If user then writes ';ls /etc' it will become ...-k '';ls

Re: [sword-devel] diatheke security

2007-02-07 Thread Chris Little
I don't really recommend using diatheke as anything but a demo/sample app. It's out of date, ill-maintained, and was never that good to begin with. If you're setting up a Bible site, I would suggest trying to use the BibleTool. That said, your best means of really securing web-executed diatheke

[sword-devel] Diatheke - transliteration option ?

2010-10-28 Thread David Haslam
In the help for Diatheke, I see no mention of an option to output transliteration. Could Diatheke be suitably enhanced by adding such an option? Or is it that the option already exists, but is not yet self-documented? What does the parameter "[-t script]" do? It is not explained in the help out

Re: [sword-devel] Diatheke + XHTML

2012-09-15 Thread David Haslam
Greg, While you're into the code for Diatheke, please see if you can fix the RTF font color table issue as well. I can't access JIRA right now. See http://www.crosswire.org/bugs/JiraLockedError David -- View this message in context: http://sword-dev.350566.n4.nabble.com/Diatheke-XHTML-tp46

Re: [sword-devel] Diatheke + XHTML

2012-09-16 Thread Chris Little
On 09/15/2012 12:19 PM, David Haslam wrote: Greg, While you're into the code for Diatheke, please see if you can fix the RTF font color table issue as well. I would contend that we should move in the opposite direction and eliminate all of the extra wrapper-type-stuff that diatheke generates

Re: [sword-devel] Diatheke + XHTML

2012-09-16 Thread Greg Hellings
On Sun, Sep 16, 2012 at 7:27 PM, Chris Little wrote: > On 09/15/2012 12:19 PM, David Haslam wrote: >> >> Greg, >> >> While you're into the code for Diatheke, please see if you can fix the RTF >> font color table issue as well. > > > I would contend that we should move in the opposite direction and

Re: [sword-devel] Diatheke + XHTML

2012-09-17 Thread David Haslam
Chris, Re: http://www.crosswire.org/tracker/browse/MODTOOLS-29 If I (or anyone else) wished to use diatheke to export a substantial part or all of a module (one with red-letters for Words of Jesus) to a standalone RTF file, I don't see any valid reason to not include the single line to define the

[sword-devel] Diatheke doen't show anything...

2013-11-07 Thread pHep
Hi, I've got a problem with diatheke! I've successfully compiled installmgr, libsword, ... and diatheke! (I'm working on Windows 8.1 And VS2012) I've installed the KJV module with the installmgr. Now I'm trying to lookup a verse with diatheke but it doesn't show anything... That's my cmd output

Re: [sword-devel] diatheke methods exportable?

2014-01-24 Thread David Haslam
I had been musing during an idle moment about designing a GUI for Diatheke using the VBA that comes with MS Office. A very low priority "back-burner" item in my tasks list. David -- View this message in context: http://sword-dev.350566.n4.nabble.com/diatheke-methods-exportable-tp4653427p46534

Re: [sword-devel] diatheke methods exportable?

2014-02-03 Thread Chris Little
On 01/23/2014 05:11 AM, Peter von Kaehne wrote: This a tentative question mostly re the doquery method of our diatheke. I think it would be really useful if we could have this method somehow be more part of our offerings, including e.g. in the bindings etc. Reason: We are currently very much g

[sword-devel] Diatheke and MarkDown format?

2015-12-20 Thread David Haslam
When outputting plain text, diatheke currently makes a half-hearted attempt to use a tiny bit of MarkDown format for anything that was wrapped in the OSIS hi element, whether italics or bold type etc, which gets wrapped between two asterisks. See also https://en.wikipedia.org/wiki/Markdown IMHO,

Re: [sword-devel] Diatheke double output

2016-10-24 Thread Teus Benschop
Following up on the previous mail about diatheke, the SVN code, when compiled on Ubuntu 16.04 64 bits, running diatheke still gives the double output. ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-

Re: [sword-devel] Diatheke double output

2016-10-24 Thread Michael H
That leading colon suggests something is trying to parse a null and reverting to the last text after a fail. Instead of looking for {John 3:16}, it appears to be searching for {John 3:16,} How the code detects the end of the verse range (or whether the next range is null) is where I would start.

Re: [sword-devel] Diatheke double output

2016-10-24 Thread Peter von Kaehne
Unfortunately Ubuntu is at least.2 iterations of releases behind the curve. Always. Sent from my phone. Apologies for brevity and typos.On 24 Oct 2016 1:02 pm, Teus Benschop wrote: > > Something weird is happening to diatheke on Ubuntu 16.04 64 bits: > > $ diatheke -b NETfree -k Jn 3:16 > > Jo

Re: [sword-devel] Diatheke double output

2016-10-24 Thread Teus Benschop
As for Ubuntu, running the code from the subversion trunk, it was the usual mixup between the system-installed 'diatheke' at /usr/bin, and the binary installed from the trunk at /usr/local/bin. After cleaning it up, the diatheke from trunk behaves fine on Ubuntu. Sorry for the false alarm. :) _

[sword-devel] diatheke search type default ?

2017-02-27 Thread David Haslam
"Something not quite right in the state of Denmark ..." diatheke -b ESV -k Merodach gives no matches! diatheke -b ESV -s lucene Merodach gives 5 matches. The actual instances are as follows: (omitting the references) 2 matches to "Evil-merodach" 2 matches to "Merodach-baladan" 1 match to "Meroda

Re: [sword-devel] Diatheke - Psalm heading

2024-07-16 Thread David Haslam
It should but nobody ever got round to fixing this for diatheke. It stems from how SWORD stores and handles pre-verse content. David Sent from [Proton Mail](https://proton.me/mail/home) for iOS On Tue, Jul 16, 2024 at 10:17, Marjan Šavli <[marjan.sa...@gmail.com](mailto:On Tue, Jul 16, 2024 at

Re: [sword-devel] Diatheke - Psalm heading

2024-07-16 Thread brickviking
If you think that's bad, I just got this when I tried it for five of the modules I have here: Psalms 23:1: The LORD is my shepherd; I shall not want. Psalms 23:2: He makes me to lie down in green pastures; He leads me beside the still waters. Psalms 23:3: He restores my soul; He leads me in the p

[sword-devel] Diatheke and MarkDown format?

2018-03-21 Thread David Haslam
A thread was begun in December 2015 with this topic. My reminder was sent on 21 November, last year. See http://sword-dev.350566.n4.nabble.com/Diatheke-and-MarkDown-format-tt4655468.html#a4657703 Is anyone willing to step forward to develop the code for this? Best regards, David Sent with [P

Re: [sword-devel] Diatheke -k modlist

2003-02-28 Thread Chris Little
On Fri, 28 Feb 2003, Don A. Elbourne Jr. wrote: > Is it possible to use the modlist in Diatheke to return the language and > locked status of each module? No. You could add this to the program, I guess, but it complicates things and is partially beyond the scope of the program's intent. If a m

Re: [sword-devel] Diatheke -k modlist

2003-02-28 Thread Don A. Elbourne Jr.
uary 28, 2003 11:48 AM Subject: Re: [sword-devel] Diatheke -k modlist > On Fri, 28 Feb 2003, Don A. Elbourne Jr. wrote: > > > Is it possible to use the modlist in Diatheke to return the language and > > locked status of each module? > > No. You could add this to the progra

Re: [sword-devel] diatheke man page

2006-08-12 Thread Eeli Kaikkonen
On Sunday 06 August 2006 22:00, Eeli Kaikkonen wrote: > There's a sample diatheke man page available at > http://iki.fi/eelik/linux/diatheke.man The newer version is http://iki.fi/eelik/linux/diatheke.man.04. It's quite complete but needs review for facts and especially English language - I'm not

[sword-devel] diatheke cgi Makefile.am patch

2009-12-17 Thread Matthew Talbert
One of these files has been renamed, and one is missing completely. This causes building a debian package to fail (at least on my system). Full path is utilities/diatheke/cgi. Matthew Index: cgi/Makefile.am === --- cgi/Makefile.am

Re: [sword-devel] Diatheke - transliteration option ?

2010-10-28 Thread Chris Little
The -t option is for specifying a target transliteration script. Just add "-t Latin", as in the 2nd usage example, to transliterate to Latin. --Chris On 10/28/2010 4:28 AM, David Haslam wrote: In the help for Diatheke, I see no mention of an option to output transliteration. Could Diatheke b

Re: [sword-devel] Diatheke - transliteration option ?

2010-10-28 Thread David Haslam
Thanks Chris. -- View this message in context: http://sword-dev.350566.n4.nabble.com/Diatheke-transliteration-option-tp3017012p3017502.html Sent from the SWORD Dev mailing list archive at Nabble.com. ___ sword-devel mailing list: sword-devel@crosswire

Re: [sword-devel] Diatheke - transliteration option ?

2010-10-28 Thread David Haslam
Is there a documented list of "scripts" that are supported by diatheke? For most of us Latin is certainly relevant, yet . Can one transliterate [say] from simplified Chinese into Cyrillic, or from Hebrew into Devanagari? David -- View this message in context: http://sword-dev.350566.n4.na

Re: [sword-devel] Diatheke - transliteration option ?

2010-10-29 Thread Chris Little
On 10/28/2010 11:48 PM, David Haslam wrote: Is there a documented list of "scripts" that are supported by diatheke? For most of us Latin is certainly relevant, yet . Can one transliterate [say] from simplified Chinese into Cyrillic, or from Hebrew into Devanagari? David It depends on

Re: [sword-devel] Diatheke - transliteration option ?

2010-10-29 Thread David Haslam
Chris, Thanks for the fuller explanation. If as you wrote, "everything other than transliteration to Latin is disabled", in the CLI syntax for diatheke, why is the script name Latin even necessary after the -t ? Is this to reserve it for possible future enhancements? Or to allow any open-sourc

[sword-devel] Diatheke - support for Ruby?

2010-10-30 Thread David Haslam
Ruby markup, as exemplified by the Japanese modules in our beta repository, uses the following syntax: $$$Genesis 1:1 はじめに神は天と地とを創造された。 Does diatheke support the markup? i.e. If one chooses HTML as the output encoding. If not, might this be worthwhile developing as an enhancement to diathek

[sword-devel] Diatheke error on wiki

2010-10-31 Thread Robert Hunt
diatheke -b KJV -o "G 1:1" (the fourth line in the examples) seems to be an error on http://crosswire.org/wiki/Frontends:Diatheke Also, a couple of other questions while I'm writing: Would it be better to give an error or warning message (rather than just no outpu

Re: [sword-devel] Diatheke doen't show anything...

2013-11-07 Thread Greg Hellings
Paul, The first thing to test is if diatheke is actually finding your install. To do this, ask diatheke to give you a module list: diatheke -b system -k modulelist If that lists KJV, then the problem is with diatheke or its filter. If that doesn't list any entries, then it's not finding your ins

Re: [sword-devel] Diatheke doen't show anything...

2013-11-07 Thread Chris Little
I suspect Greg is correct that Diatheke isn't finding your Sword module path. But you might also simply try running 'diatheke' (no arguments). If it prints the help text, you've at least got a working binary. If it fails to print anything at all, there's a problem with the binary, the Sword DLL

Re: [sword-devel] Diatheke doen't show anything...

2013-11-08 Thread pHep
Thank you for your help! But I did some tests... This is the Output for diatheke without arguments: /C:\Users\Familie\Desktop\SWORD\TEST\installmgr>diatheke Diatheke command-line SWORD frontend Version 4.5 Copyright 1999-2009 by the CrossWire Bible Society http://www.crosswire.org/sword/diatheke/

Re: [sword-devel] Diatheke doen't show anything...

2013-11-08 Thread Troy A. Griffitts
There should be no mods.conf. you should see a modules/ data folder created by installmgr in the same folder along side your mods.d/ configuration folder. Did installmgr create this folder for the data files? Did installmgr place any module configuration files inside your mods.d/ folder? pHep

Re: [sword-devel] Diatheke doen't show anything...

2013-11-08 Thread pHep
Okay it works I've been misleaded by my bad english... I thought I've to create the mods.conf - So the installmgr installed the *.conf files in the mods.conf folder (but why?) and diatheke didn't find it! I've deleted these folder and restarted the installmgr init and the other stuff - and n

[sword-devel] Diatheke on Mac OSX 10.11.1

2015-10-25 Thread S Virgil Goodwin
When I updated to Mac OS 10.11.1, diatheke quit working for me. When I use `cd $SWORD_PATH` it will still take me to the correct directory. While in the correct directory, I can use diatheke but not any where else. My SWORD_PATH is set to /Users/UserName/Library/Application Support/Sword. I am cur

  1   2   3   >