Re: [sword-devel] Tumbleweek Packages

2024-03-12 Thread Greg Hellings
On Mon, Mar 11, 2024 at 4:21 PM Matěj Cepl wrote: > On Mon Mar 11, 2024 at 9:44 PM CET, David "Judah's Shadow" Blue wrote: > > While we're on the topic of tumbleweed, do we know if there is a pumpkin > > holder for the sword packages for openSUSE is, or if there even is one? > I've > > These

Re: [sword-devel] SWORD Dependancies

2024-03-09 Thread Greg Hellings
You really SHOULD have sword built against Curl. It can work without it, but only against FTP and local file sources. All support for HTTP, HTTPS (which most modern systems will require) only work with curl. It's also common to have something like clucene or xapian for enhanced search. But

Re: [sword-devel] What markup format is SWORD's internal markup, and/or where is it documented?

2023-12-15 Thread Greg Hellings
The actual files are a custom binary format which is not documented and is not intended to be any sort of standard accessed by anything other than the library itself. Most newer works are imported from an OSIS file. Some older ones were imported from GBF (I think?) or ThML (which is basically

Re: [sword-devel] Fwd: [sword-support] Please add Sword Project to Winget on Windows

2023-11-27 Thread Greg Hellings
winget is pretty great. It works about like you'd expect from any other package manager. And it has a very large collection of libraries and software already available for it. As for how to add to it, I haven't the slightest idea as creating packages for Windows is not a target I've undertaken.

Re: [sword-devel] Where is the source code for individual SWORD modules?

2023-10-20 Thread Greg Hellings
In general the imported file will not be available since it is not the source of those modules. Other than for the KJV itself, Crosswire is not the authoritative source of the texts. Often any OSIS file is a product of a conversation from the original source. If anything has been kept it should be

Re: [sword-devel] Licensing audit of SWORD for Fedora - sharing results with upstream

2023-10-05 Thread Greg Hellings
I've gone ahead and directly added you as an admin on the two projects. On Thu, Oct 5, 2023 at 1:00 PM Aaron Rainbolt wrote: > On 9/28/23 11:29, Greg Hellings wrote: > > > > > > On Thu, Sep 28, 2023, 12:14 Aaron Rainbolt wrote: > > > > Hey, thanks for

Re: [sword-devel] [PATCH] Migrate setup.py files from using distutils to using setuptools

2023-10-02 Thread Greg Hellings
Aaron, Your patch fails to apply against the head of SVN for me, with this error: @ patch -p1 < ../aaron-rainbolt.patch patching file bindings/swig/oldmake/Makefile.am Hunk #1 FAILED at 76. 1 out of 1 hunk FAILED -- saving rejects to file bindings/swig/oldmake/Makefile.am.rej patching file

Re: [sword-devel] Licensing audit of SWORD for Fedora - sharing results with upstream

2023-09-28 Thread Greg Hellings
me know if you need me to do the needful for that. I don't think they've been officially orphaned for F39, but would be on the chopping block for F40 in the absence of sword making it back in. --Greg > God bless, and thanks again. > > Aaron > > On 9/28/23 07:05, Greg Hellings wrote: >

Re: [sword-devel] Licensing audit of SWORD for Fedora - sharing results with upstream

2023-09-28 Thread Greg Hellings
Aaron, As the previous maintainer who dropped support, thank you for picking it up. I have moved on from being a Fedora user (NixOS these days) and was no longer maintaining those packages nor the apps that depend on it. I am, however, the pumpkin holder for the Python and Perl bindings. If you

Re: [sword-devel] Adding some new modules to the Bible collection

2023-09-15 Thread Greg Hellings
It is also worth noting that CrossWire doesn't undertake these types of tasks and does not want to be the main source for such original texts. However, if another organization does make a digital text available, CrossWire likely would be able to create a module from that efforts in a reproducible

Re: [sword-devel] When osis2mod reports NESTING errors?

2023-06-13 Thread Greg Hellings
It might help to see the bit of OSIS it is referencing, rather than poking in the dark at possible answers to the implied question of what is wrong with the OSIS file. On Tue, Jun 13, 2023 at 11:13 AM Peter von Kaehne wrote: > I think irrespective of the different context the error lies in the

Re: [sword-devel] Languages without a space between words

2023-04-17 Thread Greg Hellings
: > Thanks, Greg. > > I just came across this > > > https://lucene.apache.org/core/3_2_0/api/contrib-analyzers/org/apache/lucene/analysis/th/ThaiWordFilter.html > > Is that the kind of thing you were thinking of? > > David > > Sent from Proton Mail for iOS >

Re: [sword-devel] Languages without a space between words

2023-04-17 Thread Greg Hellings
I don't believe you're going to get that sort of feature directly in the engine's simple search. However, if you're using a build of the library that utilizes CLucene or Xapian, then that should be the function of those libraries. They are supposed to be able to handle all of that type of

Re: [sword-devel] PHP SWIG Bindings and Extension Development

2023-04-13 Thread Greg Hellings
The language contribution for it just not have needed it, and no one has bothered to add it since. --Greg On Thu, Apr 13, 2023, 06:49 Patrick Stephan wrote: > Do you have any idea why? > > - Patrick > On Apr 13, 2023 at 6:40 AM -0500, Greg Hellings , > wrote: > > Without t

Re: [sword-devel] PHP SWIG Bindings and Extension Development

2023-04-13 Thread Greg Hellings
get > (which I am doing) is at version 4.0, which supports up to php 7.4. > Tonight, I will attempt to build swig from source, which supports php 8. > I’m crossing my fingers that that helps. > > - Patrick > On Apr 13, 2023 at 6:05 AM -0500, Greg Hellings , > wrote: > > Patric

Re: [sword-devel] PHP SWIG Bindings and Extension Development

2023-04-13 Thread Greg Hellings
Patrick, It has been a long time since I touched the PHP bonding build process. But the basic shortcoming you are encouraging is that Swig lacks support for converting a list from C++ into PHP. This isn't because PHP has no list, but because Swig bindings for PHP never got it added, at least not

Re: [sword-devel] CrossWire and git

2023-03-18 Thread Greg Hellings
the repository and send a PR unless he's paying for the SaaS version. There is a model for FOSS projects to gain access to the premium features we need, if you apply and are accepted. https://about.gitlab.com/solutions/open-source/projects/ --Greg > > > > On March 18, 2023 6:40:

Re: [sword-devel] CrossWire and git

2023-03-18 Thread Greg Hellings
pular choice and to prevent all of us from having > to create yet another account (I am sure most everyone already has a GitHub > account) and learn yet another tool, can't we just settle on GitHub. Would > it make anyone extremely unhappy? GitLab is not my preferred choice. > > On March 18

Re: [sword-devel] CrossWire and git

2023-03-18 Thread Greg Hellings
On Sat, Mar 18, 2023, 06:41 Peter von Kaehne wrote: > GitLab vs GitLab > > [image: image3-1.png] > > GitLab vs GitHub: Top 10 Differences between GitHub and GitLab > > intellipaat.com >

Re: [sword-devel] CrossWire and git

2023-03-17 Thread Greg Hellings
that are mentioned in the file, so users can be added to them as appropriate. --Greg On Fri, Mar 17, 2023 at 5:21 PM Greg Hellings wrote: > I'm attaching a Python file that gives a basic go at parsing the access > file into a GitHub CODEOWNERS file, along with the output I get from it. > It

Re: [sword-devel] CrossWire and git

2023-03-17 Thread Greg Hellings
e >>> >>> >>> >>> *--Timmy BraunCell: +501-615-4531* >>> >>> >>> On Fri, Mar 17, 2023 at 2:40 PM Peter von Kaehne wrote: >>> >>>> Just one suggestion - a huge amount of our module work happens already >>>> on Git

Re: [sword-devel] CrossWire and git

2023-03-17 Thread Greg Hellings
I can do > so > > Sent from my phone. Please forgive misspellings and weird “corrections” > > On 17 Mar 2023, at 19:28, Greg Hellings wrote: > >  > Troy, > > I know we've discussed the merge issue in the past. In order to help point > in the right direction,

Re: [sword-devel] CrossWire and git

2023-03-17 Thread Greg Hellings
are, SVN has a very easy way to elevate > permissions for accounts for parts of the repository. I don't want to have > to approve all changes! I trust our pumpkin holders to care for their > parts of the repository. > > We've discussed, in the past, submodules for handle this, bu

Re: [sword-devel] Fwd: cmake patches

2023-03-17 Thread Greg Hellings
preciated > > AFAIK it should cause no harm for other combinations, just improve current > state. > > Zdenko > > On Thu, 9 Mar 2023 at 23:18, Greg Hellings > wrote: > >> I've never bothered to get Subversion setup on my local machine. >> Remembering the setu

Re: [sword-devel] Fwd: cmake patches

2023-03-09 Thread Greg Hellings
25, 2023 at 5:34 AM ZdPo Ster wrote: > Any update on this (after 3.5 months)? > > Zdenko > > On Sat, 26 Nov 2022 at 21:53, Greg Hellings > wrote: > >> Thanks. I am not privy to the patches email inbox, so this mailing list >> is the way to reach me for CMake thin

Re: [sword-devel] Rendering issues with Finnish Umlauts in FinPR

2023-01-21 Thread Greg Hellings
Is Ezra properly setting encoding on the content it renders? Is it maybe setting a font that doesn't have the proper code points? --Greg On Sat, Jan 21, 2023, 13:12 Tobias Klein wrote: > Hi Kristof, David, > > Adding Encoding=UTF-8 to the module conf file ~/.sword/mods.d/finpr.conf > does not

Re: [sword-devel] Question regarding InstallMgr

2022-12-08 Thread Greg Hellings
I believe you will need to refresh that source before you call the install method. It's trying to look up the config file for that module and isn't finding it. Those get downloaded and cached by the Installmgr class when it refreshes a source. --Greg On Thu, Dec 8, 2022, 14:51 P Mosier wrote:

Re: [sword-devel] Fwd: cmake patches

2022-11-26 Thread Greg Hellings
Thanks. I am not privy to the patches email inbox, so this mailing list is the way to reach me for CMake things. I'll review these when I have the opportunity. --Greg On Sat, Nov 26, 2022, 13:46 Peter von Kaehne wrote: > > How to suggest improvements to the sword project? > > > > You did it

Re: [sword-devel] SWORD module installation bug

2022-11-12 Thread Greg Hellings
ve updated > since then. > > Happy weekend! Praise the Lord for weekends, > > Troy > > On November 12, 2022 7:13:54 AM MST, Greg Hellings < > greg.helli...@gmail.com> wrote: >> >> Just this week I was trying to install a few modules on a new (Mac) >> sy

Re: [sword-devel] SWORD module installation bug

2022-11-12 Thread Greg Hellings
Just this week I was trying to install a few modules on a new (Mac) system. Install went off flawlessly according to the installmgr tool, but nothing was actually installed until I manually created the mods.d and modules directory under the ~/.sword folder. The tool manually created the

Re: [sword-devel] Possibility to install arbitrary module versions with InstallMgr

2022-09-27 Thread Greg Hellings
The biggest problem with that would seem to be that the server only keeps the current version. It doesn't keep older versions in place (or, at least it hasn't in the past) --Greg On Tue, Sep 27, 2022, 14:37 Tobias Klein wrote: > Hi Troy, > > As I am thinking about module upgrade support for

Re: [sword-devel] Ezra Bible App available for Android mobile now

2022-08-21 Thread Greg Hellings
On Sun, Aug 21, 2022, 15:15 Tobias Klein wrote: > On 8/21/22 7:42 PM, Greg Hellings wrote: > > - Built-in ability to sync database via Cloud storage (I am planning to >>> start with Dropbox). This then supports the usecase of using the same >>> database across multip

Re: [sword-devel] Ezra Bible App available for Android mobile now

2022-08-21 Thread Greg Hellings
Apparently my reply got snagged by the list for moderator approval because of screenshots I added. But rest assured a reply is in the ether, waiting to be released.  --Greg On Sun, Aug 21, 2022, 10:41 Tobias Klein wrote: > Thanks for the quick feedback, Greg :) > On 8/21/22 5:10 PM

Re: [sword-devel] Ezra Bible App available for Android mobile now

2022-08-21 Thread Greg Hellings
Tobias, On Sun, Aug 21, 2022, 09:41 Tobias Klein wrote: > Dear all, > > Ezra Bible App (Version 1.7.0) is available for Android mobile now. > Installed it on my Galaxy S6 Lite tablet. Worked flawlessly. > You can install it from the Play Store here: >

Re: [sword-devel] Bishop app usability issue

2022-08-14 Thread Greg Hellings
notes. Let me know if that doesn't work. > > On August 14, 2022 6:47:25 PM GMT+02:00, Greg Hellings < > greg.helli...@gmail.com> wrote: >> >> Troy, >> >> I've been using Bishop on my Galaxy Tab. It is great on the tablet size >> screen. However, as it gets

Re: [sword-devel] Ezra Bible App - Looking for Android Testers (Mobile)

2022-05-14 Thread Greg Hellings
have been only testing on Android plus on Desktop with > the Chrome developer tools and emulated mobile resolutions. > > Best regards, > Tobias > On 5/14/22 2:13 PM, Greg Hellings wrote: > > I'm interested, but not for Android. My current phone is the Pinephone Pro > from Pine6

Re: [sword-devel] Ezra Bible App - Looking for Android Testers (Mobile)

2022-05-14 Thread Greg Hellings
I'm interested, but not for Android. My current phone is the Pinephone Pro from Pine64 and it runs mainline Linux with Gnome 42 Phosh. So a mobile experience and build is highly desirable! --Greg On Sat, May 14, 2022, 02:59 Tobias Klein wrote: > Hi all, > > I am currently working on Ezra Bible

[sword-devel] WASM

2022-01-29 Thread Greg Hellings
I think there was a thread about WASM builds of the library. The changes involved some CMake files. I seem to have misplaced the thread. Can someone link it, or forward it to me so I can take a look at the patch? Thanks. --Greg ___ sword-devel mailing

Re: [sword-devel] Please support HTTPS repositories.

2022-01-15 Thread Greg Hellings
On Sat, Jan 15, 2022, 21:24 Michael Johnson wrote: > I thank God for you all who volunteer to work on the Sword Project. > > I have been upgrading and refining my server layout for eBible.org and a > dozen other Bible sites. Keeping FTP going is becoming harder all of the > time. Indeed, HTTP

Re: [sword-devel] ETS / IBR / SBL

2021-11-20 Thread Greg Hellings
ttend any of the conferences. Would love to spend >> some time together talking in person! >> >> On October 29, 2021 4:15:19 AM MST, Greg Hellings < >> greg.helli...@gmail.com> wrote: >>> >>> I plan to still live in Texas next month, just south of DFW

Re: [sword-devel] Mobile Linux UIs

2021-11-07 Thread Greg Hellings
even less >> touch friendly... same for the sidebar. It's built for a large screen >> format with a mouse pointer. not a touch interface. >> >> Have you tried andbible via anbox? (is it possible to compile andbible >> to run in linux natively or as a java app in linu

[sword-devel] Mobile Linux UIs

2021-11-07 Thread Greg Hellings
For my phone I've been moving to my new Pine Phone. For those unaware, this is a cell phone that runs mainline Linux and most of the popular desktop distributions are available on it - Arch, Fedora, Ubuntu, Manjaro, and about a dozen others I don't recall off the top of my head. I'm personally

Re: [sword-devel] ETS / IBR / SBL

2021-10-29 Thread Greg Hellings
I plan to still live in Texas next month, just south of DFW! Don't know that these are viable for me to attend this year, but I'm only about 45 minutes from downtown Fort Worth. --Greg On Fri, Oct 29, 2021, 06:03 Troy A. Griffitts wrote: > Anyone planning to visit Texas this year? I hope to be

Re: [sword-devel] Windows Development

2021-10-05 Thread Greg Hellings
Hi Jeff, On Mon, Oct 4, 2021 at 5:25 PM Jeff Becker wrote: > Hello, everyone. > > > > Sorry for disappearing a few months ago without resolving the questions > that I had. I have been taking care of issues in my personal life which I > won’t go into here. > > > > I’ve had time to consider what

Re: [sword-devel] Windows Development

2021-10-05 Thread Greg Hellings
On Tue, Oct 5, 2021 at 4:26 PM John Dudeck wrote: > As a Sword content developer, but not a Sword software developer per se, I > need to be able to do Sword content development on Windows. Not because I > dislike Linux, but because I have created in-house Perl tools for a > publishing team that

Re: [sword-devel] Xiphos / SWORD / F34

2021-07-29 Thread Greg Hellings
Hurray! Glad to know it worked out. --Greg On Thu, Jul 29, 2021 at 3:53 AM Troy A. Griffitts wrote: > This morning I received my bright and shiny new SWORD and Xiphos updates > from the F34 repos. Thank you! > On 7/19/21 5:50 PM, Greg Hellings wrote: > > Thanks! > > I'

Re: [sword-devel] Xiphos / SWORD / F34

2021-07-19 Thread Greg Hellings
tes/FEDORA-2021-7c840c4245 BibleTime update: https://bodhi.fedoraproject.org/updates/FEDORA-2021-d44aac8e44 --Greg On Wed, Jul 14, 2021 at 1:12 PM Troy A. Griffitts wrote: > Congratulations and enjoy your honeymoon! > > On July 14, 2021 7:13:19 PM GMT+02:00, Greg Hellings < > greg.

Re: [sword-devel] Xiphos / SWORD / F34

2021-07-14 Thread Greg Hellings
Yes, this is captured in a Bugzilla that was automatically filed last week by Fedora automation. I goofed up when I packaged the Sword 1.9.0RCs during the Fedora 34 beta cycle (I misnamed the RPM package so dnf sorted the RC as higher version than 1.9.0). I finally fixed that about a month ago,

Re: [sword-devel] #bibletime is now on irc.oftc.net

2021-05-20 Thread Greg Hellings
typos and weird > autocorrects. > > > Original Message > Subject: Re: [sword-devel] #bibletime is now on irc.oftc.net > From: Greg Hellings > To: SWORD Developers' Collaboration Forum > CC: > > > > > On Thu, May 20, 2021 at 12:04 PM Karl Kleinpaste > w

Re: [sword-devel] #bibletime is now on irc.oftc.net

2021-05-20 Thread Greg Hellings
On Thu, May 20, 2021 at 12:04 PM Karl Kleinpaste wrote: > On 5/20/21 12:55 PM, Greg Hellings wrote: > > Is this a time to consider a move to an alternative platform altogether? > > > I find Discord usable for several purposes. Is it possible to have > different name

Re: [sword-devel] #bibletime is now on irc.oftc.net

2021-05-20 Thread Greg Hellings
Not to my knowledge. If much/most of the staff is moving to libera and, from what I've heard, a number of the hardware backers are as well, I imagine all of them are going to be unstable for a while until the new owner spins up and trains replacement hardware and staff on Freenode. Is this a time

Re: [sword-devel] #bibletime is now on irc.oftc.net

2021-05-20 Thread Greg Hellings
All of the FOSS communities I'm connected to and listening in on through work are moving to libera.chat, following the biggest section of the staff from Freenode. --Greg On Wed, May 19, 2021 at 5:10 PM Karl Kleinpaste wrote: > First I saw mention of libera.chat in existing freenode #sword. Now

Re: [sword-devel] SWORD license issues

2021-05-15 Thread Greg Hellings
>> distributions but as that only affects the CMake build, there should not > >> be any copies of those files ending up in the binaries. > > Greg Hellings is the pumpkin holder for our CMake build system and trust > > he will respond accordingly. > > Hi

Re: [sword-devel] SWORD Virtual Coffee/Tea

2021-04-16 Thread Greg Hellings
I have Skype, Facebook Messenger, Zoom, and I think we still have Blue jeans through work. At least we did at the beginning of the pandemic. There is also Google Duo, which is free to use and I do leverage it frequently. Maybe now is also a good time to consider setting up a SWORD channel in one

Re: [sword-devel] SWORD Meet 2021

2021-03-28 Thread Greg Hellings
I've been wanting to be part of one of these for years! I joined the community shortly after the last one in 2005. I would be eager to attend if possible. On Sun, Mar 28, 2021, 14:30 Troy A. Griffitts wrote: > Dear fellow CrossWire volunteers, > > It's been a really, really long time since

Re: [sword-devel] Best way to interate through each key in a module

2021-02-23 Thread Greg Hellings
I think you need to do something like sword::SWKey* key = module->getKey(); // or module->createKey(); if you rather for(key = sword::TOP At least, I think that's what it needs... --Greg On Tue, Feb 23, 2021 at 12:01 PM David "Judah's Shadow" Blue < yudahssha...@gmx.com> wrote: > I'm wanting

Re: [sword-devel] InstallMgr Woes

2021-02-05 Thread Greg Hellings
to ~/.sword without an issue, and is working flawlessly. So it's something wonky with my Fedora Silverblue box. --Greg On Fri, Feb 5, 2021 at 2:34 PM Greg Hellings wrote: > > > On Fri, Feb 5, 2021 at 12:49 PM Troy A. Griffitts > wrote: > >> Hi Greg, >> >>

Re: [sword-devel] InstallMgr Woes

2021-02-05 Thread Greg Hellings
ora packaging of the library (always a possibility), or if I'm being bombarded with Gamma rays right now and it's causing my computer to spazz out. Everything I'm doing is still working wonderfully and deterministically in CI, so I guess that's a blessing. Anyways, if you have any ideas on ho

[sword-devel] InstallMgr Woes

2021-02-05 Thread Greg Hellings
PREAMBLE: I'm trying to install modules with installmgr on the command line. I seem to frequently run into issues with it silently dumping the files somewhere where they don't actually exist, and it's happening again. But I think I've narrowed down some of when it happens: I currently have a

Re: [sword-devel] Unicode / Windows

2021-01-27 Thread Greg Hellings
Part of that discussion last year was that the library now handles this properly internally. There are mechanisms for handling UTF-16 Windows APIs and so forth. You should be able to use them rather than needing to roll your own. --Greg On Wed, Jan 27, 2021 at 2:23 PM Tobias Klein wrote: > Hi

Re: [sword-devel] How to handle on xml file per book in Osis ?

2021-01-18 Thread Greg Hellings
I will guarantee you that XML include mechanisms will not work. In an effort to reduce external dependencies, SWORD does not make use of a standard XML library and, therefore, won't offer functionality like includes. However, osis2mod does offer the "-a" flag, which it says will "augment module

Re: [sword-devel] Ezra Project - any plans for an x64 edition ?

2021-01-05 Thread Greg Hellings
On Tue, Jan 5, 2021, 15:00 Tobias Klein wrote: > Hi David, > > > > I have not looked into that yet, but it’s probably possible. > > > > Electron binaries are available 64 bit. > > On top of that I would have to compile node-sword-interface, SWORD + all > dependent libraries as the 64 bit version

[sword-devel] Windows tools

2021-01-01 Thread Greg Hellings
For those of you insistent on using Windows for module work, here's the latest build of SWORD tools for Windows based on 1.9.0. https://github.com/devroles/mingw_sword_package/releases/tag/1.9.0a --Greg ___ sword-devel mailing list:

Re: [sword-devel] Standalone works

2021-01-01 Thread Greg Hellings
On Fri, Jan 1, 2021 at 4:22 PM Michael H wrote: > re: Install Sword Files > > (Is/Can) a file extension for standalone Sword files be assigned? No > change to the current format within the zip file, but a unique file > extension instead of .zip would allow filesystem handlers to be able to >

Re: [sword-devel] Sword SVN trunk fails to build using CMake

2020-12-31 Thread Greg Hellings
I just saw this failure last night just before I retired for the evening. Thanks for finding a solution before I got back to it! --Greg On Thu, Dec 31, 2020, 13:09 Troy A. Griffitts wrote: > Dear Jaak, > > Thank you for reporting the problem. Yes, it looks like you have > pointed out exactly

Re: [sword-devel] Where is current cipherraw.exe for Windows?

2020-12-14 Thread Greg Hellings
n more valuable would be if somebody could show me how to build Windows > executables of the tools from within WSL2, which would eliminate the need > for my coworkers to deal with installing WSL2 on their workstations. > > Thanks. > > John > > > Am 01.12.20 um 17:39 schr

Re: [sword-devel] 1st Clement editions with versification

2020-12-10 Thread Greg Hellings
and if there are variation? Specifically, my need is for the Syriac, if >> that makes any difference. >> >> Would love any insights people might find researching this. >> >> Troy >> >> >> On December 8, 2020 11:20:29 PM MST, Greg Hellings < >> gre

Re: [sword-devel] Early Church Fathers

2020-12-08 Thread Greg Hellings
I know that some of their works were. Print copies I had to read from in school were often versified, though not all of the works were. I know of no SWORD efforts to actually bring this into the code base, though. --Greg On Tue, Dec 8, 2020 at 6:13 AM Karl Kleinpaste wrote: > On 12/7/20 6:25

Re: [sword-devel] Where is current cipherraw.exe for Windows?

2020-12-01 Thread Greg Hellings
On Thu, Nov 26, 2020 at 11:08 AM John Dudeck wrote: > Greetings. > > I am looking into how to use the encryption feature for Sword modules. I > have done it successfully using the -c command line switch on osis2mod for > Bibles, commentaries, and dictionaries. > > But I also need to do

Re: [sword-devel] Sword and WebAssembly

2020-11-17 Thread Greg Hellings
Oi. That's going to be really ... interesting. Modules aren't particularly small, though they rarely exceed 6-8 files except in the case of those biggest image-based modules. You might be best to auto-scan the list of available languages, and generate a different copy of your app for each language

Re: [sword-devel] Sword and WebAssembly

2020-11-17 Thread Greg Hellings
I looked into it back in the asm.js days and, at the time, couldn't even get the asm.js stuff to work. I haven't touched it since WebAssembly came along and seems to have really standardized things. I've heard of some very complex things being transpiled into WASM, that gives great hope that

Re: [sword-devel] Remove Strong's references from KJV module

2020-11-14 Thread Greg Hellings
Have you tried OSISPlain? KJV is not in GBF On Sat, Nov 14, 2020, 21:42 Loren Burkholder wrote: > I'm trying to get the plain text for a verse from the KJV module, but I > can't figure out how to remove the Strong's references. I've tried adding a > sword::GBFPlain and sword::GBFStrongs as a

Re: [sword-devel] SWORD 1.9.0 final this weekend

2020-10-30 Thread Greg Hellings
On Fri, Oct 30, 2020 at 4:59 AM domcox wrote: > Le mer. 28 oct. 2020 à 17:18, Greg Hellings > a écrit : > > It's not a Fedora thing > > Hi Greg, > > I'm Sorry! I have not been clear in my explanations:) > > I agree, it's not a Fedora thing, it's just that buildin

Re: [sword-devel] SWORD 1.9.0 final this weekend

2020-10-28 Thread Greg Hellings
It's not a Fedora thing. I couldn't get it to build locally, anywhere. I officially own that step of the build, but I haven't taken time this month to look into it. The code hasn't changed in any way I'm aware of in a modest lengthed eternity. For the Fedora package I've temporarily disabled that

Re: [sword-devel] SWORD 1.9.0RC3 Available

2020-10-11 Thread Greg Hellings
On Tue, Oct 6, 2020 at 3:52 AM ZdPo Ster wrote: > > > On Sun, 4 Oct 2020 at 21:32, Greg Hellings > wrote: > >> Ah, I had heard that Microsoft understood slash characters better in >> paths nowadays compared to their insistence on backslashes in the past. >> Th

Re: [sword-devel] SWORD 1.9.0RC3 Available - Windows

2020-10-11 Thread Greg Hellings
to make a commit to the source tree! Shame we can't have SSH transport for commits! --Greg On Sun, Oct 11, 2020 at 3:01 PM Greg Hellings wrote: > > > On Sun, Oct 11, 2020, 11:21 Gary Holmlund wrote: > >> Troy and Greg, >> >> I have compiled BibleTime with Sword 1.

Re: [sword-devel] SWORD 1.9.0RC3 Available - Windows

2020-10-11 Thread Greg Hellings
On Sun, Oct 11, 2020, 11:21 Gary Holmlund wrote: > Troy and Greg, > > I have compiled BibleTime with Sword 1.8.903 on Windows. To do this I > had to make 4 changes to cmake files. The first and last one are easy > changes. The second and third will need more effort to decide how to > properly

Re: [sword-devel] Issues with German Umlaut characters in SWORD trunk? [RESOLVED]

2020-10-04 Thread Greg Hellings
Tobias, That's awesome to see that CMake is working out for building on Windows. Two quick questions: 1) Are any of those CLI flags ones that we should include into the CMakeLists.txt somewhere? I'm thinking specifically of the one where you tell the system to export all symbols, but any others

Re: [sword-devel] SWORD 1.9.0RC3 Available

2020-10-04 Thread Greg Hellings
Ah, I had heard that Microsoft understood slash characters better in paths nowadays compared to their insistence on backslashes in the past. That update should be easy to merge. Why do we need to call this "CMAKE_POLICY" function? What is CMP0012? You seem to be on a VERY new version of CMake,

Re: [sword-devel] SWORD 1.9.0RC3 Available

2020-10-03 Thread Greg Hellings
Sword doesn't really support building on Windows other than with the Borland C++ files that Troy maintains. CMake can easily be used to cross-compile from Linux. If you would like to provide fixes to it so that it also builds directly from Windows with CMake, you're welcome to send those to the

Re: [sword-devel] SWORD 1.9.0RC3 Available

2020-10-03 Thread Greg Hellings
On Fri, Oct 2, 2020 at 2:57 PM Karl Kleinpaste wrote: > On 10/2/20 9:42 AM, Troy A. Griffitts wrote: > > Please give it a try and let me know if you have any issues > > No issue building, and building Xiphos with it. > > But important question: Does this release take care of the UTF-16 problem?

Re: [sword-devel] SWORD 1.9.0RC3 Available

2020-10-02 Thread Greg Hellings
Users of Fedora can now find a build of this in Rawhide as 1.8.903. --Greg On Fri, Oct 2, 2020 at 8:49 AM Troy A. Griffitts wrote: > OK, I hope this will be the last RC before final release. This RC > includes the changes last week with the TEI filter supporting for > Fr. Cyrille, hiding

Re: [sword-devel] SWORD 1.9.0RC1 Available

2020-09-11 Thread Greg Hellings
On Fri, Sep 11, 2020 at 1:58 PM Dominique Corbex wrote: > On Fri, 11 Sep 2020 13:30:56 -0500 > Greg Hellings wrote: > > > Something is broken in the Perl bindings build. > > In bindings/swig/perl/CMakeLists.txt, we have: > > WriteMakefile( >

Re: [sword-devel] SWORD 1.9.0RC1 Available

2020-09-11 Thread Greg Hellings
I'm building it for Fedora Rawhide right now. A scratch build went without a hitch. Something is broken in the Perl bindings build. I'll have to dig into that. --Greg On Fri, Sep 11, 2020 at 12:06 PM Troy A. Griffitts wrote: > Give it a go and let me know. > > >

Re: [sword-devel] Ezra Project 0.14.0 released

2020-08-31 Thread Greg Hellings
Tobias, I applaud your efforts! I just pulled the latest git, built, and am running it on my local system. A few things came to my notice from a usability perspective: 1) I absentmindedly selected a random module and pulled up a random book - Ecclesiastes in the Westcott-Hort Greek NT module. Of

Re: [sword-devel] Win32 FileMgr Subclass - BibleTime

2020-07-27 Thread Greg Hellings
b.com/tobias-klein/sword-build-win32/blob/master/build_bzip2.bat > > > > Best regards, > Tobias > > > > *From: *Gary Holmlund > *Sent: *Montag, 27. Juli 2020 21:01 > *To: *SWORD Developers' Collaboration Forum ; Greg > Hellings > *Subject: *Re: [sword-devel

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-27 Thread Greg Hellings
e support > through this long dreaded task. > Thank you for the dedication to get it working and remove that patch point. --Greg > Happy Monday! > > Troy > > > On 7/27/20 7:57 AM, Greg Hellings wrote: > > If you're missing dependencies you should be able to do, "

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-26 Thread Greg Hellings
If you're missing dependencies you should be able to do, "dnf builddep mingw-sword". --Greg On Mon, Jul 27, 2020 at 1:33 AM Greg Hellings wrote: > > > On Sun, Jul 26, 2020 at 4:56 PM Tobias Klein wrote: > >> Hi Troy, >> >> The latest version bu

Re: [sword-devel] tests/testsuite/verseparsing-utf8

2020-07-26 Thread Greg Hellings
p at the moment of the write failure and made the test easier to diagnose, instead of losing that output somewhere else. --Greg > Troy > > > On 7/26/20 2:47 PM, Greg Hellings wrote: > > > > On Sun, Jul 26, 2020 at 7:29 AM Troy A. Griffitts > wrote: > >> Gr

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-26 Thread Greg Hellings
before identifier 'findIterator' > 2>D:\a\sword-build-win32\sword-build-win32\sword\src\mgr\filemgr.cpp(398,9): > error C2065: 'findIterator': undeclared identifier > 2>D:\a\sword-build-win32\sword-build-win32\sword\src\mgr\filemgr.cpp(398,51): > error C2065: 'fileData': undeclared identifi

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-26 Thread Greg Hellings
d shtypes.h. I'm building with MinGW which might have a different header structure than your compilers, if you're using Borland? --Greg > > On 7/20/20 7:18 PM, Greg Hellings wrote: > > Sorry for the previous blank email - user error when I tried to reply: > > On Sun, Jul 19, 2020 a

Re: [sword-devel] tests/testsuite/verseparsing-utf8

2020-07-26 Thread Greg Hellings
ge 1:1-Matthäus 28:20 +Maleachi 1:1 - Matthäus 2:1 de KJV ge 1: Maleachi 1:1-Matthäus 2:1 It appears the test isn't even trying to parse the inputs? It's certainly not giving any output to make it look like it is. --Greg > Hope we can figure it out, > > Troy > > > On 7/25/20

[sword-devel] tests/testsuite/verseparsing-utf8

2020-07-24 Thread Greg Hellings
Quick question - maybe a longer answer. Mostly for Troy, as you're probably the only one familiar with this code: I'm trying to get the testsuit working in the CMake build. Things seem to be going great. I can get 13/14 tests passing. But I've had a long-nagging issue with getting verparsing-utf8

Re: [sword-devel] Not user-friendly behavior in commentaries (should be continuous)

2020-07-23 Thread Greg Hellings
On Thu, Jul 23, 2020 at 12:44 PM yvand wrote: > Thanks Greg for your quick reply with explanation! > > I thought there was a bug and "link entries" were not taken into > consideration, when using osis2mod. Is there a simple way to test if a > commentary module contains link entries? I tried with

Re: [sword-devel] Not user-friendly behavior in commentaries (should be continuous)

2020-07-23 Thread Greg Hellings
On Thu, Jul 23, 2020 at 11:44 AM yvand wrote: > Dear all, > > I am disappointed, because the issue still persists and nobody confirmed > the bug. Although I already send to the mailing the source of the module > FreCJE as asked and John Dudeck recently revived the issue with no > success. Below

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-20 Thread Greg Hellings
Sorry for the previous blank email - user error when I tried to reply: On Sun, Jul 19, 2020 at 2:40 PM Tobias Klein wrote: > Thanks for giving me the background on this, Karl! I appreciate it! > > Is Xiphos the only frontend that has been patching Sword for this purpose? > Then I suppose all

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-20 Thread Greg Hellings
On Sun, Jul 19, 2020 at 2:40 PM Tobias Klein wrote: > Thanks for giving me the background on this, Karl! I appreciate it! > > Is Xiphos the only frontend that has been patching Sword for this purpose? > Then I suppose all other frontends suffer from this issue, huh? > > Thanks for putting in the

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-18 Thread Greg Hellings
aracters that cause issues? (applicable for the ~/.sword directory). And >> then also, when arbitrary folders are added to SWMgr?! >> >> >> >> I’ll do some testing in this area! >> >> >> >> I wonder whether libraries like Qt or Boost have solved these ki

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-18 Thread Greg Hellings
Tobias, Has this been tested with file paths that contain characters outside of the basic ASCII code range? That's where current Sword fails. Not in fetching the data for the paths themselves, but the actual calls to fopen and friends, on Windows, do not understand non ASCII data. It looks like

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-18 Thread Greg Hellings
On Sat, Jul 18, 2020, 07:42 Troy A. Griffitts wrote: > I know Greg has sent me a link to the patch you guys apply to get Xiphos > to run well on Win32, but I have searched through all my past emails > with every relevant term I can thing of, and still can't find it. I am > sorry, Could you

  1   2   3   4   5   6   7   8   9   10   >