Re: [sword-devel] YouVersion application for facebook

2010-11-13 Thread Wes Widner
In most Facebook apps , the frontend (html,javascript,css) is completely separate from the backend (data access, sessions, etc.). I would love to see two distinct development paths emerge here for frontend and backend using something like json-rp

Re: [sword-devel] YouVersion application for facebook

2010-11-13 Thread Wes Widner
Here is some great commentary to go along with it: http://confidentchristianity.blogspot.com/2009/11/social-ethics-for-social-network.html -Wes On Sat, Nov 13, 2010 at 10:20 AM, David Haslam wrote: > > "As

Re: [sword-devel] Android SWORD

2010-08-29 Thread Wes Widner
I think the size issue could be solved somewhat if we could get the module loading system to download and open modules from the SD card rather than having them bundled into the application's .apk Also, for what it's worth, I want to throw my vote in for using libsword via JNI. -Wes On Sun, Aug

Re: [sword-devel] Xiphos : copy'n'paste to facebook produces Chinese !

2010-06-30 Thread Wes Widner
David What about pasting into a hex editor so we can get an idea of the actual bytes that are being spit out from the clip board? Karl, Xiphos's special copy setup is just that, special. Either way, no need to go berserk about it. Even if another system is to blame it is still a good idea to prove

Re: [sword-devel] curl.h missing ?

2010-05-17 Thread Wes Widner
Here is a PDF regarding getting libcurl to work in Visual Studio. It should help get you pointed in the right direction. -Wes On Mon, May 17, 2010 at 3:05 PM, Wolfgang Schultz wrote: > Hello, > > i want to compile the sword engine with Visual St

Re: [sword-devel] Android SWORD

2010-05-17 Thread Wes Widner
Troy, Is there any chance we could start up a seperate project/repo for an Android front-end? Now that I'm done with my project (flashcard clone for Android) I would love to help out with an Android Bible app. Especially since I've begun to notice the abrupt shortcomings of the other Android Bibl

[sword-devel] New flashcard lesson

2010-05-17 Thread Wes Widner
Hey guys, I wrote a lesson, the Greek alphabet, for the flashcard app. How should I go about contributing my work on it back to the project? Thanks, -Wes ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/s

Re: [sword-devel] sword-devel Digest, Vol 73, Issue 45

2010-04-27 Thread Wes Widner
; server side, but we also need to make sure it displays correctly on the user >>> interface and give options to the user to choose (normal mode, interlinear, >>> reverse interlinear). >>> >>> If you're not familiar with the idea of an interlinear (which was

Re: [sword-devel] www.crosswire.org down?

2010-04-24 Thread Wes Widner
Actually, on April 6th a very large majority of the internet's traffic WAS routed through China. The reason is because they managed to poison the DNS space (at the root level, the i-roots iirc). I'm not exactly clear on all of the details, we were only briefed on this the other day (I work with Mc

Re: [sword-devel] sword-devel Digest, Vol 73, Issue 45

2010-04-21 Thread Wes Widner
I'd love to help as well. I know Java/GWT.. -Wes On Wed, Apr 21, 2010 at 10:06 PM, Yiguang Hu wrote: > I would like to see what I can help. I know java/groovy/grails and GWT. > > -- > *From:* "sword-devel-requ...@crosswire.org" < > sword-devel-requ...@crosswire.org>

[sword-devel] Bishop source / JNI instructions

2010-04-16 Thread Wes Widner
Hey everyone, I'm new to this list so forgive me if it's answered elsewhere and I've simply overlooked it. Where is the source code for the android project that uses the sword library via jni? Also, does anyone know how I should go about building the jni library for sword? I can mange to build th