Re: [sword-devel] Possibility of using Slack

2018-06-28 Thread Daniel Bennett
like that's the exact opposite of what we want. We want the communication to be public and open, not private and closed. Also: what service spent much of yesterday offline? Hint: not Freenode, which is where we currently have our developer chat. --Greg On Thu, Jun 28, 2018 at 2:31 PM D

[sword-devel] Possibility of using Slack

2018-06-28 Thread Daniel Bennett
Hi everyone, Just wanted to float the possibility of creating a Slack group for sword development? If you haven’t seen Slack, it’s a group messaging service, which gives you control over notifications. It’s private, secure, and requires minimal personal information. Hit reply and let me (or the

[sword-devel] Using Sword in Javascript

2018-06-18 Thread Daniel Bennett
Hi everyone, So, I’m trying to use Sword in Javascript, to make a cross platform app (ios/android/web). Javascript sucks but is the easiest way to build cross-platform apps, and write code that runs everywhere. I’m aware of the Bishop Bible C++ bindings, which definitely work. 1) Am I allowed t

[sword-devel] JSON Sword output

2018-06-12 Thread Daniel Bennett
Hi everyone, So, I talked to Troy about making a JSON output option for C++ Sword. Any thoughts? Seen previous attempts? Is this a bad idea/impossible? Goal: make a private JSON rest api for a mobile app and website. That could also be run offline on a mobile app, with C++ bridging to native co