Re: [sword-devel] Hello, I need help with the Sword Utilities

2013-01-27 Thread Troy A. Griffitts
Well, mod2osis is a reference objective for the filters. Some day the osis2mod + osisosis filter set will perform a well enough to allow a simple module iteration and output to support a lossless round trip using osis2mod and mod2osis. Greg has submitted patches to mod2osis to bring this really

[sword-devel] BibleCS 1.7.0RC1

2013-01-27 Thread Troy A. Griffitts
OK Guys, We've had this update sitting out there for years now and I've finally fixed the last reported bugs from the last RC I sent out (a long long time ago). Without considering the usefulness of BibleCS against our other actively developed Windows frontends, this update at least

Re: [sword-devel] Patches to fix compiler warnings

2013-01-26 Thread Troy A. Griffitts
Jaak, Just getting to these sets of patches. sword-comparison-not-assignment-fix.diff.bz2 Applied. Thanks for finding this bug. On 12/21/2012 12:32 AM, Jaak Ristioja wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! Please apply these patches (bzip2-ed to workaround

[sword-devel] CD ISO

2013-01-25 Thread Troy A. Griffitts
Dear Frontend Teams, I'm planning to burn CDs for people (about 60) who have requested them (yes, we still get occasional CD requests), and was wondering if you might wish to update your stuff in the 'latest' ISO folder here which is the root from where we build the ISO.

Re: [sword-devel] CD ISO

2013-01-25 Thread Troy A. Griffitts
, Jan 25, 2013 at 5:42 AM, Troy A. Griffitts scr...@crosswire.org mailto:scr...@crosswire.org wrote: Dear Frontend Teams, I'm planning to burn CDs for people (about 60) who have requested them (yes, we still get occasional CD requests), and was wondering if you might wish to update

Re: [sword-devel] Method Name Normalization

2013-01-21 Thread Troy A. Griffitts
On 01/21/2013 12:28 PM, Nic Carter wrote: Is there a reason for this being the abbreviation and not setIntroductions(bool) and isIntroductions()? I find it strange that you've fixed up Lang() and introduced Intros()... But, thanks for this change. It was confusing before! :) Yeah, well. :)

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

2013-01-21 Thread Troy A. Griffitts
OK, to clear this up technically. setIntros() turns on and off the versification extra 'slots': TSTMT BK CH:0 - chapter intro TSTMT BK 0:0 - book intro TSTMT 0 0:0 - testament intro 0 0 0:0 - module intro This has nothing to do with filtering tagged content (In the engine)

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

2013-01-21 Thread Troy A. Griffitts
On 01/21/2013 05:52 PM, DM Smith wrote: On Jan 21, 2013, at 10:07 AM, Troy A. Griffitts scr...@crosswire.org wrote: OK, to clear this up technically. setIntros() turns on and off the versification extra 'slots': TSTMT BK CH:0 - chapter intro TSTMT BK 0:0 - book intro TSTMT 0 0:0 - testament

Re: [sword-devel] Patch to speed up iterator incrementation

2013-01-20 Thread Troy A. Griffitts
Applied. Thanks Jaak! On 01/20/2013 07:06 PM, Jaak Ristioja wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! The attached patch corrects all Sword code where iterators were incremented using postfix operator++(int) in contexts where the return value of the expression was not used.

[sword-devel] Method Name Normalization

2013-01-19 Thread Troy A. Griffitts
In anticipation of a new release, I have a large checkin I'm about to commit which will break everything for everyone compiling with -Werror. We've been normalizing method names toward a clean API interface at 2.0. SWORD started 20+ years ago when there was not standard naming conventions.

[sword-devel] XHTML Filterset

2013-01-19 Thread Troy A. Griffitts
I've done my part and changed one more tag. transChange has been upgraded from: i/i to: .transChangeSupplied { font-style: italic; } span class=transChangeSupplied/span More changes welcome. Nic, you mentioned doing similar work on your own copies of our filters. Any experience

Re: [sword-devel] Method Name Normalization

2013-01-19 Thread Troy A. Griffitts
Peter von Kaehne ref...@gmx.net wrote: On Sat, 2013-01-19 at 17:13 +0100, Troy A. Griffitts wrote: Headings() has been renamed to setIntros(bool) and bool isIntros() Headings() -- used to turn on chapter, book, testament, and module introductions, has frequently been a point of confusion

[sword-devel] *THREAD CLOSED* (was: CrossWire mirroring)

2013-01-11 Thread Troy A. Griffitts
Andrew, Again, we've been over this too many times to continue to flood this list. I will explain it one last time to you, also closing this thread. From ground zero, assume you have zero permission to distribute a work which is copyrighted. CrossWire has asked and received permission from

Re: [sword-devel] local cache of module text

2013-01-08 Thread Troy A. Griffitts
Daniel, Please have a look at this IDL. This is the minimum interface which I usually create when wrapping the SWORD engine. It is full featured enough to use all the features of the engine which do no require extending functionality. SWORDWeb uses this interface and our JNI bindings use

Re: [sword-devel] Exclusive Rights Granting Crosswire License to Distribute

2013-01-07 Thread Troy A. Griffitts
Andrew and others, This thread is counterproductive-- and has been for quite some time. It is now closed. I was CC:ed on the email Peter sent you (Andrew) privately which outlines explicitly how he was able to obtain multiple modules from your mirror which indeed have:

[sword-devel] *THREAD CLOSED * (was: ISV status?)

2013-01-07 Thread Troy A. Griffitts
The previous directive to close these discussions extends to this thread, as well. The same conditions apply for action: CrossWire considers the DSS materials you post on your website to be under copyright and not legal for you to distribute. Our policy is to not allow illegal content to be

Re: [sword-devel] Exclusive Rights Granting Crosswire License to Distribute

2013-01-06 Thread Troy A. Griffitts
Dear Andrew, We previously had a volunteer manage and keep certain details of copyright information (contact, lead, etc.) up at: http://crosswire.org/sword/copyright/ The volunteer has moved on to other things away from CrossWire and this site is no longer kept current so we don't link to

Re: [sword-devel] SFTP Support

2013-01-06 Thread Troy A. Griffitts
support for the same functionality to JSword applications. --Greg On Sun, Dec 30, 2012 at 9:11 PM, Troy A. Griffitts scr...@crosswire.org wrote: OK Greg, I've hacked detection of CURL SFTP into the autotools build (hopefully-- it works for me). I've added a new compile time define

Re: [sword-devel] SFTP Support

2012-12-30 Thread Troy A. Griffitts
or disabling of this option. --Greg On Mon, Dec 24, 2012 at 8:43 AM, Greg Hellings greg.helli...@gmail.com wrote: Troy, On Sun, Dec 23, 2012 at 10:39 PM, Troy A. Griffitts scr...@crosswire.org wrote: Dear Greg, Looking to apply this SFTP patch, could you give me some background as to why the check

Re: [sword-devel] SFTP Support

2012-12-23 Thread Troy A. Griffitts
Dear Greg, Looking to apply this SFTP patch, could you give me some background as to why the check to ignore across all transports for '.' and '..'? Thanks, Troy On 12/03/2012 04:06 PM, Greg Hellings wrote: The attached patch will introduce support for SFTPSource transports in the SWORD

Re: [sword-devel] Need help tracking down a bug in the API...

2012-12-22 Thread Troy A. Griffitts
Thanks again for all the help on this one. I've committed a fix for this and added the test case to our unit tests. Let me know if you find it doesn't fix your problem, but it seems to fix the problem seen when using: parsekey jn.2.3f. Thanks again for the report and the detailed

Re: [sword-devel] SFTP Support

2012-12-22 Thread Troy A. Griffitts
So guys. What's the status on this one? Last I heard, we might want to add libcurl ssh detection to prevent a flurry of support emails. Should I commit as-is, or would you like more time to experiment with and add detection? Troy On 12/19/2012 05:07 AM, Greg Hellings wrote: If this gets

Re: [sword-devel] Need help tracking down a bug in the API...

2012-12-19 Thread Troy A. Griffitts
Thanks guys. I was, too, going to try the parsekey test in the engine. In the testsuite we have a zillion verse reference patterns we support and I'm sure we have 'f' and 'ff' tests. What I suspect the problem might be is the trailing '.'. We parse this as an acceptable book.chapter.verse

Re: [sword-devel] New public git mirror of Sword SVN trunk and why

2012-12-18 Thread Troy A. Griffitts
and improve, but please understand the defence we feel when someone comes along and says they want to refactor and optimize our code. On 18.12.2012 07:11, Troy A. Griffitts wrote: I have been following the discussion on the SFTP patch and hadn't seen it come to a conclusion yet regarding what might

Re: [sword-devel] New public git mirror of Sword SVN trunk and why

2012-12-17 Thread Troy A. Griffitts
Hi Jaak. Of course I would discourage confusing potential developers with an unofficial fork of the SWORD library on gitorious. But I'm confused by your comments. My apologies if I have any outstanding commits in my queue from you which I haven't committed. Do I? My complaint against the

Re: [sword-devel] New public git mirror of Sword SVN trunk and why

2012-12-17 Thread Troy A. Griffitts
-constructive, generic insults expressed by a non-contributor which started this thread. Troy Karl Kleinpaste k...@kleinpaste.org wrote: Troy A. Griffitts scr...@crosswire.org writes: I'm not quite sure why the rebellious nature of your email, instead of a friendly conversation Troy, I can

Re: [sword-devel] Sword -r2741

2012-10-13 Thread Troy A. Griffitts
Luke, it would be very helpful if you could post a brief snippet of OSIS that represents the problem you are having. One of us will gladly confirm that it works in the lastest importer and engine. luke l...@motimail.com wrote: In recent correspondence with Karl Kleinpaste of the Xiphos project

Re: [sword-devel] Interverse Material

2012-10-08 Thread Troy A. Griffitts
CORRECTION: In my last I say: we created a new interface method: SWModule::getRenderHeader() ... My thought was that you could include what you get from module-getRenderFilter() This last line should read: My thought was that you could include what you get from module-getRenderHeader()

Re: [sword-devel] Interverse Material

2012-10-08 Thread Troy A. Griffitts
Karl. I wonder if it has something to do with your strongs markup inside of a span class=wordsOfJesus ... /span. I'm not clear what can be inside of a span. Is there something less restrictive, like the generic TEI seg in XHTML? On 10/08/2012 12:02 AM, Karl Kleinpaste wrote: You're

Re: [sword-devel] Interverse Material

2012-10-07 Thread Troy A. Griffitts
test would be just paragraphing and sectioning without titles or text. Rendering should be the same regardless if headings is on or off. div type=section p verse sID/...verse eID/ verse eID/ ... /pp ... verse eID /p On Sep 30, 2012, at 1:43 PM, Troy A. Griffitts scr...@crosswire.org wrote: OK

Re: [sword-devel] Interverse Material

2012-10-07 Thread Troy A. Griffitts
new is added i the filter, you'll get some default behavior until you decide to customize it with your own style. What do you think? I hope this is the problem with the red letters. Troy On 10/07/2012 11:10 PM, Karl Kleinpaste wrote: Troy A. Griffitts scr...@crosswire.org writes: Can people

[sword-devel] Interverse Material (was: SWORD v1.7 status ?)

2012-09-30 Thread Troy A. Griffitts
OK, The simple inter-verse material case I was looking to test first was not present in our osisReference.xml sample in the testsuite. This case is where we have a interverse material between two consecutive verse within a chapter (not just before verse 1, because pre-verse-1 is complicated

[sword-devel] Calling HTML Designers

2012-09-25 Thread Troy A. Griffitts
Dear CrossWire Volunteer, Many of you know that I've been working full time at Kurt Aland's institute in Münster for the past 16 months and we've been developing the CrossWire Community tools into something which can be used at the Institute here for digital manuscript studies. The major

Re: [sword-devel] Converting to XHTML filters (Re: div type=paragraph)

2012-09-23 Thread Troy A. Griffitts
Sorry Karl, No! I care! I was excited to hear you find the missing component and suggest copying the existing TEI filter as a start for the XHTML filter set. Sorry I didn't respond. I would love for you to commit that fix. I should be online soon if you want to talk. Troy Karl Kleinpaste

Re: [sword-devel] div type=paragraph [was: Valid vs Best Practice XML]

2012-09-17 Thread Troy A. Griffitts
material instead of the raw preverse markup. Simply stripping the tags doesn't seem the most desired behavior. Troy On 09/16/2012 01:54 AM, Greg Hellings wrote: On Sat, Sep 15, 2012 at 5:11 PM, Troy A. Griffitts scr...@crosswire.org wrote: Greg, Thank you for posting the issue. I'm still really

[sword-devel] div type=paragraph [was: Valid vs Best Practice XML]

2012-09-15 Thread Troy A. Griffitts
Greg, Thank you for posting the issue. I'm still really having a tough time understanding the problem. I know we've been crossing on IRC, so I'm not sure if you are seeing any of my responses to you there. We have code to hand these divs and not pass them through, as shown here:

Re: [sword-devel] using a zText module

2012-08-12 Thread Troy A. Griffitts
Greg is right, but concerning VerseKey objects. The problem with instancing a VerseKey is that it defaults to the KJV v11n system. The module may use another. So, then you need to setVersification appropriately on the newly instantiated VerseKey to access all the verses correctly for the

Re: [sword-devel] GCC 4.7 compatibility

2012-08-06 Thread Troy A. Griffitts
Thanks Karl. The patch looks benign. I honestly have no idea why it would possibly be required for any reason. Scope should dictate (this) implied. This sounds like a bug introduced in later versions of g++. Happy to have it committed for now. Also happy to have someone correct me why it is

Re: [sword-devel] HTML5 File API and SWORD modules

2012-07-31 Thread Troy A. Griffitts
Have you considered phonegap? We've built a sample app here with phonegap+jquery_mobile and it worked ok. Our android bindings could likely be accessed through a phonegap wrapper which could be made to access our engine in iOS from the same wrapper. If you're looking for a runtime environment

Re: [sword-devel] Legitimate FTP Mirrors Module Distribution Rights Question

2012-07-30 Thread Troy A. Griffitts
ideas emanate. Troy A. Griffitts scr...@crosswire.org writes: The Xiphos repo hosts brave modules which give newer features, but which might not yet be fully tested on all platforms (I hope this is a fair characterization). Well... No, not really. Not even close, for at least 3 qualifiers. I

Re: [sword-devel] Legitimate FTP Mirrors Module Distribution Rights Question

2012-07-29 Thread Troy A. Griffitts
Hey guys. Thanks for everyone speaking on this thread. Andrew, I do appreciate your offer, I sympathize with your single point of failure and widest distribution possible points; however, I tend to agree with the replies given on this thread. The primary benefit I see for a mirror would be

Re: [sword-devel] swordweb links

2012-07-26 Thread Troy A. Griffitts
Hi Daniel, Yeah, swordweb takes a number of parameter from most any page: mod is what you want, e.g., http://www.crosswire.org/study/passagestudy.jsp?key=Luke.1.5mod=SBLGNT A few other globals which might be interesting (with sample values: setStyle=Parchment lang=el On 07/26/2012 06:43

[sword-devel] Stem searching

2012-07-12 Thread Troy A. Griffitts
in a relational database. Then have a table mapping all the data together. I guess the mapping table would be based on one version of the Bible only. Cheers Chris On 11 July 2012 01:09, Troy A. Griffitts scr...@crosswire.org mailto:scr...@crosswire.org wrote: Chris, We're toyed around

Re: [sword-devel] Stem searching

2012-07-12 Thread Troy A. Griffitts
, regardless of lemma. Daniel On 07/12/2012 10:01 AM, Troy A. Griffitts wrote: Hey Chris, A relational database will not contribute more to a solution than what we have available in lucene. What I failed to get across in my last email, due to too much caffeine, was that a verse's declension

Re: [sword-devel] Inuktitut Version Sword Module

2012-07-11 Thread Troy A. Griffitts
I often have this problem when permissions are not set correctly on the module files. I believe our module creation tools err on the side of security, producing files with less permission than you might need. Be sure they're readable by the user running your software. Troy On 07/11/2012

Re: [sword-devel] [jsword-devel] Stem searching

2012-07-11 Thread Troy A. Griffitts
learn it. I wonder how many users simply do not make use of the powerful tools at their fingertips because they are intimidated by the syntax. The only person I know who uses this to great effect is a PHP programmer with a computer science degree... Daniel On 07/10/2012 05:09 PM, Troy

Re: [sword-devel] [jsword-devel] Stem searching

2012-07-10 Thread Troy A. Griffitts
Chris, We're toyed around with the best way to add lemma+morph searching in SWORD but haven't finalized anything yet. Indexing Morphology codes won't helps. This would give you 2 fields which need to be used together. For example, if you wish to find ? only in the nominative within 3

Re: [sword-devel] Translations that that use 'you' for both singular and plural second person pronouns?

2012-05-02 Thread Troy A. Griffitts
I was under the impression that * in the NASB marked tense changes. There is a markup tag for 'literal' translation method markup. These Bibles usually include something like italic for added text and * for tense changes. The OSIS tag is transChange. If there is no change, but simply

Re: [sword-devel] TEI formatting, duplicated key (BDB Glosses)

2012-05-01 Thread Troy A. Griffitts
Quick note before I get on a long flight back to the Good Ol' U.S. of A. There are 2 distinct uses cases to consider here: 1. Lookups of linked entries, e.g., Bible with word lemma, user hovers or clicks on a word. SWORD handles this use case well. The latest code in trunk allows a .conf entry

Re: [sword-devel] Chinese Strongs markup

2012-04-25 Thread Troy A. Griffitts
David, I'm sorry no (including me) has responded to you on this yet. We used to use '|' to separate lists in osis in the first rev or so (or at least we (CrossWire) used them, until it was pointed out that lists in XML (at least in TEI) were delineated with spaces, so the lemma and morph

Re: [sword-devel] SWORD 1.7 (https)

2012-04-25 Thread Troy A. Griffitts
Applied. Thank you! On 04/25/2012 05:47 AM, Greg Hellings wrote: Attached is the patch for this. Also, don't forget to fix up the removeModule call before installing bug we discussed on #sword today! --Greg On Sun, Apr 22, 2012 at 9:42 AM, Troy A. Griffittsscr...@crosswire.org wrote: --

Re: [sword-devel] Ubuntu 12.04 ....

2012-04-23 Thread Troy A. Griffitts
Not disputing any of this, but I'm curious why BT can't compile against SVN. I don't believe we've intentionally made any API interface changes in a while, and we try our hardest to be backward compatible. If you let me know, I can have a look at what we broke. Troy On 04/23/2012 02:49 PM,

Re: [sword-devel] Ubuntu 12.04 ....

2012-04-23 Thread Troy A. Griffitts
Not disputing the long term desire to not build against deprecated API methods (that's why we deprecate), and I certainly understand the policy to not release Bibletime until it is not using any deprecated methods of the most recent SWORD library, but I can't see how it is useful to cause

Re: [sword-devel] Ubuntu 12.04 ....

2012-04-23 Thread Troy A. Griffitts
Awesome. So it is as I suggested. A user who downloads and builds Bibletime, not in debug mode, wouldn't see the error, and they would be able to upgrade their SWORD library without running into the problem? Cooleo. Thanks for the details. On 04/23/2012 04:35 PM, Greg Hellings wrote: From

Re: [sword-devel] Native Client - NaCL and Pepper

2012-04-23 Thread Troy A. Griffitts
On 04/23/2012 04:58 PM, Stephan wrote: Hi, I was able to build sword for NaCl, but there are many things to fix because NaCl doesn't support local filesystem access. WinCE doesn't support 'normal' filesystem access either. Most File IO is isolated to the FileMgr class and for WinCE, we

Re: [sword-devel] Suggestions: Red-Letter type Mark Up for Messianic References in OT

2012-04-23 Thread Troy A. Griffitts
On 04/23/2012 06:55 PM, Andrew Thule wrote: I've been playing with the following module: http://crosswire.org/~dmsmith/kjv2006/sword/kjvxml.zip http://crosswire.org/%7Edmsmith/kjv2006/sword/kjvxml.zip Specifically, I've been looking at how text is 'altered' in appearance by tags such as

Re: [sword-devel] SWORD v1.7 roadmap ?

2012-04-23 Thread Troy A. Griffitts
Thanks David, Maybe if I was organized, but we'd use the roadmap features in Jira if we did. Having things in the bug tracker is the best place for this. The tools are there to do what you suggest. I just haven't gotten around to scheduling bugs for releases or updating the current roadmap

Re: [sword-devel] Suggestions: Red-Letter type Mark Up for Messianic References in OT

2012-04-23 Thread Troy A. Griffitts
at 3:09 PM, Troy A. Griffitts scr...@crosswire.org mailto:scr...@crosswire.org wrote: On 04/23/2012 06:55 PM, Andrew Thule wrote: I've been playing with the following module: http://crosswire.org/~dmsmith/__kjv2006/sword/kjvxml.zip http://crosswire.org/%7Edmsmith

Re: [sword-devel] SWORD 1.7 (proxy, zip cache)

2012-04-22 Thread Troy A. Griffitts
files from repos via HTTP. - proxy support for the install manager, both FTP HTTP. ZIP FILES OVER HTTP HTTP DOWNLOAD OF ZIPPED MODULES DOWNLOAD IN ZIP FORMAT VIA HTTP OF MODULES +10 Stephan On 22/04/2012, at 5:59 AM, Troy A. Griffitts wrote: I have 2 weeks off back home in Phoenix

Re: [sword-devel] SWORD 1.7 (https)

2012-04-22 Thread Troy A. Griffitts
-- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Troy A. Griffitts scr...@crosswire.org wrote: Nice! Thanks Greg. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Greg Hellings greg.helli...@gmail.com wrote: HTTPS transport and support

[sword-devel] SWORD 1.7

2012-04-21 Thread Troy A. Griffitts
I have 2 weeks off back home in Phoenix at the beginning of May and hope to push out a new release of SWORD. Can people speak up regarding any outstanding issues so I can start planning. o I know we are at an odd place with trunk osis2mod and current filter sets. Any update or news on

Re: [sword-devel] SWORD 1.7

2012-04-21 Thread Troy A. Griffitts
Thanks Gary! That's awesome! I'll let you know what I find. On 04/22/2012 03:30 AM, Gary Holmlund wrote: o We still have an outstanding bug report with TOP going to Malachi or something like this in a certain Bible module (I'm old and have forgotten the details on this one. I think we

Re: [sword-devel] Native Client - NaCL and Pepper

2012-04-20 Thread Troy A. Griffitts
Hi Stephan, I believe I downloaded the development kit a while back, but never pursued it farther. Greg Hellings had a helpful comment in an HTML5/Javascript thread back at the end of March: http://www.crosswire.org/pipermail/sword-devel/2012-March/037542.html Here, he notes that data

Re: [sword-devel] Websites

2012-04-10 Thread Troy A. Griffitts
Dear Mike, Thank you for the insights and encouragement to target a wider audience. I believe there are a few misunderstandings in your email, but also many good suggestions. 1) CrossWire does not house any authoritative texts, save the KJV2003/6 text. The module repository we do house is

[sword-devel] Websites (was: Video tutorials)

2012-04-03 Thread Troy A. Griffitts
To second what Greg said and to defend the last person who attempted to meet all audiences with our website (not me), if you hit: http://crosswire.org Click Software Click Windows You get a list software for Windows. We can't necessarily have a Download Now button as most projects have

Re: [sword-devel] Websites

2012-04-03 Thread Troy A. Griffitts
Noted and fixed (at least, within my lack of aesthetic skillset ability). On 04/03/2012 10:03 PM, Barry Drake wrote: On 03/04/12 19:53, Troy A. Griffitts wrote: To second what Greg said and to defend the last person who attempted to meet all audiences with our website (not me), if you hit

Re: [sword-devel] xmllint the OSIS standard

2012-04-01 Thread Troy A. Griffitts
2.5 was crosswire modifications with hopes to get pushed into the core spec. Don't use mod2osis. Use this: http://crosswire.org/~dmsmith/kjv2006/sword/kjvxml.zip On 04/02/2012 12:28 AM, Andrew Thule wrote: I just started working with OSIS. I create a KJV.osis file using: %mod2osis KJV

Re: [sword-devel] xmllint the OSIS standard

2012-04-01 Thread Troy A. Griffitts
Dear Andrew, There are tons of docs for module development on our wiki under Module Development: http://www.crosswire.org/wiki/ ... and lots of examples (the KJV data I gave being a rich OSIS example). You should always obtain data from our source, as exporting and importing between

Re: [sword-devel] HTML5 front-end

2012-03-27 Thread Troy A. Griffitts
John, I'm sure you've seen SWORDWeb at: http://crosswire.org/study It has quite a few features (word click for morph, lemma, searching, textual evidence). Has fairly nice parallel support. Troy On 03/26/2012 04:13 PM, John Austen wrote: Yes, internet would be required to view, search,

Re: [sword-devel] [PATCH] Unused code

2012-03-22 Thread Troy A. Griffitts
Dmitrijs, Thank you for the patches. I will review your patches again, but this one specifically I would comment that I'm not in favor of removing commented out code just to make distro checks pass. There is a reason the code is still there, though commented out. I didn't write the URL

[sword-devel] maintenance

2012-03-08 Thread Troy A. Griffitts
Gonna be doing some bandaide maintenance over the next couple hours where CrossWire will be unavailable. Sorry the inconvenience. Troy ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel

Re: [sword-devel] Not showing up title of chapter

2012-03-06 Thread Troy A. Griffitts
On 03/05/2012 08:10 PM, Matěj Cepl wrote: So, I have this as a beginning of the book of Ruth (which I believe is exactly according to : div type=book osisID=Ruth canonical=true chapter sID=Ruth.1 osisID=Ruth.1 canonical=true/ title type=chapterElímelekova rodina/title verse sID=Ruth.1.1

Re: [sword-devel] OSIS example

2012-03-04 Thread Troy A. Griffitts
OK Guys, I spent a little time on this tonight. I've reworked OSISHeadings to be sane. It was an old filter and parsed everything manually; it had never been updated to extend and take advantage of SWBasicFilter. It is much shorter and fairly well commented now. I'm not promising it

Re: [sword-devel] OSIS Users Manual considered confusing

2012-03-03 Thread Troy A. Griffitts
Hey Matěj, So, what was your question? :) Any one of us could have technically designed the OSIS standard better. Lack of technical expertise did not cause the issues you cite. Nearly half the OSIS editor body is subscribed to this list, so please, if you have an honest question about the

Re: [sword-devel] BibleTime indexing problem

2012-03-03 Thread Troy A. Griffitts
Gary, Thank you so much for investing the time to put in the leg work to investigate this and provide a concise example that represents the problem. I seems to be a bug in the skipConsecutiveLinks flag with regard to Testament 1 Header. Did you say this only happens on the HunKar module?

Re: [sword-devel] JNI Bindings

2012-03-02 Thread Troy A. Griffitts
The JNI bindings should be ready to go. I finished them to within epsilon of my goal for Android. Maybe a few rough edges to iron out. They are located in the bindings/ folder of the API. Though for a web application, I'm not sure they would be best. The inherent multithreaded nature of

Re: [sword-devel] Setting canonical=true ?

2012-03-01 Thread Troy A. Griffitts
canonical=true on a div. In Him, DM On Feb 29, 2012, at 2:46 PM, Troy A. Griffitts wrote: Sorry to only jump in on problems, but... I don't believe the preceding explanation of 'canonical' is correct. OSIS defaults many attributes to canonical, including verse and chapter I believe we

Re: [sword-devel] preverse divs

2012-03-01 Thread Troy A. Griffitts
Troy A. Griffitts wrote: On 02/29/2012 01:21 PM, Peter von Kaehne wrote: Ok, Just my 2p to the matter: There are several versions of osis2mod about which produce different results. I learned the hard way that other than by adding x-preverse to most titles etc things do NOT work. Dear Peter

Re: [sword-devel] Headings and Intros

2012-02-29 Thread Troy A. Griffitts
Stephan, There is a fundamental peace if info that might clear this up: modules maintain their own keys unless you set them with a persistent key. So your code would probably work with one addition: VerseKey vk = VerseKey(key); vk.Headings(true); vk.setChapter(0); vk.setVerse(0);

Re: [sword-devel] preverse divs

2012-02-29 Thread Troy A. Griffitts
I don't know what's wrong except what I noted in the previous post: that there is something wrong. I want to clear up one thing that seems to be a general misunderstanding: Module makers should never care or know about x-preverse. They should make their module how they think best conforms to

Re: [sword-devel] preverse divs

2012-02-29 Thread Troy A. Griffitts
On 02/29/2012 01:21 PM, Peter von Kaehne wrote: Ok, Just my 2p to the matter: There are several versions of osis2mod about which produce different results. I learned the hard way that other than by adding x-preverse to most titles etc things do NOT work. Dear Peter, If you ever find that

Re: [sword-devel] HTML5 front-end

2012-02-29 Thread Troy A. Griffitts
Please do not export our data to XML. We do not own most of our data. CrossWire has been granted rights by many content providers to use their content. Often this permission is not transferable. Exporting from one content to another is almost always lossy. We try to mark the source of

Re: [sword-devel] Setting canonical=true ?

2012-02-29 Thread Troy A. Griffitts
Sorry to only jump in on problems, but... I don't believe the preceding explanation of 'canonical' is correct. OSIS defaults many attributes to canonical, including verse and chapter I believe we defined canonical as text belonging to the base work. For us, this is mostly Bibles. For a study

Re: [sword-devel] BibleTime indexing problem

2012-02-28 Thread Troy A. Griffitts
So, a little background. SWORD keys handle versification + 4 special slots: chapter intro book intro testament intro module intro These are positioned respectively using, for example starting with John 3:16 VerseKey k(John 3:16); k.setVerse(0); // chapter intro k.setChapter(0); // book

[sword-devel] preverse divs

2012-02-28 Thread Troy A. Griffitts
An issue came up today that reminding me that we haven't officially finished our support for 'preverse divs'. You can search the archives, but a brief summary: Material associated with a verse, but that should be displayed before the verse marker, used to be called preverse title or preverse

Re: [sword-devel] Xiphos 3.1.5 is released

2012-02-21 Thread Troy A. Griffitts
Hey Karl and the Xiphos team, Congratulations on the 3.1.5 release! This is great! If you need any help with av11n, please don't hesitate to ask. I went through the pains of doing this for The SWORD Project for Windows. It basically boils down to looking for 2 things: 1) SWKey::Persist,

[sword-devel] BibleCS Windows RC (Re: Xiphos 3.1.5 is released)

2012-02-21 Thread Troy A. Griffitts
://www.crosswire.org/sword/ALPHAcckswwlkrfre22034820285912/alpha/InstallManager-1.6.2RC1.zip On 02/21/2012 02:02 PM, Jonathan Morgan wrote: Hi Troy, On Tue, Feb 21, 2012 at 10:20 PM, Troy A. Griffitts scr...@crosswire.org mailto:scr...@crosswire.org wrote: Hey Karl and the Xiphos team

Re: [sword-devel] Which is preferred in OSIS Bibles? bookGroup or x-testament?

2012-02-13 Thread Troy A. Griffitts
Greg, Please don't say you were ignored. I certainly didn't ignore you. Troy On 02/13/2012 07:51 PM, Greg Hellings wrote: On Mon, Feb 13, 2012 at 12:36 PM, DM Smithdmsm...@crosswire.org wrote: On 02/13/2012 01:16 PM, David Haslam wrote: That being the case, it prompts the question, Why

Re: [sword-devel] Which is preferred in OSIS Bibles? bookGroup or x-testament?

2012-02-13 Thread Troy A. Griffitts
The issues, if I can remember correctly, are deeper than the utility mod2osis, and adding lots of checks in mod2osis to account for all the other issues is only putting a bandaide on the problem. mod2osis should be a very simply utility. It's logic should be: set output format to OSIS grab

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

2012-02-12 Thread Troy A. Griffitts
Karl, Just a brief note: On 02/12/2012 10:01 PM, Karl Kleinpaste wrote: You don't think publishers care whether what you put on the screen bears an excruciatingly close resemblance to what they encoded in the content with which you have been entrusted? Just...wow. I don't believe that

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

2012-02-11 Thread Troy A. Griffitts
Dear Greg, I respect your opinion, but... you're wrong ;) None of the arguments given are persuasive to me. 1) footnote are for external reference. This cannot be true if the software application always starts with generating their own footnotes at the start of the text. For example. If I

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

2012-02-11 Thread Troy A. Griffitts
Er, sorry about that. I was writing 2 emails at the same time and tacked the end of one to the middle of this one and sent this one off... :) continuing On 02/11/2012 06:25 PM, Troy A. Griffitts wrote: Dear Greg, I respect your opinion, but... you're wrong ;) None of the arguments

Re: [sword-devel] Av11n and coverage

2012-02-10 Thread Troy A. Griffitts
Hey guys. I'm remember this thread from a while back am to lazy to go back and look. Please remind me why we want a .conf entry and not a call like: SWMgr library; SWModule *kjv = kjv = library.getModule(KJV); VerseKey testKey = jn.3.16; // ListKey range =

Re: [sword-devel] Simple OpenSocial Gadget

2011-10-31 Thread Troy A. Griffitts
Sure. The simplest way to test an opensocial gadget is on http://igoogle.com, or you could add it to you gmail desktop by going to your gmail settings and clicking on the Gadgets tab-- but gmail displays really small on the left side and our initial layout doesn't work very well in such a

[sword-devel] Simple OpenSocial Gadget

2011-10-28 Thread Troy A. Griffitts
I've added the beginnings of a very simple opensocial gadget for SWORD. If anyone is interested, the URL is: http://crosswire.org/study/simplegadget.jsp ___ sword-devel mailing list: sword-devel@crosswire.org

Re: [sword-devel] XML attribute delimiters in OSIS files?

2011-10-26 Thread Troy A. Griffitts
Hey guys. Just did some testing. If you have a look at sword/tests/xmltest and try the problem case: ./xmltest title type='nested \quotation\ '/ (xmltest already tries to add an attribute to your input which tests for embedded quotes, so you'll see an addedAttribute in your output) You

Re: [sword-devel] SWORD_VERSION

2011-10-25 Thread Troy A. Griffitts
, if the the macro were in the form of #.#.#: #if SWORD_VERSION 1.6.1 Did you check out how QT_VERSION works? Jaak On 24.10.2011 01:44, Troy A. Griffitts wrote: You can use a few things: CFLAGS += -DSWORD_VERSION=`pkg-config --modversion sword` _ #includeswversion.h

Re: [sword-devel] SWORD_VERSION

2011-10-23 Thread Troy A. Griffitts
You can use a few things: CFLAGS += -DSWORD_VERSION=`pkg-config --modversion sword` _ #include swversion.h #include iostream using namespace sword; using namespace std; int main(int argc, char **argv) { cout SWVersion::currentVersion endl; return 0; }

Re: [sword-devel] CLucene 2

2011-10-04 Thread Troy A. Griffitts
Deji, That's awesome! Thank you (and to Tom)! Anyone want to take a shot at adding to configure.am and cmake a define and ifdef those lines depending on the version of clucene found? On 10/04/2011 05:46 AM, Deji Akingunola wrote: On Fri, Sep 2, 2011 at 12:48 PM, Greg

Re: [sword-devel] Detecting Problem Characters

2011-09-23 Thread Troy A. Griffitts
Michael, It sounds like you have eol types intermixed within your file. This script removes all \r's from your file to normalize linefeeds to newlines. It might help. Make a backup of your file first! :)

<    4   5   6   7   8   9   10   11   12   13   >