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 PM, Troy A. Griffitts wrote:
>
> I see the Xiphos repository has an "Early Fathers" modules, but it looks
> like this is only referenced to the chapter level-- not down to the "verse".
>
>
> That was originally a module I built in '08 after Peter referred me to
> material obtained from St. Mina Monastery, a series of large *.chm that I
> scripted into a ThML module. Later, Brian Dumont picked it up and converted
> it from CCEL sources, expanding it considerably.
>
> I was not aware that ECF was ever "versified" in the first place, but I've
> never seen it as originally published. Was it so in the original 19th
> century print editions? I see there are Kindle editions available from
> Amazon -- are those versified?
> ___
> sword-devel mailing list: sword-devel@crosswire.org
> http://crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page
___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Re: [sword-devel] Bishop 1.6.2pre / test / comments / translations

2020-12-08 Thread Mill J
I've found a small bug that is easy to reproduce and crashes Bishop
1.6.2pre every time, at least under Android 6.0.1.

If you initiate a search then try to search again(i.e. correct a typo)
before it's done it will crash the app.

Looking at the code reveals that there is a check in place for empty
strings but not for an existing search. I'm not too familiar with jQuery
but a quick fix should be as simple as adding a bool that gets reset when
the search is over and any new search could check the value.

Thanks

mill-j

On Mon, Dec 7, 2020, 10:15 AM Mill J  wrote:

> Tried the pre-release. So far I like the design and features. Good job.
>
> I have a question though. Have you thought about using the Play Store's
> beta(open/closed) channels for pushing out beta releases? This way users
> can sign up as beta testers and get updates through the Play Store without
> uninstalling/installing constantly.
>
> Thanks
>
> mill-j
>
> On Sun, Dec 6, 2020, 12:15 PM Troy A. Griffitts 
> wrote:
>
>> A big thank you to everyone who have sent me translation updates
>> privately.  I have committed what I've received.
>>
>> I was also reminded that if you have Bishop installed from the Google
>> App Store, you will need to uninstall before you can install the
>> pre-release apk.  For some reason, Android won't let you update from
>> different sources.
>>
>> Thanks for all the work and contributions!
>>
>> Troy
>>
>>
___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Re: [sword-devel] Sword "package" manager

2020-12-08 Thread Troy A. Griffitts
Hi Loren,

Yes, SWORD provides this functionality to BibleTime as well as other frontends. 
See class reference for InstallMgr:

http://crosswire.org/sword/apiref/classInstallMgr.html

And SWORD's utility by the same name which exposes this functionality as a 
command line tool.

http://crosswire.org/svn/sword/trunk/utilities/installmgr.cpp

Hope this is useful. If you have ideas for how to improve after you have 
reviewed, please let us know.

Troy

On December 7, 2020 6:29:26 PM MST, Loren Burkholder 
 wrote:
>Is there any sort of a "package" manager to automate the
>download/installation of new Sword modules? I know that BibleTime has
>something like this built in but it seems that this should/could be
>built in to Sword.
>
>As a side note, is the IRC channel still active?
>
>Loren
>
>
>___
>sword-devel mailing list: sword-devel@crosswire.org
>http://crosswire.org/mailman/listinfo/sword-devel
>Instructions to unsubscribe/change your settings at above page

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Re: [sword-devel] Ezra Project for Tablets

2020-12-08 Thread David Haslam
iPadOS not iOS.

They diverged with version 13 in 2019.

David

Sent from ProtonMail Mobile

On Mon, Dec 7, 2020 at 19:50, Tobias Klein  wrote:

> Hi,
>
> I’ve been thinking about making Ezra Project available for Tablets, initially 
> Android, later potentially also iOS.
>
> I realize that some people are simply not using a traditional desktop any 
> longer. And with tablets you can even handle more involved tasks that make 
> use of the bigger screen in a similar way as it is on desktops.
>
> My plan would be to keep the exact same user interface that is used for the 
> Desktop version and make that available for Tablets based on minimal code 
> changes. Note that smaller devices (Smartphones) would specifically be 
> excluded from this plan, because the existing user interface certainly 
> wouldn’t work on such small screens. However, on bigger screens it makes 
> sense to re-use the existing UI.
>
> Technology wise I’m considering Node.js for Mobile Apps, which is an enabler 
> for this porting effort (in combination with Cordova):
> https://code.janeasystems.com/nodejs-mobile
>
> Node.js for Mobile Apps allows to use a similar architecture as on the 
> Desktop with Electron – nodejs running in a separate process/thread while 
> communicating with the frontend via a message-based IPC interface.
>
> Before moving forward with this idea I wanted to get some feedback.
>
> Best regards,
> Tobias___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Re: [sword-devel] Early Church Fathers

2020-12-08 Thread Karl Kleinpaste
On 12/7/20 6:25 PM, Troy A. Griffitts wrote:
> I see the Xiphos repository has an "Early Fathers" modules, but it looks
> like this is only referenced to the chapter level-- not down to the "verse".

That was originally a module I built in '08 after Peter referred me to
material obtained from St. Mina Monastery, a series of large *.chm that
I scripted into a ThML module. Later, Brian Dumont picked it up and
converted it from CCEL sources, expanding it considerably.

I was not aware that ECF was ever "versified" in the first place, but
I've never seen it as originally published. Was it so in the original
19th century print editions? I see there are Kindle editions available
from Amazon -- are those versified?
___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page