Re: [sword-devel] Sword utilities after release of SWORD 1.7.2 ?

2014-01-20 Thread Greg Hellings
On Mon, Jan 20, 2014 at 10:56 AM, David Haslam dfh...@googlemail.comwrote: Quick question: Did the Sword utilities need recompiling last week? Sorta. The DLL will need recompiling, the utilities themselves shouldn't. If so, have the Windows version been made yet? Chris Little is the

[sword-devel] Windows Builds

2014-01-20 Thread Greg Hellings
A few things are striking me as odd about the Windows build of the utilities when compiling with Visual Studio Express 2013 1) Several utilities simply fail to run. Namely add* all bring up Windows crash/error boxes immediately upon run with no output. Is this typical? 2) installmgr isn't

[sword-devel] JavaScript SWORD modules

2014-01-19 Thread Greg Hellings
on JSword and Undertow (the core library that forms the basis of the renamed JBoss-now-WildFly) that shows how simple it is to expose basic module text to the reader in JSON-formatted text. Anyone is free to see the source at https://github.com/greg-hellings/jsword-json The README file has basic build

Re: [sword-devel] JavaScript SWORD modules

2014-01-19 Thread Greg Hellings
On Sun, Jan 19, 2014 at 5:19 PM, Stephan i...@tetzels.de wrote: Hi, ...very immature or focused heavily on pure JS work that producing Sword bindings ranges from impossible (in the browser) to questionable (browser plugins) to an unexplored unknown (server-side plugins). Last year I've

Re: [sword-devel] JavaScript SWORD modules

2014-01-19 Thread Greg Hellings
On Sun, Jan 19, 2014 at 6:34 PM, Matej Cepl mc...@redhat.com wrote: On Sun, Jan 19, 2014 at 01:57:41PM -0600, Greg Hellings wrote: Multiple efforts have been made to allow JavaScript implementations to directly read a Sword module file format, but this can be fraught with difficulty. Well

Re: [sword-devel] 1.7.2 release

2014-01-16 Thread Greg Hellings
On Thu, Jan 16, 2014 at 9:35 AM, Костя Маслюк kostyamasl...@gmail.comwrote: I would assume this requires a change to function signatures, so it's not going to appear in 1.7.x at all. In your mouth it sound like that it going never appear in Sword. Patch only add parameter with default value

Re: [sword-devel] 1.7.2 release

2014-01-14 Thread Greg Hellings
On Tue, Jan 14, 2014 at 2:51 AM, Костя Маслюк kostyamasl...@gmail.comwrote: What about the inconsequent lexicon index fix i have posted here a month ago? I realize that it would not be threated as Critical, but it is still bad behaivior that affects every Sword frontend. I also realize that

[sword-devel] 1.7.2 release

2014-01-13 Thread Greg Hellings
Due to a significant bug in 1.7.1 a 1.7.2 release has been made, having heard no objections to the contrary. This release fixes at least two bugs: 1) A locale lookup error that prevented default locales from being loaded properly 2) A SegFault produced when filtering certain types of OSIS

[sword-devel] 1.7.2 release pending

2014-01-12 Thread Greg Hellings
There were some bugs with a 1.7.1 patch that caused SegFaults when an OSIS tag lb/ was encountered without a type attribute. A fix has been committed for this and is in both trunk and the sword-1-7-x branch. Also a minor fix to standardize the finding of locales. If people find any problems in the

Re: [sword-devel] Statically compiled usfm2osis

2014-01-09 Thread Greg Hellings
Teus, Which version of Linux are you running? There might be a compatible package available that would be possible to unpack and install into your user directory. --Greg On Thu, Jan 9, 2014 at 7:39 AM, Teus Benschop teusjanne...@gmail.comwrote: David, Sorry, this was my mistake. I am

Re: [sword-devel] Statically compiled usfm2osis

2014-01-09 Thread Greg Hellings
Most distro packages will use shared linkage. --Greg On Thu, Jan 9, 2014 at 7:53 AM, DM Smith dmsm...@crosswire.org wrote: I thought it was statically compiled. At least when I compile on Un*x. Cent from my fone so theer mite be tipos. ;) On Jan 9, 2014, at 8:39 AM, Teus Benschop

Re: [sword-devel] Statically compiled usfm2osis

2014-01-09 Thread Greg Hellings
x86_64 x86_64 GNU/Linux. If there were a 64 bits package available, that would be great. The hosting provider is unwilling to install additional packages for stability and security reasons. Teus. On Thu, Jan 9, 2014 at 2:55 PM, Greg Hellings greg.helli...@gmail.comwrote: Most distro

Re: [sword-devel] Statically compiled usfm2osis

2014-01-09 Thread Greg Hellings
versions. Teus. On Thu, Jan 9, 2014 at 3:11 PM, Greg Hellings greg.helli...@gmail.comwrote: You should be able to grab the binary deb from any Ubuntu mirror, unpack the files, and hand-install them to your user directory. I often will install programs to the folder $HOME/.local/ on systems I do

Re: [sword-devel] Windows Phone (not Windows Mobile)

2014-01-08 Thread Greg Hellings
There are also various mobile efforts underway by the BibleTime team. Although none of us have a Windows phone as far as I'm aware, the hope is to support everything from iOS and Android to Windows 8 Metro if people with the ability to build on those platforms step up to put those cycles into it.

Re: [sword-devel] 1.7.1 Release

2013-12-30 Thread Greg Hellings
On Mon, Dec 30, 2013 at 3:26 AM, Chris Little chris...@crosswire.orgwrote: On 12/27/2013 10:54 PM, Greg Hellings wrote: We are proud to announce the release of version 1.7.1 of the Sword engine which may now be acquired from the web server. It includes only bug fixes over 1.7.0. --Greg

Re: [sword-devel] 1.7.1 Release

2013-12-28 Thread Greg Hellings
The utilities do not, but the core library/DLL will need to be updated to be in line with this release. --Greg On Sat, Dec 28, 2013 at 10:44 AM, David Haslam dfh...@googlemail.comwrote: Do any SWORD utilities (including for Windows) need to be recompiled? David -- View this message in

Re: [sword-devel] branching status

2013-12-27 Thread Greg Hellings
: On 12/14/2013 11:14 AM, Greg Hellings wrote: Since the release of 1.7.0 there have been 3 commits to master: 1) Normalizing licenses and properties, all are differences in comments 2) Kostya's update to a locale 3) A patch Don't generate linebreaks for lb type=x-optional/, which comes from

[sword-devel] 1.7.1 Release

2013-12-27 Thread Greg Hellings
We are proud to announce the release of version 1.7.1 of the Sword engine which may now be acquired from the web server. It includes only bug fixes over 1.7.0. --Greg ___ sword-devel mailing list: sword-devel@crosswire.org

[sword-devel] branching status

2013-12-14 Thread Greg Hellings
Since the release of 1.7.0 there have been 3 commits to master: 1) Normalizing licenses and properties, all are differences in comments 2) Kostya's update to a locale 3) A patch Don't generate linebreaks for lb type=x-optional/, which comes from USFM //. Are all three of these safe for me to

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

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

Re: [sword-devel] Forum software (was Re: mvnForum on HTTPS)

2013-10-21 Thread Greg Hellings
I haven't looked at the forum software we have, but here's a quick and dirty list of open source Java message boards: http://java-source.net/open-source/forum-software --Greg On Mon, Oct 21, 2013 at 8:53 PM, Chris Little chris...@crosswire.orgwrote: On 10/21/2013 12:55 PM, DM Smith wrote:

Re: [sword-devel] SWORD 1.7.0 Released

2013-10-06 Thread Greg Hellings
Great news! Thanks for the work you and everyone else has put in. --Greg On Sat, Oct 5, 2013 at 7:48 AM, Troy A. Griffitts scr...@crosswire.orgwrote: After way too long, 1.7.0 is finally available for public release.

Re: [sword-devel] SWORD 1.7.0RC4

2013-09-13 Thread Greg Hellings
Seems to build and do alright over here in Fedora 19. --Greg On Tue, Sep 10, 2013 at 9:57 AM, Troy A. Griffitts scr...@crosswire.orgwrote: I really hope this will be the last release candidate. Please get your POSITIVE (hopefully) reports in quickly and we'll release this.

Re: [sword-devel] SWORD 1.7.0RC3

2013-08-19 Thread Greg Hellings
I get the same failure in Linux, although the latest SVN head builds just fine. The error is line 18 of CMakeLists.txt which has been updated in the tarball to read SET(SWORD_VERSION ) instead of SET(SWORD_VERSION 1.6.903) --Greg On Mon, Aug 19, 2013 at 5:39 AM, Костя Маслюк

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

2013-08-16 Thread Greg Hellings
On Fri, Aug 16, 2013 at 11:33 AM, Matěj Cepl mc...@redhat.com wrote: On 08/16/2013 11:50 AM, Mark Trompell wrote: I guess it's about githubs source code isn't entirely free software. To be exact, I am more concerned about my ability to install my own installation of the gitorious. It is my

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

2013-08-14 Thread Greg Hellings
the same. Six of one, half-dozen of the other. One thing a github repository gains (not sure about gitorious?) is that it's natively bilingual. If someone wants to clone my Sword repository with git they can hit up https://github.com/greg-hellings/sword.git But if they prefer Subversion they can hit

Re: [sword-devel] clucene indexing time issue

2013-08-14 Thread Greg Hellings
And here's the documentation for the method http://lucenenet.apache.org/docs/2.9.4/html/3b1c494d-9376-8fe5-9582-dd09f22a7584.htm On Wed, Aug 14, 2013 at 12:20 PM, Jaak Ristioja j...@ristioja.ee wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! The line was removed in 2011 by

Re: [sword-devel] Segmentation fault in Perl bindings.

2013-08-13 Thread Greg Hellings
I have committed two fixes to Perl: One fixes the intermittent builds that I was experiencing. It turns out that CMake and Swig were both generating files named 'Makefile' in the build directory. Now the Perl files generate Makefile.perlswig instead. The other fixes the seg fault on exit that was

Re: [sword-devel] av11n ... weird results

2013-08-10 Thread Greg Hellings
No. Troy is correct that the file you are running had not been updated since the name changes. --Greg On Aug 10, 2013 10:12 AM, Matěj Cepl mc...@redhat.com wrote: On 08/05/2013 08:58 PM, Troy A. Griffitts wrote: Not sure. I wonder if the tools which use the bindings need to be updated to

[sword-devel] Warnings

2013-08-10 Thread Greg Hellings
The very latest version of SVN gives me the following warnings when building the core library: /home/greg/Source/sword/src/mgr/ftplibftpt.cpp: In function ‘int sword::{anonymous}::my_fprogress(netbuf*, int, void*)’: /home/greg/Source/sword/src/mgr/ftplibftpt.cpp:56:46: warning: ‘virtual void

Re: [sword-devel] SWORD 1.7.0RC2

2013-08-06 Thread Greg Hellings
Relying on pkgconfig is not an entirely viable solution as it is not feasible to use on all target platforms - most notably Windows. --Greg On Mon, Aug 5, 2013 at 9:07 PM, Troy A. Griffitts scr...@crosswire.orgwrote: Jaak, I've include -DSWORD_NUMVERSION as a pkg-config cflag directive. I

Re: [sword-devel] SWORD 1.7.0RC2

2013-08-06 Thread Greg Hellings
this information in addition to sword.pc? I have seen multiple libraries that will give defines either the way you've specified it or by using SWORD_MAJOR_VERSION, SWORD_MINOR_VERSION and SWORD_PATCH_VERSION. Then the information would be available to anyone who included the header files. --Greg Greg

Re: [sword-devel] SWORD 1.7.0RC2

2013-08-06 Thread Greg Hellings
On Tue, Aug 6, 2013 at 8:05 AM, Troy A. Griffitts scr...@crosswire.orgwrote: For example, consider the following code: class Q_CORE_EXPORT QString { public: ... #ifndef QT_NO_REGEXP int indexOf(const QRegExp , int from = 0) const; int lastIndexOf(const QRegExp , int from = -1)

Re: [sword-devel] Testing SWORD 1.7.0RC#

2013-08-06 Thread Greg Hellings
On Tue, Aug 6, 2013 at 10:41 AM, David Haslam dfh...@googlemail.com wrote: The current focus is all on whether the engine can be recompiled in different platforms, each with its own idiosyncrasies. That's natural at this stage. Most of the developers are responding in like manner. I''m

Re: [sword-devel] SWORD 1.7.0RC2

2013-08-06 Thread Greg Hellings
On Tue, Aug 6, 2013 at 11:12 AM, Troy A. Griffitts scr...@crosswire.orgwrote: Yes, quick lookup and paste for an example, but the problem is the same regardless of my mention of vtable: The classes are different between the compiled objects and this is not a safe situation. My only mention

Re: [sword-devel] SWORD + Qt better support

2013-07-28 Thread Greg Hellings
On Sun, Jul 28, 2013 at 2:07 PM, Jaak Ristioja j...@ristioja.ee wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! On 28.07.2013 20:36, Troy A. Griffitts wrote: Hey guys. I spent today to try to add a few methods into 1.7.0 before we push it out the door to ease your (those

Re: [sword-devel] Windows Utilities

2013-07-23 Thread Greg Hellings
On Tue, Jul 23, 2013 at 3:23 AM, David Haslam dfh...@googlemail.com wrote: Greg, Is anyone actually looking at the software issues for SWORD utilities? I'm sure someone is. I have no authority to commit to the utilities directory so I can do no more than the next person to get any of these

[sword-devel] UTF8Transliterator messages

2013-07-17 Thread Greg Hellings
So I've been plagued in the CMake builds by this message: UTF8Transliterator: ICU: no resource index to load UTF8Transliterator: ICU: status U_MISSING_RESOURCE_ERROR Now it's expanding out to repeat itself four times when I run a utility like diatheke, and Peter has claimed he sees the message

Re: [sword-devel] UTF8Transliterator messages

2013-07-17 Thread Greg Hellings
On Wed, Jul 17, 2013 at 5:46 PM, Chris Little chris...@crosswire.orgwrote: Give the latest SVN a try. All of the offending code should be disabled now. That has eliminated them from my local build. Thanks! --Greg --Chris On 07/17/2013 07:10 AM, Greg Hellings wrote: So I've been

[sword-devel] Windows Utilities

2013-07-17 Thread Greg Hellings
I know that there has been a HUGE amount of changes and refactoring, including the addition of the new versification scheme (and about 115 subversion commits) since the last time I updated the Windows utilities. You can find the latest build, as of tonight revision 2908, at

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-11 Thread Greg Hellings
On Thu, Jul 11, 2013 at 2:49 AM, Peter von Kaehne ref...@gmx.net wrote: Gesendet: Dienstag, 09. Juli 2013 um 08:53 Uhr Von: Troy A. Griffitts scr...@crosswire.org Peter, are you building with auto tools or cmake? I can look more into the autotools system if the problem is here. It

Re: [sword-devel] Module creation tools SWORD v1.7 ?

2013-07-09 Thread Greg Hellings
On Tue, Jul 9, 2013 at 8:51 AM, David Haslam dfh...@googlemail.com wrote: If my understanding of the thread about the forthcoming of SWORD version 1.7 release is correct, it includes one further *av11n* for Rahlf's LXX. Right? Does this change impose a requirement for recompiling our

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-09 Thread Greg Hellings
the Swig bindings in a place where they can be included in distros, so if you're still seeing problems, I'd like to work with you and any other packagers to get them resolved. --Greg Jon On Tue, Jul 9, 2013 at 12:55 AM, Greg Hellings greg.helli...@gmail.com wrote: So I was trying

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-09 Thread Greg Hellings
On Tue, Jul 9, 2013 at 4:41 AM, Peter von Kaehne ref...@gmx.net wrote: Von: Troy A. Griffitts scr...@crosswire.org Peter, are you building with auto tools or cmake? I can look more into the autotools system if the problem is here. It doesn't seem to use pkgconfig to get libs and

Re: [sword-devel] [sword-svn] r2862 - in trunk: include src/modules/filters

2013-07-08 Thread Greg Hellings
Chris, This commit broke building with gcc on Fedora 18. [ 0%] Building CXX object CMakeFiles/sword.dir/src/mgr/swmgr.cpp.o /usr/bin/c++ -DGLOBCONFPATH=\/sword.conf\ -D_FTPLIB_NO_COMPAT -D_ICU_ -Dsword_EXPORTS -g3 -Wall -O0 -fPIC -I/home/greg/Source/sword/include -o

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-08 Thread Greg Hellings
_Sword ImportError: /usr/local/lib/python2.7/dist-packages/_Sword.so: undefined symbol: u_strFromUTF8_48 *Gesendet:* Sonntag, 07. Juli 2013 um 19:06 Uhr *Von:* Greg Hellings greg.helli...@gmail.com *An:* SWORD Developers' Collaboration Forum sword-devel@crosswire.org *Betreff:* Re: [sword

Re: [sword-devel] sword.js

2013-07-08 Thread Greg Hellings
On Mon, Jul 8, 2013 at 3:56 PM, Ryan Hiebert r...@ryanhiebert.com wrote: Have you looked at untar.js? https://code.google.com/p/bitjs/source/browse/untar.js?r=0eca1f06d91e1477e3708531939c8071fc877855 On a tangentially-related note, I've done some work on a python sword zmodule reader. It's

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-07-07 Thread Greg Hellings
There should be a sample of each in the swig directory tree somewhere. I can check in an hour our so, when I get home. - Greg On Jul 7, 2013 11:42 AM, Troy A. Griffitts scr...@crosswire.org wrote: OK guys, I have just updated the autotools stuff and the README files to build the swig

Re: [sword-devel] Versifications and verse order

2013-07-03 Thread Greg Hellings
Chris, On Wed, Jul 3, 2013 at 2:54 PM, Chris Burrell ch...@burrell.me.uk wrote: Hi Do versifications sometimes have different verse orders to each other. Is this something Sword copes with/is intending to cater for? My understanding is that no, we do not cater to books, chapters or

Re: [sword-devel] Versifications and verse order

2013-07-03 Thread Greg Hellings
On Wed, Jul 3, 2013 at 3:11 PM, Greg Hellings greg.helli...@gmail.comwrote: Chris, On Wed, Jul 3, 2013 at 2:54 PM, Chris Burrell ch...@burrell.me.uk wrote: Hi Do versifications sometimes have different verse orders to each other. Is this something Sword copes with/is intending to cater

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-26 Thread Greg Hellings
On Wed, Jun 26, 2013 at 8:21 AM, Jaak Ristioja j...@ristioja.ee wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The greatest bug here is that it tries to parse the webserver directory listing output (which is what I think it does). V E R Y V E R Y B A D P R A C T I C E ! ! !

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-26 Thread Greg Hellings
On Wed, Jun 26, 2013 at 8:35 AM, Jaak Ristioja j...@ristioja.ee wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26.06.2013 16:25, Greg Hellings wrote: bserver directory listing output (which is what I think it does). V E R Y V E R Y B A D P R A C T I C E

Re: [sword-devel] installmgr (and xiphos) crashes (svn 2831)

2013-06-26 Thread Greg Hellings
On Wed, Jun 26, 2013 at 8:44 AM, Nic Carter niccar...@mac.com wrote: (Sorry for the top reply) IMHO it would be easier to switch to downloading a ZIP file of the module than it would to add the infrastructure required to generate a custom listing of file names. I encountered the issues you

Re: [sword-devel] crosswire.org HTTPS certificate problems

2013-06-25 Thread Greg Hellings
On Tue, Jun 25, 2013 at 5:04 AM, DM Smith dmsm...@crosswire.org wrote: Aside from the certificate issue, you can use http instead of https for SVN. To change your working copy from the one URL to the other, you can use the command: svn relocate. A very bad suggestion for most of us as SVN

Re: [sword-devel] RTFHTML filter

2013-06-24 Thread Greg Hellings
BibleTime still uses it in the method getFormattedConfigEntry. Xiphos does not invoke the filter directly anywhere in its code. --Greg On Mon, Jun 24, 2013 at 6:12 AM, Chris Little chris...@crosswire.orgwrote: Similar to my question about the Plain filters: Is anyone using the RTFHTML

Re: [sword-devel] ICU error - latest svn, *cmake* build

2013-06-22 Thread Greg Hellings
Correct, this morning Chris ripped a bunch of things out of the SVN tree. I haven't gotten to my computer to update CMake. On Sat, Jun 22, 2013 at 4:16 PM, Ben crick...@gmail.com wrote: This may be related to my last email, but it's the cmake build so I put it in a different email. Using

Re: [sword-devel] cmake python bindings user location

2013-06-21 Thread Greg Hellings
On Thu, Jun 20, 2013 at 8:04 AM, Ben crick...@gmail.com wrote: Good catch - looks like I accidentally grep'd for the wrong string when I was making sure I had gotten them all. I have added the additional option of BINDIR that captures the appropriate value. You can try again now, if you'd

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-06-19 Thread Greg Hellings
On Wed, Jun 19, 2013 at 7:17 AM, Mark Trompell m...@foresightlinux.orgwrote: I would still like to have some feedback on attached patch to be able to use -DLIB_SUFFIX=64 to make make install install to prefix/lib64. Hardcoding lib is not good anyway, even if there might be better solutions

Re: [sword-devel] cmake python bindings user location

2013-06-19 Thread Greg Hellings
On Mon, Jun 17, 2013 at 6:14 AM, Ben crick...@gmail.com wrote: On 06/16/2013 11:55 PM, Greg Hellings wrote: On Sun, Jun 16, 2013 at 9:22 PM, crick...@gmail.com mailto:crick...@gmail.com wrote: Hey Greg, I'm building the python bindings with cmake 2.6.4. I'm trying

Re: [sword-devel] SWORD 1.7.0 final stretch

2013-06-19 Thread Greg Hellings
I believe today's commit lands all of the outstanding issues I have. It introduces enhanced functionality for CMake installs where the user does not want to install to ../lib and ../include. For those, in mirroring the behavior of autotools, the options LIBDIR=install directory and

Re: [sword-devel] cmake python bindings user location

2013-06-19 Thread Greg Hellings
On Wed, Jun 19, 2013 at 7:18 PM, Ben crick...@gmail.com wrote: On 06/19/2013 10:00 AM, Greg Hellings wrote: On Mon, Jun 17, 2013 at 6:14 AM, Ben crick...@gmail.com mailto:crick...@gmail.com wrote: On 06/16/2013 11:55 PM, Greg Hellings wrote: On Sun, Jun 16, 2013 at 9:22

Re: [sword-devel] cmake python bindings user location

2013-06-16 Thread Greg Hellings
On Sun, Jun 16, 2013 at 9:22 PM, crick...@gmail.com wrote: Hey Greg, I'm building the python bindings with cmake 2.6.4. I'm trying to specify a user location, but it doesn't work with current svn - SWORD_PYTHON_INSTALL_DIR is always just OFF, even if I pass a value through the cmake

Re: [sword-devel] Current SVN

2013-06-14 Thread Greg Hellings
This is the error my patch fixes. Another option is to build with cURL so the internal FTPlib is not used. --Greg On Jun 14, 2013 2:46 AM, Manfred Bergmann manfred.bergm...@me.com wrote: Getting this error on compile: /src/mgr/ftplibftpt.cpp:79:80: Member initializer 'FTPTransport' does not

[sword-devel] Changing #include structure (was: I implore you...)

2013-06-12 Thread Greg Hellings
On Wed, Jun 12, 2013 at 2:51 PM, Jaak Ristioja j...@ristioja.ee wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! What's the integration status on this patch? Blessings, Jaak Can we allow changes which are not bare-minimum build-breakers, such as restructuring the includes, be a

[sword-devel] Perl Bindings (was: I implore you...)

2013-06-10 Thread Greg Hellings
On Mon, Jun 10, 2013 at 5:39 AM, Peter von Kaehne ref...@gmx.net wrote: Dear Greg, Von: Greg Hellings greg.helli...@gmail.com On Jun 9, 2013 4:28 PM, Troy A. Griffitts scr...@crosswire.org wrote: Do all the bindings build ok? It sounded like Peter still had some troubles. I can work

Re: [sword-devel] new build failure, -r2819

2013-06-10 Thread Greg Hellings
When Chris renamed osisruby to osisglosses it involved an update to Makefile.am. You will need to do a distclean and rerun your autogen. --Greg On Jun 10, 2013 9:02 PM, Karl Kleinpaste k...@kleinpaste.org wrote: Making all in lib make[1]: Entering directory `/home/karl/src/bible/sword/lib'

Re: [sword-devel] crosswire.org HTTPS certificate problems

2013-06-09 Thread Greg Hellings
The issue is also that the certificate is for www.crosswire.org and you're accessing it as crosswire.org (I always use svn.crosswire.org although it doesn't appear to be any difference - old force of habit). I don't think the crosswire cert has ever been made wildcard as those certificates can be

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

2013-06-09 Thread Greg Hellings
to display fairly well. Troy On 06/09/2013 05:09 PM, Greg Hellings wrote: ...please just release 1.7.0 now. 15 months ago Troy promised it would be released the following month. Some things have happened that made it a bit difficult, but 15 MORE months beyond the already-too-long time

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

2013-06-09 Thread Greg Hellings
to apply a patch from you? I've deployed HEAD for our SWORDWeb installation at: http://crosswire.org/study I've browsed through some various locations: Gen, Matt.5+7, Ps., etc. which might cause trouble. Most all seemed to display fairly well. Troy On 06/09/2013 05:09 PM, Greg Hellings wrote

Re: [sword-devel] Perl bindings failure

2013-06-04 Thread Greg Hellings
Peter, I just built and ran them last night for a module I was working on. They required a few patches to Sword, two of which I committed directly and one of which was attached to a different email I sent. Try pulling the latest code and applying that patch and see if it solves your problem.

Re: [sword-devel] progress with 1.7.0 ?

2013-06-04 Thread Greg Hellings
On Tue, Jun 4, 2013 at 6:13 AM, David Haslam dfh...@googlemail.com wrote: Mark T's observation And adding to this, for interest people stopping by at crosswire.org, not having a release for about 2.5 years makes sword look abandoned although it isn't. does (of course) refer to *The SWORD

Re: [sword-devel] Bible book introductions

2013-06-03 Thread Greg Hellings
On Mon, Jun 3, 2013 at 7:16 AM, DM Smith dmsm...@crosswire.org wrote: I'm thinking of having a sidecar conf for a module. Right now when a user wants to save certain settings for a module, we (JSword) modify the conf. (I.e. CipherKey and Font). This could then be used to save anything a

Re: [sword-devel] Bible book introductions

2013-06-03 Thread Greg Hellings
On Mon, Jun 3, 2013 at 7:32 AM, Chris Burrell ch...@burrell.me.uk wrote: I thought of that - but then that means that low powered devices, or devices with large numbers of modules have to scan every part of every module on installation of the module while they do their discovery process. The

Re: [sword-devel] Bible book introductions

2013-06-03 Thread Greg Hellings
On Mon, Jun 3, 2013 at 10:06 AM, DM Smith dmsm...@crosswire.org wrote: It is far more than 70. Every chapter can have an introduction. To see if a module one would have to check every verse 0 for text content. It is not sufficient to see if it has content. It may only have structural content.

[sword-devel] Build Breakage

2013-06-03 Thread Greg Hellings
It looks like Troy's latest renaming of ftptrans - remotetrans appears to have broken building (at least with CMake) in a few cases. I just made commits to fix the following: 1) Building with CMake 2) Building the Swig bindings I have attached another patch which enables building in the absence

Re: [sword-devel] XHTML Rendering of OSIS Reference Doc - Whitespace

2013-05-09 Thread Greg Hellings
On Thu, May 9, 2013 at 6:01 AM, Troy A. Griffitts scr...@crosswire.orgwrote: On 05/08/2013 12:31 PM, Troy A. Griffitts wrote: OK, so from this: div sID=gen1 type=bookGroup/ h3Old Testament/h3 div osisID=Gen sID=gen2 type=book/ h3THE FIRST BOOK OF MOSES CALLED GENESIS/h3 div sID=gen3

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

2013-05-09 Thread Greg Hellings
On Thu, May 9, 2013 at 7:17 AM, Israel israeld...@gmail.com wrote: On 05/09/2013 03:38 AM, Pola Edward wrote: Hi every one, this is very interesting topic :) Actually I like the idea of Greg, you can make a server side page that can convert current modules to a suitable format for JS

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

2013-05-09 Thread Greg Hellings
On May 9, 2013 7:51 PM, Stephan i...@tetzels.de wrote: Greg, Any web server worth its salt and properly configured will already gzip outgoing data. Thus the need to transfer the data in a compressed format is unnecessary. Jpp, that's true. What do you think: Should the server part be a

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

2013-05-08 Thread Greg Hellings
On Wed, May 8, 2013 at 8:30 AM, Troy A. Griffitts scr...@crosswire.orgwrote: Stephan, Firefox OS is the only platform I know that doesn't allow 'native' binaries to be installed and many other platforms all started with this same concept and conceded shortly before or after release. I am

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

2013-05-08 Thread Greg Hellings
On Wed, May 8, 2013 at 9:37 AM, Stephan i...@tetzels.de wrote: Troy, Now, having said this, I use javascript+html/css all the time and would like a more native approach to building SWORD applications in this environment, hence a javascript interface via Cordova. That means you want to

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

2013-05-08 Thread Greg Hellings
On Wed, May 8, 2013 at 9:45 AM, Stephan i...@tetzels.de wrote: Greg, A client-side Sword application could do something similar. I had begun work on such an app at one point. However, in order to fetch data, a native client-side JavaScript implementation would be much better off

Re: [sword-devel] XHTML Rendering of OSIS Reference Doc - Whitespace

2013-05-08 Thread Greg Hellings
Off the cuff here, it seems the issue is the difference in semantics of div between OSIS - where it marks a structural division within a text which can be of many different levels and layers and in XHTML where it represents a box of block-style layout which defaults to being the full width of its

Re: [sword-devel] usfm2osis.py

2013-05-07 Thread Greg Hellings
It has been a while, but I also used it successfully. --Greg On Tue, May 7, 2013 at 7:18 AM, David Haslam dfh...@googlemail.com wrote: Apart from Chris, has anyone else done any testing on his Python script usfm2osis.py ? See

Re: [sword-devel] usfm2osis.py

2013-05-07 Thread Greg Hellings
On Tue, May 7, 2013 at 12:46 PM, David Haslam dfh...@googlemail.com wrote: Hi Peter, Which version of Python did you use it with ? Has anyone been successful with Python 3.3.x ? Chris designed it for CPython 2.7+ (but support CPython 3 and other interpreters if possible). I used it with

Re: [sword-devel] slightly off topic ....

2013-04-25 Thread Greg Hellings
Barry, You might try logging in with SSH instead of FTP. --Greg On Thu, Apr 25, 2013 at 12:00 PM, Barry Drake bdr...@crosswire.org wrote: Sorry for off-topic. I have not needed to log on to the crosswire site using ftp for a long time. I have some spurious folders in my imap mailbox and

Re: [sword-devel] Windows Unicode woes

2013-04-15 Thread Greg Hellings
at http://github.com/greg-hellings/sword in the util_open branch. Testing on Linux/Unix/Mac would also be appreciated. I have done a cursory test on all the major operating systems and I don't appear to have broken basic functionality. Testing with paths - especially on Windows - which include non

Re: [sword-devel] Windows Unicode woes

2013-04-15 Thread Greg Hellings
On Mon, Apr 15, 2013 at 3:30 PM, Greg Hellings greg.helli...@gmail.comwrote: I have hacked and hacked at this. I seem to have something working. If people who use Xiphos can test it out with http://dl.thehellings.com/xiphos-3.1.5-win32-sword-patch.exe (this will look a bit uglier than you

Re: [sword-devel] Sword support of indents and line breaks

2013-04-12 Thread Greg Hellings
On Fri, Apr 12, 2013 at 6:57 AM, John Austin gpl.programs.i...@gmail.comwrote: You didn't address my main point: Content providers should be given a way to have final control over how their formatted texts appear, and one which is simple and reliable. I'll comment below, but a Bible

Re: [sword-devel] Sword support of indents and line breaks

2013-04-12 Thread Greg Hellings
On Fri, Apr 12, 2013 at 3:14 PM, Matěj Cepl mc...@redhat.com wrote: On 12/04/13 08:04, John Austin wrote: Sword should support basic indents and line breaks. Content providers should be able to control the formatting of their texts and should not be required to assign their content to

Re: [sword-devel] Sword support of indents and line breaks

2013-04-12 Thread Greg Hellings
On Fri, Apr 12, 2013 at 4:37 PM, Matěj Cepl mc...@redhat.com wrote: My point was that documents are more valuable and more difficult to change than programs. So we should orient on perfecting documents and change programs if necessary. And yes, possibility of using stylesheets would be

Re: [sword-devel] KJV 1611

2013-04-11 Thread Greg Hellings
I'm unaware of the 1611 being available in SWORD format from anywhere. The 1769 version is what we have in our repositories as it is, by far, the one most people are thinking of when they claim to be talking about the 1611 version. If there is a reasonable digital source of the text it should not

Re: [sword-devel] KJV 1611

2013-04-11 Thread Greg Hellings
On Thu, Apr 11, 2013 at 3:14 PM, Barnes, Jeffrey jbarnes...@yahoo.comwrote: You mean U+017F? Seems like that would be a pretty easy regex. I think it's only a lower case entry that appears only if it is not the last character in a word. Any other glyphs? Most attempts I see to use that

[sword-devel] Diatheke Patch (was Re: Next version)

2013-03-31 Thread Greg Hellings
On Sun, Mar 31, 2013 at 3:35 AM, Chris Little chris...@crosswire.orgwrote: On 3/30/2013 12:54 PM, Greg Hellings wrote: There was a patch just the other day to add a few small command-line options to diatheke. I'd really prefer that this patch not be added, especially not without

Re: [sword-devel] Next version

2013-03-30 Thread Greg Hellings
There was a patch just the other day to add a few small command-line options to diatheke. I'll also re-iterate my offer to maintain a 1.7 bugfix branch on github and manage regular releases from that after final is cut, if you would like. --Greg On Fri, Mar 29, 2013 at 1:43 PM, Troy A.

Re: [sword-devel] SWORD + Emscripten = sword.js?

2013-03-28 Thread Greg Hellings
You could always try bindings/flatapi.cpp. It's a C++ file, but it wraps a number of extern C functions for direct use by a C application. Since you said your tools work better with C than C++. --Greg On Thu, Mar 28, 2013 at 8:10 AM, Stephan i...@tetzels.de wrote: Hi again, I'll try to

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

2013-03-21 Thread Greg Hellings
On Thu, Mar 21, 2013 at 6:26 PM, Troy A. Griffitts scr...@crosswire.orgwrote: Thanks Karl, Yes, each snippet was helpful. Nic's was a quick test which caused the bug and was easy to use for testing. Greg's snippet wasn't as helpful as all his comments and stack traces leading up to his

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

2013-03-21 Thread Greg Hellings
Test code: https://gist.github.com/greg-hellings/5218094 Output with your current patch, Troy, is $ g++ `pkg-config --cflags sword` `pkg-config --libs sword` test.cpp -o test ./test intro: 0 bk (1): 1 ch (1): 1 vs (1): 1 - intro: 0 bk (1): 0 ch (1): 0 vs (1): 0

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

2013-03-19 Thread Greg Hellings
. when the user has selected to view headings intros). I have a diff in hand for this, but it does not resolve the problem because... 3) SWORD should properly preserve the value of intros when copying the key for use during rendering. --Greg On Tue, Mar 19, 2013 at 8:26 AM, Greg Hellings greg.helli

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

2013-03-18 Thread Greg Hellings
Troy, Karl, It should also be noted that this update to SWORD causes a segfault in the following code in Xiphos https://gist.github.com/anonymous/5187582 Specifically the line key-setAutoNormalize(oldAutoNorm); on line 38 of that Gist generates a SegFault with the following backtrace. #0

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

2013-03-18 Thread Greg Hellings
swimmingly. Except I still see the segfault I mentioned in trying to navigate to Genesis 1:1 in both our KJV and ASVD. Xiphos head SVN should work for other references now, though. --Greg On Mon, Mar 18, 2013 at 9:41 AM, Greg Hellings greg.helli...@gmail.comwrote: Troy, Karl, It should also

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