Re: [sword-devel] HTTPS and crosswire.org

2013-03-16 Thread Greg Hellings
dmsm...@crosswire.org wrote: I probably can do the work, but I don't know what the change needs to be. On Mar 16, 2013, at 12:28 PM, Greg Hellings greg.helli...@gmail.com wrote: Chris, DM, Troy - I think you guys are the only ones who can do anything about this. Any chance you could? --Greg

Re: [sword-devel] Sword API-151 bug patch

2013-03-11 Thread Greg Hellings
Bibletime's sword-svn-compat branch has now been updated with the latest changes necessary to build so you should be able to test it now. --Greg On Sat, Feb 23, 2013 at 11:12 PM, Gary Holmlund gary.holml...@gmail.comwrote: Troy, We currently don't have a BibleTime that is compatible with

Re: [sword-devel] breakage in verse management at -r2785?

2013-03-11 Thread Greg Hellings
On Mon, Mar 11, 2013 at 7:51 PM, Troy A. Griffitts scr...@crosswire.orgwrote: Thanks Karl, I just checked in a showchapter.cpp example here, which I think represents your use case:

Re: [sword-devel] HTTPS and crosswire.org

2013-02-28 Thread Greg Hellings
Simply an issue that the HTTPS host in Apache was not configured with the appropriate handler for JSP files. --Greg On Thu, Feb 28, 2013 at 8:01 AM, David Haslam dfh...@googlemail.com wrote: HTTPS_CrossWire_Screenshot.png

Re: [sword-devel] Bindings cleanups and others

2013-02-27 Thread Greg Hellings
work as advertised. I just did a fresh build today with CMake after seeing your message and it worked flawlessly. I'm not sure why you would have gotten the out of stream error if you were inside of the build/ subdir. --Greg Thanks for any help, Troy On 08/29/2012 03:41 PM, Greg Hellings

Re: [sword-devel] Generated footnote markers in non-Roman modules

2013-02-19 Thread Greg Hellings
On Tue, Feb 19, 2013 at 9:21 AM, David Haslam dfh...@googlemail.com wrote: Some Bible modules that are for a language with a non-Roman script do NOT have an attribute 'n' value in the OSIS, so the automatically generated footnote markers (a, b, c, d, ...) look especially bad. That is what

Re: [sword-devel] VerseMgr --- VersificationMgr

2013-02-18 Thread Greg Hellings
On Sat, Feb 16, 2013 at 8:58 AM, Troy A. Griffitts scr...@crosswire.orgwrote: One last rename for this release. I've changed the class VerseMgr to VersificationMgr. VerseMgr did not communicate well enough the intention of the class. I found myself referring to this class as

[sword-devel] Windows Unicode woes

2013-02-06 Thread Greg Hellings
I began porting the GLib wrapper functions for open, mkdir, access, etc and stripping out the dependence on Glib-specific functions in order to work around the engine's woes with Windows Unicode paths. I filed an API bug for it and attached the patch I have so far. It's by no means complete and I

[sword-devel] Updated SWORD utils

2013-01-28 Thread Greg Hellings
The most recent version of the SWORD utilities build for your favorite flavor of Windows can be found at http://dl.thehellings.com/sword-utils/ Download the zip file appropriate to your wants and needs. These should be updated to r2778 and the 32-bit builds should resolve some outstanding issues

Re: [sword-devel] CD ISO

2013-01-25 Thread Greg Hellings
On Fri, Jan 25, 2013 at 5:42 AM, Troy A. Griffitts scr...@crosswire.orgwrote: 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

Re: [sword-devel] Xiphos: Checked out revision 4411. (errors)

2013-01-25 Thread Greg Hellings
, Jan 24, 2013 at 10:42 PM, Greg Hellings greg.helli...@gmail.comwrote: If you monitored the proper message stream you'd see I have created a patch which attempts to fix this compile problem but introduces a minor display bug in the process (module text will not display at all...). --Greg

Re: [sword-devel] Method Name Normalization

2013-01-25 Thread Greg Hellings
On Sun, Jan 20, 2013 at 3:02 PM, Greg Hellings greg.helli...@gmail.comwrote: Additionally, BibleTime's sword-svn-compat branch has been updated to build cleanly against this, (excluding the unused variables message I mentioned in the other thread). --Greg On the heels of the second set

Re: [sword-devel] Method Name Normalization

2013-01-24 Thread Greg Hellings
On Sun, Jan 20, 2013 at 5:30 PM, Ben Morgan benpmor...@gmail.com wrote: 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

Re: [sword-devel] Method Name Normalization

2013-01-24 Thread Greg Hellings
functions in bindings/swig/deprecated.i or similar. --Greg Peter Sent from my HTC - Reply message - From: Greg Hellings greg.helli...@gmail.com To: SWORD Developers' Collaboration Forum sword-devel@crosswire.org Subject: [sword-devel] Method Name Normalization Date: Thu, Jan 24

Re: [sword-devel] Xiphos: Checked out revision 4411. (errors)

2013-01-24 Thread Greg Hellings
If you monitored the proper message stream you'd see I have created a patch which attempts to fix this compile problem but introduces a minor display bug in the process (module text will not display at all...). --Greg On Thu, Jan 24, 2013 at 9:39 PM, Andrew Thule thules...@gmail.com wrote: I

Re: [sword-devel] Question about CMAKE build proceedures

2013-01-24 Thread Greg Hellings
I have found it usually necessary. It is heavily encouraged in CMake, and enforced in SWORD's scripts for just that reason, to do a build from outside of the main source directory in an entirely enclosed environment. To be truthful, when building with the autofoo toolchain I usually found the

Re: [sword-devel] bindings/objc build broken

2013-01-23 Thread Greg Hellings
The Obj-C bindings have not been updated since Troy's major commit to deprecate methods and the like. However, the error you're seeing appears to be a result of missing some of the autofoo material that you need. Do you have any information on the state of your autotools package? That might help

Re: [sword-devel] bindings/objc build broken

2013-01-23 Thread Greg Hellings
On Wed, Jan 23, 2013 at 10:30 PM, Barnes, Jeffrey jbarnes...@yahoo.comwrote: On Jan 23, 2013, at 8:31:29PM, Nic Carter niccar...@mac.com wrote: You could also look at the PocketSword source to get another idea of how to go about compiling things? The reason I posted to sword-devel is

Re: [sword-devel] Method Name Normalization

2013-01-22 Thread Greg Hellings
On Tue, Jan 22, 2013 at 12:16 PM, Andrew Thule thules...@gmail.com wrote: To add .. the cmake build works, it is only the traditional ./configure;make;make install that appears broken. If you run the cmake toolchain with make VERBOSE=1 do the commands have -Werror -Wall enabled? If not, try

Re: [sword-devel] Trends in mobile platforms

2013-01-21 Thread Greg Hellings
If QML refers to the methods and libraries, etc used by Qt development, then your work would integrate well with BibleTime. Our application is written in Qt and we would like to eventually separate the lower half of our application from the presentation layer so that we can target multiple

Re: [sword-devel] XHTML Filterset

2013-01-20 Thread Greg Hellings
On Sun, Jan 20, 2013 at 3:43 AM, Jonathan Morgan jonmmor...@gmail.comwrote: Hi Greg, On Sun, Jan 20, 2013 at 3:52 AM, Greg Hellings greg.helli...@gmail.comwrote: On Sat, Jan 19, 2013 at 10:28 AM, Troy A. Griffitts scr...@crosswire.org wrote: I've done my part and changed one more tag

[sword-devel] Extra warnings

2013-01-20 Thread Greg Hellings
I don't know if you fixed this in this week's super-commit, as I'm just about to try and build BibleTime against that, but InstallMgr::getCipherCode has long been throwing the pair of warnings unused parameter `modName' and unused parameter `config' because it is defined with the method body {

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
Building the library (with CMake) now I get many warnings coming from examples/cmdline. Among those I get the following errors: /home/greg/Source/sword/examples/cmdline/threaded_search.cpp:101: undefined reference to `sword::VerseKey::ParseVerseList(char const*, char const*, bool, bool)' collect2:

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
Attached is a patch (I don't think I have commit privileges to that directory? If so, I can commit it directly.). --Greg On Sun, Jan 20, 2013 at 12:00 PM, Greg Hellings greg.helli...@gmail.comwrote: Building the library (with CMake) now I get many warnings coming from examples/cmdline. Among

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
On Sat, Jan 19, 2013 at 10:13 AM, Troy A. Griffitts scr...@crosswire.orgwrote: 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.

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
On Sun, Jan 20, 2013 at 1:28 PM, Greg Hellings greg.helli...@gmail.comwrote: On Sat, Jan 19, 2013 at 10:13 AM, Troy A. Griffitts scr...@crosswire.orgwrote: In anticipation of a new release, I have a large checkin I'm about to commit which will break everything for everyone compiling

Re: [sword-devel] XHTML Filterset

2013-01-19 Thread Greg Hellings
On Sat, Jan 19, 2013 at 10:28 AM, Troy A. Griffitts scr...@crosswire.orgwrote: 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.

Re: [sword-devel] SFTP Support

2013-01-19 Thread Greg Hellings
On Tue, Jan 8, 2013 at 2:39 PM, Greg Hellings greg.helli...@gmail.comwrote: Thanks! I updated CMake as we talked about. The current SVN HEAD of Xiphos now has support for adding SFTP sources through its module manager. Shout-out to Karl (or whoever wrote that dialog) for making the code

Re: [sword-devel] Method Name Normalization

2013-01-19 Thread Greg Hellings
On Sat, Jan 19, 2013 at 12:31 PM, 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

Re: [sword-devel] Fwd: automake issue under Arch Linux

2013-01-15 Thread Greg Hellings
Stefan, Does this patch affect the ability of SWORD to compile with the help of older versions of automake, or does it break the older stuff? --Greg On Tue, Jan 15, 2013 at 10:35 AM, Stefan Husmann stefan-husm...@t-online.de wrote: Betreff: automake issue under Arch Linux Datum: Sun, 13

Re: [sword-devel] Fwd: automake issue under Arch Linux

2013-01-15 Thread Greg Hellings
On Tue, Jan 15, 2013 at 11:06 AM, Stefan Husmann stefan-husm...@t-online.de wrote: Am 15.01.2013 17:44, schrieb Greg Hellings: Stefan, Does this patch affect the ability of SWORD to compile with the help of older versions of automake, or does it break the older stuff? --Greg On Tue

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

2013-01-07 Thread Greg Hellings
On Mon, Jan 7, 2013 at 11:58 AM, Andrew Thule thules...@gmail.com wrote: On Sun, Jan 6, 2013 at 11:12 AM, DM Smith dmsm...@crosswire.org wrote: No, we cannot publish the terms of licensing agreements. Think about it. These are confidential, privileged contracts between organizations. Umm,

Re: [sword-devel] ISV status?

2013-01-07 Thread Greg Hellings
On Mon, Jan 7, 2013 at 12:19 PM, Andrew Thule thules...@gmail.com wrote: What I did have a hard time with was being publicly held accountable to license restrictions reasonably unknown to me (and apparently secret), while having the issue made personal. It isn't reasonable to assume I knew

Re: [sword-devel] ISV status?

2013-01-07 Thread Greg Hellings
not concern you. --Greg ~A . On Mon, Jan 7, 2013 at 1:26 PM, Greg Hellings greg.helli...@gmail.com wrote: On Mon, Jan 7, 2013 at 12:19 PM, Andrew Thule thules...@gmail.com wrote: What I did have a hard time with was being publicly held accountable to license restrictions reasonably unknown

Re: [sword-devel] ISV status?

2013-01-07 Thread Greg Hellings
On Mon, Jan 7, 2013 at 1:37 PM, Andrew Thule thules...@gmail.com wrote: Greg, respectfully you're still missing the point. Because a work is Copyright, doesn't grant Crosswire the right to inform me of anything, since CrossWire is not the CopyRight owner. Correct. Nor does it mean CrossWire

Re: [sword-devel] CMS volunteers required

2013-01-05 Thread Greg Hellings
Chris, A good first step might be to develop a simple library (possibly as simple as a function or a class) that fetches the data from STEP. Then you could have a single PHP class, Java class, Python class, Ruby class, etc that fetch the data from STEP and anyone could use a class like that to

Re: [sword-devel] CrossWire mirroring

2013-01-04 Thread Greg Hellings
On Fri, Jan 4, 2013 at 3:06 PM, DM Smith dmsm...@crosswire.org wrote: If someone posts to sword-support a problem with the text in a module (we get these all the time), having mirrors complicates support. If Fedora can have many dozen mirrors, and Debian can have many dozen mirrors and so can

Re: [sword-devel] cmake python

2013-01-04 Thread Greg Hellings
...@gmail.com wrote: On Wed, Dec 19, 2012 at 9:06 PM, Greg Hellings greg.helli...@gmail.com wrote: On Tue, Dec 18, 2012 at 9:27 PM, crick...@gmail.com wrote: Here's a patch that helps some with osistest. I still get the following error when I run osistest, though: UTF8Transliterator: ICU

[sword-devel] CMake ICU (was Re: cmake python)

2013-01-04 Thread Greg Hellings
On Sat, Dec 22, 2012 at 12:51 PM, crick...@gmail.com wrote: On Wed, Dec 19, 2012 at 9:06 PM, Greg Hellings greg.helli...@gmail.com wrote: On Tue, Dec 18, 2012 at 9:27 PM, crick...@gmail.com wrote: Here's a patch that helps some with osistest. I still get the following error when I run

Re: [sword-devel] ISV status?

2013-01-03 Thread Greg Hellings
On Thu, Jan 3, 2013 at 2:44 PM, Andrew Thule thules...@gmail.com wrote: I just thought about this a bit more .. I suppose that's what Version=1.5 is for ... No, the Copyright limitation applies to the source material. It's very possible that multiple versions of the module could be made from

Re: [sword-devel] SFTP Support

2012-12-31 Thread Greg Hellings
on this define, that would be cool. I'll do it myself soon if you don't have time. Troy On 12/28/2012 11:42 AM, Greg Hellings wrote: Further digging with help from our friends has revealed this nugget: $ curl-config --protocols produces a newline-delimited list of protocols that the particular

Re: [sword-devel] SFTP Support

2012-12-31 Thread Greg Hellings
Also note, I didn't test building this with autotools, only with CMake. The library silently ignores any SFTP sources listed in the InstallMgr.conf file if it is compiled without SFTP support. --Greg On Mon, Dec 31, 2012 at 8:53 AM, Greg Hellings greg.helli...@gmail.com wrote: Here

Re: [sword-devel] SFTP Support

2012-12-28 Thread Greg Hellings
/sys-root/mingw/bin/curl-config --protocols | grep SFTP | wc -l 1 This appears to be our best way forward if we want to enable compile-time enabling 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

Re: [sword-devel] SFTP Support

2012-12-22 Thread Greg Hellings
with and add detection? Troy On 12/19/2012 05:07 AM, Greg Hellings wrote: If this gets approved and submitted, then yes. Otherwise, there is no point. --Greg On Dec 19, 2012 4:12 AM, David Haslam dfh...@googlemail.com wrote: A summary of SFTP module installation would be a useful addition

Re: [sword-devel] SFTP Support

2012-12-19 Thread Greg Hellings
If this gets approved and submitted, then yes. Otherwise, there is no point. --Greg On Dec 19, 2012 4:12 AM, David Haslam dfh...@googlemail.com wrote: A summary of SFTP module installation would be a useful addition to the wiki. Please would one of you condense the details and post a

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

2012-12-19 Thread Greg Hellings
We might get better information on what is happening by passing each of the noted references to the verserangeparse command line example from the engine: Passing in 1Ti2:6f gives 1 Timothy 2:6-7. 1Ti2:6ff gives 1 Timothy 2:6-15. Ga1:1,11f gives Galatians 1:1 and 1:11-12. The engine appears to

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

2012-12-19 Thread Greg Hellings
, you guys have provided great information and saved me tons of time digging myself. Thank you. Troy Greg Hellings greg.helli...@gmail.com wrote: We might get better information on what is happening by passing each of the noted references to the verserangeparse command line example from

Re: [sword-devel] cmake python

2012-12-19 Thread Greg Hellings
On Wed, Dec 19, 2012 at 7:59 PM, crick...@gmail.com wrote: On Tue, Dec 18, 2012 at 9:27 PM, crick...@gmail.com wrote: Here's a patch that helps some with osistest. I still get the following error when I run osistest, though: UTF8Transliterator: ICU: no resource index to load

Re: [sword-devel] SFTP Support

2012-12-18 Thread Greg Hellings
, that there will be no way for us to know if support is available other than this error. --Greg On Tue, Dec 4, 2012 at 1:45 PM, Greg Hellings greg.helli...@gmail.com wrote: You shouldn't need to compile anything more than libcurl, which I thought to be a relatively small library. --Greg On Dec

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

2012-12-18 Thread Greg Hellings
On Mon, Dec 17, 2012 at 11:11 PM, Troy A. Griffitts scr...@crosswire.org wrote: I deserve the rebuke for the release schedule. The release schedule was not even mentioned in the email to which I responded. Are you the only person capable of making a release? I remember talk, I believe it was in

[sword-devel] Pumpkin juggling (was Re: New public git mirror of Sword SVN trunk and why)

2012-12-18 Thread Greg Hellings
On Tue, Dec 18, 2012 at 8:43 AM, Troy A. Griffitts scr...@crosswire.org wrote: Greg, the CMAKE system. Others, the bindings (not sure who's still claiming which bindings these days). For the record: I also juggle the SWIG pumpkin ever since I committed a fix to the Perl build to reduce

Re: [sword-devel] cmake python

2012-12-18 Thread Greg Hellings
, 2012 at 8:56 PM, crick...@gmail.com wrote: On Mon, Dec 17, 2012 at 9:40 PM, crick...@gmail.com wrote: On Mon, Dec 17, 2012 at 9:17 AM, Greg Hellings greg.helli...@gmail.com wrote: What does it seem to be doing improperly? That's a very broad statement. I pretty much don't build the tests

Re: [sword-devel] SFTP Support

2012-12-18 Thread Greg Hellings
On Tue, Dec 18, 2012 at 10:31 AM, Peter von Kaehne ref...@gmx.net wrote: Hi Greg, On Tue, 2012-12-18 at 07:47 -0600, Greg Hellings wrote: From the other thread, Troy writes: I have been following the discussion on the SFTP patch and hadn't seen it come to a conclusion yet regarding what

Re: [sword-devel] cmake python

2012-12-17 Thread Greg Hellings
On Mon, Dec 17, 2012 at 5:32 AM, Ben crick...@gmail.com wrote: Cool, thanks. Also, I was looking at the tests, and it didn't look to me like cmake was building the tests directory properly, so I actually went back to using the old build system. If you want to commit any changes to build the

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

2012-12-17 Thread Greg Hellings
(github.com/greg-hellings/Sword). It hasn't seemed to cause any confusion, but I make sure that master is always identical to SWORD's official Subversion trunk branch. I mainly use it to shuttle my own branches and changes around from environment to environment and to share them with others before I

Re: [sword-devel] cmake python

2012-12-16 Thread Greg Hellings
On Sat, Dec 1, 2012 at 9:44 PM, Ben crick...@gmail.com wrote: On 11/21/2012 10:27 PM, Ben wrote: Hello, A couple thoughts related to building python bindings with cmake: 1. build dir/bindings/swig/python/setup.py has the following line: #!/usr/bin/python python Looks like that should just

Re: [sword-devel] filter !P patch

2012-12-13 Thread Greg Hellings
On Thu, Dec 13, 2012 at 8:31 PM, Ben Morgan benpmor...@gmail.com wrote: 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 -

Re: [sword-devel] SFTP Support

2012-12-04 Thread Greg Hellings
or if I could get access to land it, I'd be appreciative. --Greg On Mon, Dec 3, 2012 at 11:28 PM, David Judah's Shadow Blue yudahssha...@gmx.com wrote: Greg Hellings greg.helli...@gmail.com wrote: The attached patch will introduce support for SFTPSource transports in the SWORD engine, allowing

Re: [sword-devel] SFTP Support

2012-12-04 Thread Greg Hellings
On Tue, Dec 4, 2012 at 4:13 AM, Peter von Kaehne ref...@gmx.net wrote: On 04/12/12 05:28, David Judah's Shadow Blue wrote: Greg Hellings greg.helli...@gmail.com wrote: The attached patch will introduce support for SFTPSource transports in the SWORD engine, allowing a user to access remote

Re: [sword-devel] SFTP Support

2012-12-04 Thread Greg Hellings
I would still call that a bug. :) Alternatively, have you installed the libcurl-ssl-dev package? That might have what you need. But I wouldn't hold my breath. --Greg On Dec 4, 2012 11:06 AM, Peter von Kaehne ref...@gmx.net wrote: On 04/12/12 16:43, Greg Hellings wrote: or your distro does

Re: [sword-devel] SFTP Support

2012-12-04 Thread Greg Hellings
You shouldn't need to compile anything more than libcurl, which I thought to be a relatively small library. --Greg On Dec 4, 2012 1:29 PM, Peter von Kaehne ref...@gmx.net wrote: On 04/12/12 17:04, Peter von Kaehne wrote: In essence it does not work on Ubuntu (and maybe Debian) and it will

[sword-devel] SFTP Support

2012-12-03 Thread Greg Hellings
The attached patch will introduce support for SFTPSource transports in the SWORD engine, allowing a user to access remote repositories over SFTP (which is enabled by default when a user enables SSH). --Greg sftp_sword_support.patch Description: Binary data

Re: [sword-devel] Search bug New Arabic Bible, Not Shaped SVD Version

2012-11-26 Thread Greg Hellings
On Mon, Nov 26, 2012 at 6:22 AM, Peter von Kaehne ref...@gmx.net wrote: Von: David Haslam dfh...@googlemail.com So a similar patch would be necessary in principle to JSword ??? No. If And Bible does not have a problem, then Jsword does its job correctly. However, BibleTime would require

Re: [sword-devel] Search bug New Arabic Bible, Not Shaped SVD Version

2012-11-26 Thread Greg Hellings
On Mon, Nov 26, 2012 at 8:12 AM, DM Smith dmsm...@crosswire.org wrote: Correct. JSword uses Lucene's filter for the language, which does more normalization than the StandardAnalyzer which SWORD uses exclusively. The StandardAnalyzer should only be used for unaccented latinate text. Same

[sword-devel] Lint problems

2012-11-16 Thread Greg Hellings
Guys, I'm working on putting together an official SWORD Fedora cross-compile for targeting Windows from Fedora builds. In so doing, one warning comes up in the license file. It appears to have an old copy of the FSF address, which we should probably update. Current copy of the GPLv2 can be found

Re: [sword-devel] cmake sword.conf

2012-11-14 Thread Greg Hellings
Hmm, I was fairly sure I had added that, but it appears I didn't. I can add that in, no problem. I even documented the CMake option to enable it, but I check for a different value during config and never actually got around to doing the install! --Greg On Wed, Nov 14, 2012 at 9:12 PM,

Re: [sword-devel] DSS (Biblical Dead Sea Scrolls based upon DJD translations)

2012-11-13 Thread Greg Hellings
On Tue, Nov 13, 2012 at 12:40 PM, Andrew Thule thules...@gmail.com wrote: With the possible exception of calling people trolls, I agree, this is how we are to conduct ourselves in public. Even Christian folks, sometimes disagree. Reasoning things out, using civility, logic, evidence, tolerance

Re: [sword-devel] SWORD utilities for Windows

2012-11-12 Thread Greg Hellings
Pretty sure I just overlooked it when I copied them. --Greg On Nov 12, 2012 1:57 PM, Peter von Kaehne ref...@gmx.net wrote: On 12/11/12 15:05, David Haslam wrote: Hi Greg, Is there a reason why the compiled Sword utilities (r2741) do not include emptyvss.exe ? I think it requires an

Re: [sword-devel] DSS (Biblical Dead Sea Scrolls based upon DJD translations)

2012-11-09 Thread Greg Hellings
Andrew, You have fundamentally misunderstood what type of exemption is applied. Works produced by academic institutions are still eligible for Copyright and do not fall into the Public Domain by default. However, an academic may utilize a Copyrighted work in certain Fair Use scenarios which are

Re: [sword-devel] DSS (Biblical Dead Sea Scrolls based upon DJD translations)

2012-11-08 Thread Greg Hellings
Andrew, Clearly arguing with you isn't going to show you that you are wrong. Regardless why you are producing the modules - which you have the personal right to do, provided you possess legitimate original copies, by distributing them freely on the Internet you are no longer using them for either

Re: [sword-devel] DSS (Biblical Dead Sea Scrolls based upon DJD translations)

2012-11-07 Thread Greg Hellings
Fair Use does not mean plagiarizing. Bibles are able to be quoted from, even extensively, to constitute Fair Use but you can't copy a Bible out of print or another electronic form, even if you do it by hand, and claim to be using it under Fair Use because it's a translation of an ancient work and

[sword-devel] SWORD utilities for Windows

2012-10-28 Thread Greg Hellings
If you want the latest build of the SWORD utilities for Windows - version 2741 - they're available from http://dl.thehellings.com/mingw32/r2741.zip These include the Xiphos patch to properly handle path names that contain non-ASCII characters. --Greg

Re: [sword-devel] Sword utilities (Win32) r2693 ?

2012-10-23 Thread Greg Hellings
I made a release which I sent you the link to back in the spring when I was building for Xiphos. I don't remember the exact revision number, but it would have been dated sometime to February. Also, the versions of the utilities released with Xiphos would be the same as the ones released in

Re: [sword-devel] Sword utilities (Win32) r2693 ?

2012-10-23 Thread Greg Hellings
On Tue, Oct 23, 2012 at 7:42 AM, David Haslam dfh...@googlemail.com wrote: Thanks Greg, I have *xiphos.exe 3.1.5-webkit* and the Xiphos folder does indeed contain most of the utilities. If I run osis2mod.exe from there, the revision number is just displayed as *$Rev$* (without an r-number)

Re: [sword-devel] Request for Participation: sync current verse with theWord, e-Sword, etc

2012-10-22 Thread Greg Hellings
William, This would need doing for each application in the SWORD family. Some applications already include a way for external applications to influence the current verse displayed. For instance Xiphos can register itself as the default handler for 'sword://' URL schemes and can be externally

Re: [sword-devel] OSIS Schema

2012-10-14 Thread Greg Hellings
It almost seems like having a regular schema is almost worthless. Due to the desire for milestoneable objects, it will almost always be trivial to produce valid OSIS documents that are not semantically meaningful (e.g. 'Colorless green ideas sleep furiously'). Perhaps the focus should be on

[sword-devel] osis2mod warnings

2012-10-09 Thread Greg Hellings
There are two osis2mod warnings I'm getting that seem strange to me. The first is when it encounters post-verse material. It will issue a warning such as follows: INFO(V11N): Jude is not in the KJV versification. Appending content to 3John.1.14 INFO(WRITE): Appending entry: 3John.1.14: *snipped

[sword-devel] sword-tools file permissions

2012-09-26 Thread Greg Hellings
Is there a reason why executable scripts in sword-tools are not marked as executable? Is that a limit of Subversion? I thought svn supported such but I'm not sure. Those scripts I use, I have symlinks from them to my ~/.local/bin/ folder but I have to maintain a folder with differences from the

[sword-devel] usfm2osis.py

2012-09-26 Thread Greg Hellings
Chris, I just tried to switch over to using usfm2osis.py and there are two minor issues: 1) The script is giving me an output language on the container tag of xml:lang=und. This should read xml:lang=tke but I don't know if it's possible to determine that. I'd like to be able to set that as a

Re: [sword-devel] Calling HTML Designers

2012-09-25 Thread Greg Hellings
Troy, My sense of UI design is almost as good as yours, but I have a good amount of experience actually engineering the implementation of designs. If you need any help with HTML, CSS, or JavaScript I have been beating those into submission for a while now. Best of luck finding a good designer!

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

2012-09-24 Thread Greg Hellings
The last I heard was in IRC a few weeks back when Troy said he would like to make 1.7, but he needs to remember what all is supposed to happen before 1.7 is released. I know I had a few TODO items that I have finished over the past 4 weeks or so on the 1.7 release scale. These include: 1)

Re: [sword-devel] Insidious mismatched tag errors: recommendations

2012-09-21 Thread Greg Hellings
, Daniel Owens wrote: I use jEdit with the XML plugin installed. I find it helps me find problems fairly easily. Daniel On 09/20/2012 05:26 PM, Greg Hellings wrote: There are a number of pieces of software out there that will pretty-print the XML for you, with indenting and whatnot. Overly

Re: [sword-devel] Insidious mismatched tag errors: recommendations

2012-09-20 Thread Greg Hellings
There are a number of pieces of software out there that will pretty-print the XML for you, with indenting and whatnot. Overly indented for what you would want in production but decent for debugging mismatching nesting and the like. For example, 'xmllint --format' will properly indent the file,

[sword-devel] AndBible

2012-09-18 Thread Greg Hellings
I'm trying to get a module up and running on AndBible and there's a few things I'm either missing or botching about it. 1) The module is in a personal repository. There doesn't seem to be a way in AndBible to configure a new install location. This is an HTTP-based location, so it would need

Re: [sword-devel] AndBible

2012-09-18 Thread Greg Hellings
to that directory without a problem. I can even restore my backup of those files after reinstalling AndBible (long story), and it detects all of them. Daniel On 09/18/2012 03:31 PM, Greg Hellings wrote: I'm trying to get a module up and running on AndBible and there's a few things I'm either missing

Re: [sword-devel] AndBible

2012-09-18 Thread Greg Hellings
I'm not seeing that option in there. --Greg On Tue, Sep 18, 2012 at 4:57 PM, DM Smith dmsm...@crosswire.org wrote: Look in the language Other. On Sep 18, 2012, at 5:55 PM, Greg Hellings greg.helli...@gmail.com wrote: Hmm, then perhaps the issue is that the language is not being identified

Re: [sword-devel] AndBible

2012-09-18 Thread Greg Hellings
Still no luck. :( --Greg On Tue, Sep 18, 2012 at 5:15 PM, Matěj Cepl mc...@redhat.com wrote: On 18/09/12 21:31, Greg Hellings wrote: 2) I tried copying the files directly into the application, but I can't seem to locate the proper location to place them. I have tried https

Re: [sword-devel] AndBible

2012-09-18 Thread Greg Hellings
I've tried doing a full restart on the app at each stage, figuring it might help reinitialize the SWMgr object. --Greg On Tue, Sep 18, 2012 at 5:27 PM, Matěj Cepl mc...@redhat.com wrote: On 19/09/12 00:19, Greg Hellings wrote: Still no luck. :( Full restart of And Bible (notice, just

Re: [sword-devel] Locale differences

2012-09-16 Thread Greg Hellings
I'm pretty sure osis2mod simply discards all content in the header. Such info needs to be specified in the equivalent options in the module's conf file, if such options exist. On Sep 16, 2012 2:06 PM, Andrew Thule thules...@gmail.com wrote: On the issue of which language shows up in the client,

Re: [sword-devel] Diatheke + XHTML

2012-09-16 Thread Greg Hellings
On Sun, Sep 16, 2012 at 7:27 PM, Chris Little chris...@crosswire.org 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

Re: [sword-devel] Valid vs Best Practice XML

2012-09-15 Thread Greg Hellings
Kirisitu, teto ohukamihedha moopaddusa (Zhuwawu 1.1-3; aKolose 1.16; aHeberi 1.2.) n = 1 On Fri, Sep 14, 2012 at 7:15 PM, Chris Little chris...@crosswire.org wrote: On 09/14/2012 01:02 PM, Greg Hellings wrote: So I've been debugging a module display problem in BibleTime. I

[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:

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

2012-09-15 Thread Greg Hellings
If you point me to an svn or git or whatever link to the Bibletime Render Filter which processes OSIS, I'd be happy to have a look. Troy On 09/15/2012 06:56 PM, Greg Hellings wrote: To emphasize that we have an issue here, in the SWORD filters, here is the output from diatheke with HTML

[sword-devel] Valid vs Best Practice XML

2012-09-14 Thread Greg Hellings
So I've been debugging a module display problem in BibleTime. I mentioned it on IRC with Troy the other day but we weren't able to connect at the same time to discuss further. The issue has to do with paragraph tags - in osis2mod these tags are being converted from p to div sID=someid

Re: [sword-devel] Valid vs Best Practice XML

2012-09-14 Thread Greg Hellings
the recommendations of the specs. --Greg I think that if the filter output a br/ for these it would do better. On Sep 14, 2012, at 4:02 PM, Greg Hellings greg.helli...@gmail.com wrote: So I've been debugging a module display problem in BibleTime. I mentioned it on IRC with Troy the other day

Re: [sword-devel] Locale differences

2012-09-12 Thread Greg Hellings
On Wed, Sep 12, 2012 at 5:10 AM, Peter von Kaehne ref...@gmx.net wrote: Von: Jonathan Morgan jonmmor...@gmail.com So long as you don't have references which parse as different books in different locales, it should be relatively innocuous to try a locale I am positive we have already clashes.

Re: [sword-devel] Locale differences

2012-09-11 Thread Greg Hellings
as Locale.getDefaultLocale(); We don't use the LANG environment variable unless that is the OS mechanism. An interesting, but understandable, default I think. --Greg In Him, DM On Sep 10, 2012, at 3:44 PM, Greg Hellings greg.helli...@gmail.com wrote: Just wanted to note here some differences between

Re: [sword-devel] Locale differences

2012-09-11 Thread Greg Hellings
both modules or will one of them get booted to Revelation 1:1? Such a scenario provides a possible reason that all dictionaries - at least of opened modules - be considered. Order would, of course, need to be dictated in some way. --Greg Jon On Tue, Sep 11, 2012 at 9:33 AM, Greg Hellings

Re: [sword-devel] Locale differences

2012-09-11 Thread Greg Hellings
, 2012, at 8:27 PM, Greg Hellings greg.helli...@gmail.com wrote: On Mon, Sep 10, 2012 at 8:01 PM, DM Smith dmsm...@crosswire.org wrote: This is a hard question. And a good one. For the record (not saying it is right or that it is best or even good) here is how JSword does it: It does not use

[sword-devel] Locale differences

2012-09-10 Thread Greg Hellings
Just wanted to note here some differences between Xiphos and BibleTime locale handling. Setup: I'm working with a new, minority language translation. The language is Takwane with the language code abbreviation tke. I have successfully created a module which has the conf file entry Lang=tke and

<    2   3   4   5   6   7   8   9   10   11   >