Re: [sword-devel] HTTPS remote SWORD repo access

2025-03-04 Thread Karl Kleinpaste
Troy, you would do everyone a favor if you would update masterRepoList.conf. Currently it still lists eBible only via ftp. $ grep -i ebible masterRepoList.conf 20151110161300=FTPSource=eBible.org|ftp.ebible.org|/sword ___ sword-devel mailing list: swor

Re: [sword-devel] HTTPS remote SWORD repo access

2025-03-01 Thread Greg Hellings
I'm fairly sure the Plaform doesn't provide it. You would need to build the library and include it with your app. I was under the impression most apps already did that. --Greg On Sat, Mar 1, 2025, 1:35 AM Tobias Klein wrote: > Hi Greg, > > when configuring SWORD for my Android build (based on C

Re: [sword-devel] HTTPS remote SWORD repo access

2025-02-28 Thread Tobias Klein
Hi Greg, when configuring SWORD for my Android build (based on CMake) I currently do not see CURL being detected automatically and therefore there is no CURL in my Android SWORD build: -- Configuring your system to build libsword. -- SWORD Version 100900 -- -- SEARCHING FOR SYTEM PACKAGES

Re: [sword-devel] HTTPS remote SWORD repo access

2025-02-28 Thread Greg Hellings
This is all wonderful, but it's really just efficiency improvements. I've been testing locally with nginx, and the only setting I need is to set `autoindex on;` in the location that points to the Sword repo. Everything works fine, then. I have tested in the past with Apache (although it has been a

[sword-devel] HTTPS remote SWORD repo access

2025-02-28 Thread Troy A. Griffitts
Hey guys, We did some work in the past to make this transition begin to happen automatically without user actions.  I think there was an outline in here a year or so back.  Basically, the path forward was: 1) to standardize a location in a SWORD repository for .zip package.  This has many be