Re: [sword-devel] Odd character in KJV

2016-02-02 Thread Ben Morgan
Hi DM, That's an ampersand i.e. & https://en.wiktionary.org/wiki/%26c. Thanks, Ben On Wed, Feb 3, 2016 at 3:34 PM DM Smith wrote: > Does anyone know what the attached glyph is called? It is used with a > following c. to mean etc. I’d like to see if it is in Unicode. > >

Re: [sword-devel] Sword Python bindings for Windows

2014-10-06 Thread Ben Morgan
I think those items are all the data definitions. I've run into errors like that before. If you are buildings Sword itself as a DLL, you need to define the macro SWUSINGDLL while compiling the C++ bindings code for it all to work. I forget exactly how you change setup.py to make it do that,

Re: [sword-devel] Building Python binding to Sword on Windows returns exit code 1

2014-05-28 Thread Ben Morgan
This probably doesn't directly help your issues here, but the SWIG 3.0 issue seems to have been fixed in SWIG 3.0.1 which was released yesterday. http://sourceforge.net/p/swig/news/2014/05/swig-301-released/ - A few notable regressions introduced in 3.0.0 have been fixed - in Lua, nested

Re: [sword-devel] Building Python binding to Sword on Windows returns exit code 1

2014-05-09 Thread Ben Morgan
I think the key is here in your first email: 1..\..\..\include\swbuf.h(362): error : Syntax error in input(3). What is on the line it mentions? You may be missing a #define which matters. It's possible no one has tested it with Swig 3.0 (I haven't built for a while, but I used SWIG 1.3.31 last

Re: [sword-devel] I implore you...

2013-06-10 Thread Ben Morgan
They are supported. E.g. Song of Solomon in the ESV has them. E.g. 4:16: http://crosswire.org/study/passagestudy.jsp?key=Song+of+Solomon+4%3A16#cv Note that some of the titles here do look weird, but they are supported. God Bless, Ben -

Re: [sword-devel] Synodal versification IBT modules?

2013-05-13 Thread Ben Morgan
BPBible already has code which (attempts) to check if a chapter is present. https://code.google.com/p/bpbible/source/browse/trunk/backend/book.py?spec=svn1419r=1414#716 Note this isn't yet av11n compliant, but the general principle should be much the same. It's in Python but should be pretty much

Re: [sword-devel] Hebrew font

2013-02-28 Thread Ben Morgan
That's UTF8 encoded text - decoded it reads בְּרֵאשִׁ֖ית On Fri, Mar 1, 2013 at 1:42 PM, Philip K wegetourm...@gmail.com wrote: ×‘Ö¼Ö°×¨Öµ× ×©× Ö´Ö–×™×ª God Bless, Ben - For I have no pleasure in the death of anyone, declares the

Re: [sword-devel] KJV update

2013-02-19 Thread Ben Morgan
Hi DM, I'm looking at it for how it displays in BPBible. Mostly it seems to show up fine. At the moment the code I had in place actually shows the tr greek text links, though it doesn't know what to look them up in (there's no dictionary matching the tr: scheme, right?). I think I'll make it

Re: [sword-devel] Poetry, verse 0, setIntros() and the state of things thus.

2013-02-05 Thread Ben Morgan
Yep, there are lots of inconsistencies. Hopefully over time with more support they will tend to go away. Just to be clear with the ESV, I doubt it is incorrectly encoded. It's just it's not encoded in a way that greatly helps per-chapter rendering (or even per-verse) rendering. Especially the

Re: [sword-devel] poetry formatting (was Re: Vertical whitespace)

2013-02-03 Thread Ben Morgan
... :) On 02/02/2013, at 10:14 PM, Ben Morgan benpmor...@gmail.com wrote: Hi Nic, Structural content in verse 0 is another good example why you shouldn't turn introductions off - I think they should always be on, just the headings inside them (when non-canonical) should be able to be turned

Re: [sword-devel] poetry formatting (was Re: Vertical whitespace)

2013-02-02 Thread Ben Morgan
... Thanks, ybic nic... :) On 02/02/2013, at 12:02 AM, Ben Morgan benpmor...@gmail.com wrote: I've found vertical whitespace can be problematic, and it's often around verse boundaries. osis2mod often seems to put some of the whitespace in the previous verse/chapter, which I think I reported

Re: [sword-devel] Small Fix for Mark 9:43 in KJV module

2013-02-01 Thread Ben Morgan
I reported this nearly 4 years ago: http://www.crosswire.org/tracker/browse/MOD-76 There are some other verses which are slightly less obvious as well. God Bless, Ben - For I have no pleasure in the death of anyone, declares the Lord

Re: [sword-devel] Vertical whitespace

2013-02-01 Thread Ben Morgan
I've found vertical whitespace can be problematic, and it's often around verse boundaries. osis2mod often seems to put some of the whitespace in the previous verse/chapter, which I think I reported a long time ago and should be fixed. I remember we had trouble finding the right combination of

Re: [sword-devel] Pre-verse div and headings

2013-01-21 Thread Ben Morgan
If I remember correctly BPBible's headings option turns off non-canonical headings. When rendering text, vk.Headings()/setIntros() would always be on. There's no way to turn off prechapter content, just like there's no way to turn off every verse 5 [?] (if it doesn't work this way in some

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Ben Morgan
Hi Greg, On Mon, Jan 21, 2013 at 6:28 AM, Greg Hellings greg.helli...@gmail.comwrote: SWIG bindings now up-to-date. Bindings users, please holler if I removed things overzealously. I haven't tried it, but I believe that this will break BPBible for example. As the bindings are part of

Re: [sword-devel] filter !P patch

2012-12-14 Thread Ben Morgan
On Fri, Dec 14, 2012 at 11:58 PM, Karl Kleinpaste k...@kleinpaste.orgwrote: Ben Morgan benpmor...@gmail.com writes: Look back at the conversations on ' div type=paragraph ' from September. Troy said he was happy to remove !P if Xiphos didn't use it. Someone needs to work out why it's

Re: [sword-devel] filter !P patch

2012-12-13 Thread Ben Morgan
G'day Ben, From the viewpoint of a frontend developer, I don't really want this change committed. If this change is committed, it will break existing frontends which look for !P, and it produces little or no benefit - !P may be invalid, but I think it will just get ignored. We already don't

Re: [sword-devel] filter !P patch

2012-12-13 Thread Ben Morgan
Hi Greg, On Fri, Dec 14, 2012 at 2:15 PM, Greg Hellings greg.helli...@gmail.comwrote: ... As to the matter of breaking front-ends, library upgrades are going to do that anyway. The current development head of BibleTime does not even compile against the current development head of SWORD

Re: [sword-devel] sword - epub ?

2012-12-04 Thread Ben Morgan
I've been working a little on a converter based on the BPBible code to put e.g. the KJV on my kindle (after conversion from epub through Calibre). It looks like it's not to difficult to do. At the moment I've got basic Bible text showing up in Calibre, but as Calibre uses webkit in its epub

Re: [sword-devel] multiple languages in modules

2012-10-12 Thread Ben Morgan
G'day Karl, On Fri, Oct 12, 2012 at 2:11 PM, Karl Kleinpaste k...@kleinpaste.orgwrote: Is the foreign element passed through the engine? If so, do I need to file bugs with front-ends to encourage support of foreign? Having just looked, the string foreign does not appear in Sword's source

Re: [sword-devel] Weird Module Behavior

2012-03-04 Thread Ben Morgan
Is you module .conf file right? does it specify RawVerse4? God Bless, Ben - For I have no pleasure in the death of anyone, declares the Lord God; so turn, and live.” Ezekiel 18:32 (ESV) On Mon, Mar 5, 2012 at 1:52 PM, Greg Hellings

Re: [sword-devel] Av11n and coverage

2012-02-12 Thread Ben Morgan
By having things in the .conf file, frontends can potentially show those details in install manager. That's about the only advantage I can see in having it in the .conf file (excluding any speed issues, which you say are negligible). I'd say that any precomputed module scope would have to be to

Re: [sword-devel] Av11n and coverage

2012-02-12 Thread Ben Morgan
On Mon, Feb 13, 2012 at 8:58 AM, DM Smith dmsm...@crosswire.org wrote: In the case of synodal it has 100 verses in Daniel 3. Protestant synodal would be 33 (IIRC). It might need to be at the verse level. I think frontends should handle missing verses properly themselves, regardless of the

Re: [sword-devel] proposed patch: adding n=X marker content to footnotes and xrefs

2012-02-08 Thread Ben Morgan
there. Thoughts? This would suit me fine. Ben Morgan benpmor...@gmail.com writes: Personally, I've never liked the *x/*n style and I think that in particular *xA/*xB looks very ugly. BPBible just outputs the letter/number, but colour-codes the note/cross-reference to distinguish between

Re: [sword-devel] proposed patch: adding n=X marker content to footnotes and xrefs

2012-02-07 Thread Ben Morgan
BPBible uses its own filters for notes to put the note number/letter in, so it shouldn't affect BPBible at all. Personally, I've never liked the *x/*n style and I think that in particular *xA/*xB looks very ugly. BPBible just outputs the letter/number, but colour-codes the note/cross-reference

Re: [sword-devel] Development, SWIG Bindings, etc...

2012-01-09 Thread Ben Morgan
On Tue, Jan 10, 2012 at 6:59 AM, Greg Hellings greg.helli...@gmail.comwrote: On Sat, Jan 7, 2012 at 4:59 PM, brian brianlovesje...@perffection.com wrote: To get SWIG to work on the SVN branch (This is to get it to compile, and it allows it to work but I still haven't gone over all the

Re: [sword-devel] Poetry support in Xiphos?

2011-12-28 Thread Ben Morgan
If I remember from last time we went through this, Xiphos may indent a whole block of poetry, but the individual line indentation on every second line (or sometimes second and third lines) which really indicates the poetical structure, like you see in BPBible, is missing. I think this is an

Re: [sword-devel] Poetry support in Xiphos?

2011-12-28 Thread Ben Morgan
On Wed, Dec 28, 2011 at 10:45 PM, Peter von Kaehne ref...@gmx.net wrote: Von: Ben Morgan benpmor...@gmail.com I think this is an example of why a checklist of features is not as useful as could be hoped for. I think this is a bit off tangent and also not correct. The checklist

Re: [sword-devel] Marking pre-verse titles?

2011-10-20 Thread Ben Morgan
On Fri, Oct 21, 2011 at 1:40 AM, David Haslam dfh...@googlemail.com wrote: Evidently some folk could not read the original message, part of which read: This seems to happen because fixed width text doesn't get through Nabble into the email list (it's been observable with your emails for a

Re: [sword-devel] Per Project news: - was Re: CrossWire news

2011-02-14 Thread Ben Morgan
Vary the following: http://www.crosswire.org/pages/crossnewstest.jsp?project='class=2percat=3maxRes=6 org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544569. Dynamic SQL Error SQL error code = -104 Unexpected end of command - line 1, column 379 Other than that (and a number of variations

Re: [sword-devel] Module Display Names

2011-01-19 Thread Ben Morgan
There is the Description field for long names and Abbreviation for an abbreviated form (an alternative to using the module name in theory). Not sure what frontends if any support Abbreviation though. God Bless, Ben

Re: [sword-devel] Module Display Names

2011-01-19 Thread Ben Morgan
What I've used in BPBible in a few places is Name - Description (i.e. ESV - English Standard Version). The abbreviation at the start (hopefully) means that if the rest is cut of it shouldn't matter too much. God Bless, Ben

Re: [sword-devel] Module Display Names

2011-01-19 Thread Ben Morgan
On Thu, Jan 20, 2011 at 11:31 AM, Greg Hellings greg.helli...@gmail.comwrote: On Wed, Jan 19, 2011 at 4:41 PM, Ben Morgan benpmor...@gmail.com wrote: What I've used in BPBible in a few places is Name - Description (i.e. ESV - English Standard Version). The abbreviation at the start

Re: [sword-devel] Module Display Names

2011-01-19 Thread Ben Morgan
On Thu, Jan 20, 2011 at 1:42 PM, Greg Hellings greg.helli...@gmail.comwrote: Since we have an abbreviation field already designated for the conf, perhaps we should make it required? Or perhaps applications could use, first, the Abbreviation field if present and only fall back to the module

Re: [sword-devel] OSIS links

2011-01-18 Thread Ben Morgan
On Wed, Jan 19, 2011 at 10:13 AM, DM Smith dmsm...@crosswire.org wrote: On Jan 18, 2011, at 6:08 PM, Peter von Kaehne wrote: On 18/01/11 21:24, Peter von Kaehne wrote: Do they work? No. There is no support in the engine. There is support in the OSIS html href filters (look under

Re: [sword-devel] [jsword-devel] Missing short bible book names for most languages

2011-01-11 Thread Ben Morgan
There are two types of abbreviations for booknames: 1) abbreviations that are recognized when parsing user input (i.e. we can parse Isa 3:5). 2) abbreviations of a bookname that are shown to the user when an abbreviated form is used (i.e. for Isaiah 3:5, we show Isa 3:5). Peter is talking about

Re: [sword-devel] [jsword-devel] Missing short bible book names for most languages

2011-01-11 Thread Ben Morgan
On Tue, Jan 11, 2011 at 10:41 PM, DM Smith dmsm...@crosswire.org wrote: On Jan 11, 2011, at 6:06 AM, Ben Morgan wrote: BPBible has some of the abbreviations you were looking for that aren't in jsword: fr, hu, and pt as well as hi (hindi) and ne (nepali) http://code.google.com/p/bpbible

Re: [sword-devel] Markup Options

2010-12-02 Thread Ben Morgan
Hi Greg, On Thu, Dec 2, 2010 at 3:32 PM, Greg Hellings greg.helli...@gmail.comwrote: User-specified stylesheets would not help me much at all. Since each module has its own look and feel that it needs to maintain. Yes, there is a certain uniformity to them, since they largely all come

Re: [sword-devel] Markup Options

2010-12-01 Thread Ben Morgan
Hi Greg, On Thu, Dec 2, 2010 at 1:51 AM, Greg Hellings greg.helli...@gmail.comwrote: I believe the phrase would mean the SWORD library would produce a well defined set of HTML elements with classes attached to help preserve the semantic meaning. It would then be up to the consumer of that

Re: [sword-devel] XSLT vs. C++

2010-12-01 Thread Ben Morgan
Hi Greg, On Thu, Dec 2, 2010 at 2:19 AM, Greg Hellings greg.helli...@gmail.comwrote: On Wed, Dec 1, 2010 at 8:13 AM, Jonathan Morgan jonmmor...@gmail.com wrote: Speaking as a BPBible developer, I would tend to prefer C++ filters to XSLT. Here are some reasons why: 1. It works now (well,

Re: [sword-devel] Bible/Commentary headings

2010-12-01 Thread Ben Morgan
Maybe swapping the order of chapter and verse around may help? The code I remember does some special handling of zeroes, but I can't check it at the moment. e.g. vkey-Verse(0); vkey-Chapter(0); to vkey-Chapter(0); vkey-Verse(0); God Bless, Ben

Re: [sword-devel] SWIG Bindings (Was: Re: What is a Sword module?)

2010-11-07 Thread Ben Morgan
Hi Greg, On Sat, Nov 6, 2010 at 12:24 PM, Greg Hellings greg.helli...@gmail.comwrote: But the nature of multimap is different - and I'm confused as to how it is used at all. What you are showing above I would call a multi-dimensional associative array/dictionary. I make them all the time

Re: [sword-devel] 1.6.2 final call

2010-10-14 Thread Ben Morgan
Hi Troy, I sent you a while ago this patch, attached (to patc...@crosswire). This was what I said about it: Just looking back over my checked out sword repository, I found this versekey patch. This I seem to remember was to fix the problem where having f's in booknames would cause the f

Re: [sword-devel] KJV - phil 4:4

2010-10-05 Thread Ben Morgan
Quickly checking in my KJV 1611 edition and my KJV 1769 edition shows that alway is correct. It's an archaic form of always. God Bless, Ben --- Multitudes, multitudes, in the valley of decision! For the

Re: [sword-devel] Hyphens in book names

2010-09-30 Thread Ben Morgan
On Thu, Sep 30, 2010 at 8:42 AM, Troy A. Griffitts scr...@crosswire.orgwrote: :) In principle I agree with Chris, but I can't decide what people do with names. One of my colleagues in this country (England) is named Instone-Brewer (sorry to use you as an example David). We've been wanting

Re: [sword-devel] CMake

2010-09-30 Thread Ben Morgan
Ok, that seems to work with BPBible now. However, it also seems to hard code the path to libsword's dylib to be in the build directory, which could be a problem (though I don't know too much about this linking stuff on MacOSX): otool -L _Sword.so _Sword.so (architecture i386):

Re: [sword-devel] Hyphens in book names

2010-09-29 Thread Ben Morgan
On Thu, Sep 30, 2010 at 7:17 AM, Greg Hellings greg.helli...@gmail.comwrote: Perhaps allowing each locale to define its own numerals and hyphen-like character would be a good solution? This is exactly what BPBible allows. Numerals are defined in the text section with the identifier 0123456789

Re: [sword-devel] Sword 1.6.2 NOW!

2010-09-14 Thread Ben Morgan
On Wed, Sep 15, 2010 at 10:55 AM, Greg Hellings greg.helli...@gmail.comwrote: IMO, it would be the other way. If people see a CMake system they will probably think it's exactly like the autotools, which is not easy to guarantee. I would think CMake should be held off for a feature update

Re: [sword-devel] Non-Anglophone Bible references

2010-06-18 Thread Ben Morgan
The source code for the reference parser lives mostly in src/keys/versekey.cpp:ParseVerseList in the sword source code. Though it does work quite well, it has a number of problems and is very hard to maintain/add new features to. God Bless, Ben

Re: [sword-devel] 1.6.1 final call

2009-12-24 Thread Ben Morgan
On Fri, Dec 25, 2009 at 9:53 AM, Greg Hellings greg.helli...@gmail.comwrote: Visual Studio 9 reporting in: I don't have our SWORD version of ICU on-hand, nor is it particularly important to those of us over here in the BibleTime community, since we use Qt for our transliteration. regex.c

Re: [sword-devel] [sword-support] Bible with dates in it?

2009-12-18 Thread Ben Morgan
I think that the TSK has dates in it, presumably Ussher's. These would be very easy to pull out and make a commentary out of, for example. God Bless, Ben --- Multitudes, multitudes, in the valley of

[sword-devel] Make + configure problems

2009-12-18 Thread Ben Morgan
Hi, I'm building SWORD on a mac. Notes: I'm running with Matthew's patch from yesterday. 1) libtoolize is called glibtoolize on a mac, so autogen.sh doesn't handle it properly 2) make uninstall gives the error part of the way through make[1]: *** No rule to make target `uninstall-info-am', needed

Re: [sword-devel] Make + configure problems

2009-12-18 Thread Ben Morgan
--with-icu --with-curl --enable-tests --disable-shared --enable-utilities make all install However configure in rev 2488 is broken. Haven't tried any patches though. Manfred Am 18.12.2009 um 22:04 schrieb Ben Morgan: Hi, I'm building SWORD on a mac. Notes: I'm running

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Ben Morgan
On Tue, Dec 8, 2009 at 10:04 AM, Rendezvous junk_and_m...@yahoo.comwrote: I could only get 1.5.9 to compile using those instructions; couldn't get 1.5.11 or 1.6.0 to compile (didn't try 1.5.10). If you want help compiling, you really need to give the errors you are seeing. Without them, we

Re: [sword-devel] Microsoft Visual C++ (Express Edition) DLL and/or LIB?

2009-12-07 Thread Ben Morgan
try to compile my program with the generated libsword.lib, i get the following error: unresolved external symbol private: static char * sword::SWBuf::nullStr Having SWDLLEXPORT before that line in swbuf.cpp made no difference. I'll try again later, though. --- On Mon, 12/7/09, Ben Morgan

Re: [sword-devel] Proposition concerning module names

2009-12-02 Thread Ben Morgan
On Wed, Dec 2, 2009 at 10:38 PM, Mark Trompell m...@foresightlinux.orgwrote: I wonder if it wouldn't make sense to always display the name of the bible/book in the language it is written in. You wouldn't read a chinese bible if you can't read it anyway. We've been over this before both for

Re: [sword-devel] [bt-devel] Unlock Keys and Frontends

2009-11-22 Thread Ben Morgan
The way I do this in BPBible for the font dialog is to display the current key if it is there, otherwise look forward and back until a key is found. http://code.google.com/p/bpbible/source/browse/trunk/fontchoice.py#166 God Bless, Ben

Re: [sword-devel] Python client

2009-11-03 Thread Ben Morgan
A pure-python zText reader was done here: http://github.com/kcarnold/pysword However, this has only a fraction of the module support Sword has, and is also quite a bit slower. The bindings are superior (if available for use, of course) God Bless, Ben

Re: [sword-devel] Understanding the structure of generic books and their relationship with TreeKey.

2009-11-02 Thread Ben Morgan
It's probably easier to create a new TreeKey along the way, otherwise it won't work properly (going to the parent at the end will lose the place in the sibling iteration). void getSectionsList(TreeKey tk, list l) { do { l.append (tk-getText()); if (tk-hasChildren())

Re: [sword-devel] Submitting a Patch against 1.60svn

2009-10-19 Thread Ben Morgan
On Tue, Oct 20, 2009 at 8:36 AM, Troy A. Griffitts scr...@crosswire.orgwrote: Thanks for the patch Nathan, Is this really necessary? This has been in the code for quite some time and BPBible has been working with swig bindings for quite some time with this in the code. I don't believe this

Re: [sword-devel] Submitting a Patch against 1.60svn

2009-10-19 Thread Ben Morgan
On Tue, Oct 20, 2009 at 10:02 AM, Nathan Anderson nat...@andersonsplace.net wrote: Troy, Your welcome for the patch. ;-) Well, I might be the _new_ guy; but I don't typically waste my time trying to patch something and return it up-stream if it isn't broken. So I would say

Re: [sword-devel] Submitting a Patch against 1.60svn

2009-10-19 Thread Ben Morgan
-- *From:* Ben Morgan [mailto:benpmor...@gmail.com] *Sent:* Monday, October 19, 2009 5:10 PM *To:* SWORD Developers' Collaboration Forum *Subject:* Re: [sword-devel] Submitting a Patch against 1.60svn On Tue, Oct 20, 2009 at 8:36 AM, Troy A. Griffitts scr

Re: [sword-devel] locales

2009-10-12 Thread Ben Morgan
On Tue, Oct 13, 2009 at 2:38 PM, Chris Little chris...@crosswire.orgwrote: 3) There are xx_abbr or xx_abbrev locales for German, French, Estonian, and Korean and an abbr locale for English. Does anyone actually use any of these as their locale? Or are they used in some other way by any front

Re: [sword-devel] Crashes Was: experimental repository new ...

2009-10-06 Thread Ben Morgan
On Wed, Oct 7, 2009 at 3:37 AM, jhphx jh...@cox.net wrote: That's a good reason, right. But then even in beta is a potential risk of applications crashing when loading a module and on startup when the module is automatically loaded because it still is stored in the session. We can make

Re: [sword-devel] Windows users as poor cousins?

2009-10-03 Thread Ben Morgan
Hi Jonathan, Visual Studio is the best way to compile on Windows. I used to compile with mingw + msys, but the environment feels slow and clumsy, and it produces larger, slower executables. And Visual Studio is free - you can download the express editions. Visual Studio seems to me much easier

Re: [sword-devel] PySword

2009-09-28 Thread Ben Morgan
They are different. The former is a boost.python wrapping of sword The latter is a pure-python implementation of a zText reader. Neither are frontends, but libraries. God Bless, Ben --- Multitudes, multitudes,

[sword-devel] RenderText and static local buffer

2009-09-21 Thread Ben Morgan
I was debugging a problem in the XUL BPBible where it was filling in a table for a gospel harmony inside the render filter. Thus, it was calling RenderText inside a RenderText (though on a different module). It was ending up with the last verse in the table coming before the table, which was a bit

[sword-devel] Pre-verse headings and osis2mod

2009-09-14 Thread Ben Morgan
I have a couple of problems with pre-verse headings and osis. First up, pre-verse div's have been introduced, superseding the old title x-preverse hack. How can you tell from the entry attributes whether it came from a title or a div? is it just that if it comes from a title, it won't start with

Re: [sword-devel] Printing an encrypted module?

2009-08-27 Thread Ben Morgan
Encryption on modules stops people using modules which they haven't paid for, while stilling allowing installmgr to download them. Content control (stopping printing, copying, etc.) is a completely different issue, and may be relevant even for non-encrypted modules. God Bless, Ben

Re: [sword-devel] using encryption with current osis2mod (r2435

2009-08-25 Thread Ben Morgan
On 26/08/2009, DM Smith dmsm...@crosswire.org wrote: It does not work. We found this out a while ago, didn't we? The code that has been there forever, no longer works. I checked out revision 1929 from June 2006 and with minor changes, compiled it against the current SWORD library. It has

Re: [sword-devel] using encryption with current osis2mod (r2435

2009-08-25 Thread Ben Morgan
On Wed, Aug 26, 2009 at 9:54 AM, Ben Morgan benpmor...@gmail.com wrote: On Wed, Aug 26, 2009 at 9:21 AM, Troy A. Griffitts scr...@crosswire.orgwrote: I believe the problem is with RawText, but haven't had time to confirm. My suspicion is that if you are building a compressed module

Re: [sword-devel] using encryption with current osis2mod (r2435

2009-08-25 Thread Ben Morgan
On Wed, Aug 26, 2009 at 9:21 AM, Troy A. Griffitts scr...@crosswire.orgwrote: I believe the problem is with RawText, but haven't had time to confirm. My suspicion is that if you are building a compressed module, enciphering should work. Just to clear up a few things... rawFilters get

Re: [sword-devel] using encryption with current osis2mod (r2435

2009-08-25 Thread Ben Morgan
I didn't have USBINARY defined, so encyphering wasn't doing anything x-( Once I do, zipped modules seem to work as expected. Raw ones don't. God Bless, Ben --- Multitudes, multitudes, in the valley of

Re: [sword-devel] .Net Exception Odd behavior...

2009-08-21 Thread Ben Morgan
It is getting pretty hard to compile with C#, as C# doesn't have as good support with SWIG. There are two problems here - one is that some of the new code that I added for Python (which is currently the principal target) doesn't work on C#, as SWIG for C# doesn't handle some of the templates -

Re: [sword-devel] Need some help before starting new OSIS file

2009-08-20 Thread Ben Morgan
Just some additional info from my point of view (as a BPBible developer, not as a module creator): On Fri, Aug 21, 2009 at 8:16 AM, Daniel Owens dhow...@pmbx.net wrote: That should work, but the wiki advises this: q marker=#8220 sID=qN/ ... q marker=#8221 eID=qN/ I'm not sure if the start

Re: [sword-devel] Thayer's and BDB lexicons

2009-08-17 Thread Ben Morgan
Read http://crosswire.org/forums/mvnforum/viewthread_thread,560#1709 Basically, what was supposed to be Thayer's were from modified versions from Online Bible, and thus not in the public domain. God Bless, Ben

Re: [sword-devel] Sections, Titles and OSIS hiccups

2009-08-16 Thread Ben Morgan
Are you using osis2mod from SVN? If not, then this may have been fixed already. God Bless, Ben --- Multitudes, multitudes, in the valley of decision! For the day of the LORD is near in the valley of

Re: [sword-devel] Wiki Misrepresentation

2009-08-03 Thread Ben Morgan
Yes, we have been through this before. The answer we have got from the FSF is that GPL compatible licenses are OK for *all* code of frontends using the library, but of course the whole thing has to operate under the GPLv2 (so you can't get round GPL restrictions by using a compatible license on

Re: [sword-devel] KJV Beta issue

2009-06-14 Thread Ben Morgan
BPBible 0.4.4 currently displays a pilcrow without a space after it, as that is what is in the text. BPBible 0.5 will turn these into paragraphs, as that is what they represent. God Bless, Ben --- Multitudes,

Re: [sword-devel] KJV Beta issue

2009-06-14 Thread Ben Morgan
On Mon, Jun 15, 2009 at 10:15 AM, Greg Hellings greg.helli...@gmail.comwrote: On Sun, Jun 14, 2009 at 6:59 PM, Ben Morganbenpmor...@gmail.com wrote: BPBible 0.4.4 currently displays a pilcrow without a space after it, as that is what is in the text. BPBible 0.5 will turn these into

Re: [sword-devel] KJV Beta issue

2009-06-14 Thread Ben Morgan
On Mon, Jun 15, 2009 at 10:43 AM, Greg Hellings greg.helli...@gmail.comwrote: Personally I think that would be better than just forcing either one, and is a feature I've often thought would be well received. Personally I think it might be interesting to see where the translators thought these

Re: [sword-devel] How broadly do we define API (was: Re: which engine sources to use )

2009-06-09 Thread Ben Morgan
On Wed, Jun 10, 2009 at 1:51 PM, Dmitrijs Ledkovs dmitrij.led...@gmail.comwrote: Keep the same svn. With a little bit of auto-foo magic you can generate two different tarballs and release either of them at their respective schedules. IMHO this should be at least done for the bindings.

Re: [sword-devel] SWORD handling of OSIS paragraphs

2009-06-07 Thread Ben Morgan
On 07/06/2009, Chris Little chris...@crosswire.org wrote: The *htmlhref filters are the GnomeSword filters. They may now be used by other front ends, and the GnomeSword/Xiphos team may have abandoned their maintenance, but they were originally written by Terry and do some non-standard stuff

Re: [sword-devel] KJV beta

2009-06-01 Thread Ben Morgan
On Mon, Jun 1, 2009 at 10:57 PM, DM Smith dmsm...@crosswire.org wrote: On May 31, 2009, at 11:13 PM, Ben Morgan wrote: It seems to work in BPBible, with one exception: Currently pre-verse canonical headings are turned off by the osis headings filter when headings are off. This is because

Re: [sword-devel] KJV beta

2009-05-31 Thread Ben Morgan
It seems to work in BPBible, with one exception: Currently pre-verse canonical headings are turned off by the osis headings filter when headings are off. This is because it is looking at the canonical attribute on the pre-verse div's tag, rather than title inside it. I think the output of

Re: [sword-devel] WLC 1.5 loses spacing?

2009-05-25 Thread Ben Morgan
Just to be clear: I don't think the WLC in beta will work completely properly with any existing frontend, as I believe it uses alternate versification. Until applications support this, the version not in beta will be better. God Bless, Ben

[sword-devel] osis2mod problems

2009-05-17 Thread Ben Morgan
osis2mod doesn't handle comments - is this known/cared about? osis2mod currently assumes that a div eID=... that appears outside a verse, but inside a chapter is a chapter-closing div (presumably because that is how commentaries close chapters). This breaks the pre-verse logic when you have this

Re: [sword-devel] osis2mod problems

2009-05-17 Thread Ben Morgan
On Mon, May 18, 2009 at 3:15 PM, Jonathan Marsden jmars...@fastmail.fmwrote: Ben Morgan wrote: I wonder if we need to release some of the important utilities at different times from the engine. (i.e. have a osis2mod release once problems are fixed with it) To me, this suggests more

Re: [sword-devel] osis2mod problems

2009-05-17 Thread Ben Morgan
On Mon, May 18, 2009 at 3:35 PM, Jonathan Marsden jmars...@fastmail.fmwrote: Ben Morgan wrote: I didn't add regression tests... I'm not sure how workable they are. (though they would probably be a good idea) Can't we do osis2mod and then mod2osis (or even mod2imp) and store/compare

Re: [sword-devel] Autotools Bug?

2009-05-11 Thread Ben Morgan
On Tue, May 12, 2009 at 1:13 PM, Jonathan Marsden jmars...@fastmail.fmwrote: Probably. Proprietary development environments like this are just not often seen as critical targets for open source tools, I would think. Especially when it's not really clear what the benefits of MSVC and

Re: [sword-devel] SWORD 1.6.x Localization (Ps 151)

2009-05-07 Thread Ben Morgan
It still seems clear, to me, that there are a large number of technical difficulties as we climb outward in our search to support everyone's canon. I'm guessing a mapping mechanism will have to wait until we have determined our full support extent and, even then, will be non-trivial to

Re: [sword-devel] SWORD 1.6.x LOCALIZATION - Gaeilge (Irish)

2009-05-06 Thread Ben Morgan
Looks like it was in latin-1. A utf8 version is attached - this validates for me God Bless, Ben --- Multitudes, multitudes, in the valley of decision! For the day of the LORD is near in the valley of

[sword-devel] Chinese transliteration with strong's numbers

2009-05-03 Thread Ben Morgan
Module: ChiUns 2.1 Transliteration: Latin ICU 3.4.1 diatheke -t latin -b ChiUns -f osis -k 1 Sam 1:5 I Samuel 1:5: w savlm=x-Strongs: H05414gěi /w w savlm=x-Strongs: H02584hā ná /w w savlm=x-Strongs: H04490|x-Strongs: H0639|x-Strongs: H0259de què shì shuāng fēn /w w savlm=x-Strongs: H0157, yīn

[sword-devel] ESV linegroups not processed in osishtmlhref

2009-04-30 Thread Ben Morgan
The ESV has linegroups of the style lg sID=... and lg eID=..., but these aren't picked up by osishtmlhref. It has a rule to change lg and /lg into br /, but none for lg's with attributes. This would be reasonably simple to add - just another case in the token handling (rather than relying on token

Re: [sword-devel] Building problem on Ubuntu 9.04

2009-04-29 Thread Ben Morgan
Have you run autogen.sh recently? God Bless, Ben --- Multitudes, multitudes, in the valley of decision! For the day of the LORD is near in the valley of decision. Giôên 3:14 (ESV) On Wed, Apr 29,

[sword-devel] Autonormalize and av11n

2009-04-29 Thread Ben Morgan
This is brought to mind by the recent discussions of how many verses in certain chapters. If there is not mapping, it is important that you can feed similar verse references in and get something out of it. It may not be right, but it should be close. If a user types in 3 John 15, if the

Re: [sword-devel] Release-critical TODO items

2009-04-27 Thread Ben Morgan
On Mon, Apr 27, 2009 at 2:39 PM, Jonathan Marsden jmars...@fastmail.fmwrote: 3) SWIG issues and related segfaults (Ben) This came with r2313, and I'm at a loss how to deal with it... Python program (this worked r2312, crashes r2313): import Sword Sword.VerseKey() valgrind gives this (as well

Re: [sword-devel] Release-critical TODO items

2009-04-27 Thread Ben Morgan
through valgrind and it was clean. Could you try for me to do a: make distclean ./autogen.sh ./usrinst.sh make sudo make install and then try your test again? I wish I had some info, but my tests don't fail here. Keep me posted with what you find. -Troy. Ben Morgan wrote

Re: [sword-devel] Nearness to release

2009-04-26 Thread Ben Morgan
On Mon, Apr 27, 2009 at 12:50 PM, Troy A. Griffitts scr...@crosswire.orgwrote: Jonathan Marsden wrote: Troy A. Griffitts wrote: Good :) Is there is list of all known release-critical bugs and TODO items somewhere? No, the bugtracker is clean now for critical 1.6.x changes, as far as I

Re: [sword-devel] abbreviations.sh (was: Re: linking / testsuite )

2009-04-23 Thread Ben Morgan
On Thu, Apr 23, 2009 at 3:42 PM, Jonathan Marsden jmars...@fastmail.fmwrote: Earlier, in response to Ben, I wrote: If I have time later tonight, once I have a sword 1.6.0RC2 package out for front end developers to test with, I'll see about creating the 198 item single locale test and (if

  1   2   3   >