Re: [sword-devel] usfx

2012-11-08 Thread Peter von Kaehne
Hi Chris, > Von: Chris Burrell > I've found some instructions on transforming usfm/x to osis on the wiki > but > was wondering how difficult it would be to automate a lot of it? Several of us have been starting to think and experiment with this too. Basically it is easy to automate as such. Th

Re: [sword-devel] usfx

2012-11-08 Thread Kahunapule Michael Johnson
Title: signature I'm breaking my long period of ignoring and avoiding OSIS, and working on building a USFX to MOSIS converter into the open source Haiola software, both into the UI tool and as a stand-alone cross-platform executable. The "M" in "MOSIS" is for "Mod

Re: [sword-devel] usfx

2012-11-08 Thread David Haslam
Aside: Tim Jore of Distant Shores Media has mentioned on several occasions of an extension to Wikimedia which can display USFM suitably formatted. David -- View this message in context: http://sword-dev.350566.n4.nabble.com/usfx-tp4651233p4651251.html Sent from the SWORD Dev mailing list arc

Re: [sword-devel] usfx

2012-11-08 Thread Andrew Thule
I don't remember who advised me to do module development in USFM then convert to OSIS at the last step, but it was good advice (Dealing with USFM for edits is far more manageable than OSIS). I've started doing it that way ( I use to work directly in OSIS), so I expect the need to convert from USFM

Re: [sword-devel] usfx

2012-11-08 Thread Andrew Thule
.. and Bibleedit does a reasonably good job of converting USFM to OSIS as well .. On Thu, Nov 8, 2012 at 6:07 AM, Peter von Kaehne wrote: > > > Von: Chris Burrell > > > Thanks for all the info. On the last point, I did mean read directly from > > USFM. I don't know the format well-enough, but

Re: [sword-devel] usfx

2012-11-08 Thread Peter von Kaehne
> Von: Chris Burrell > Thanks for all the info. On the last point, I did mean read directly from > USFM. I don't know the format well-enough, but presumably if other > software > uses it, then maybe we could have a go at displaying the best we can... I do not think this would be a good thing -

Re: [sword-devel] usfx

2012-11-08 Thread DM Smith
It would be straightforward to model it in JSword after the GBF filter. It'd essentially be the equivalent of the usfm2osis script. That's a work in progress. And since usfm input is not "clean" having it in JSword is dubious at best. Also I don't see the value for modules unless the SWORD libr

Re: [sword-devel] usfx

2012-11-08 Thread Andrew Thule
If you know 'awk' it's not difficult at all Chris. You can use 'awk' regular expressions to replace USFM tags with OSIS ones. ~A On Thu, Nov 8, 2012 at 5:39 AM, Chris Burrell wrote: > Thanks for all the info. On the last point, I did mean read directly from > USFM. I don't know the format we

Re: [sword-devel] usfx

2012-11-08 Thread Chris Burrell
Thanks for all the info. On the last point, I did mean read directly from USFM. I don't know the format well-enough, but presumably if other software uses it, then maybe we could have a go at displaying the best we can... Chris On 8 November 2012 10:17, Peter von Kaehne wrote: > Hi Chris, > >