[sword-devel] Interlinear text

2017-06-26 Thread DM Smith
From time to time I play with different representations of interlinear text. I thought I’d share the latest iteration which uses CSS3 and HTML5 Flex Box layout: Title: Interlinear text An example of how to represent interlinear text Introduction Interlinear text lines up the

Re: [sword-devel] Interlinear text

2008-04-21 Thread Peter von Kaehne
I think you are might be trying to re-invent the wheel here, DM. Have a look at Ruby annotation. It is designed to do just this and I think it requires less effort and improves on cutting+ pasting by allowing you to take only one language stream. I also believe it is easier for parallelising two

[sword-devel] Interlinear text

2008-04-21 Thread DM Smith
A long time ago, I worked on creating interlinear text (inspired by Karl's work on GnomeSword) but could not quite get it working. I've revisited it because of the interest in a SWORD web interface for the iPhone. So now it works on FireFox, IE and Safari. You can take a look at it here: www.

Re: [sword-devel] Interlinear text in HTML?

2007-08-31 Thread Eeli Kaikkonen
On Fri, 31 Aug 2007, David (Mailing List Addy) wrote: > > Bibletime uses the same renderer that my chosen web browser does, so for me > the ruby tag doesn't work in my browser which means that in it's current > state it wouldn't work in BT. Now, granted I'm one release behind on my > browser and th

Re: [sword-devel] Interlinear text in HTML?

2007-08-31 Thread Karl Kleinpaste
DM Smith <[EMAIL PROTECTED]> writes: > This inspired me to play with the scaling problem: For n choices for > interlinear there are about (n-1)! fragments of CSS that need to be > computed. My goal was to have static CSS be able to show the result. Actually, it's n^2 possible combinations; it

Re: [sword-devel] Interlinear text in HTML?

2007-08-31 Thread Karl Kleinpaste
peter <[EMAIL PROTECTED]> writes: > I think all the discussions about limitation referred to obsolete browsers. > On my Firefox 2.0 the interlinear texts displayed beautifully even when >I messed about with the window size. > So e.g Gnomesword, based on Firefox should do ok. For the record, Gn

Re: [sword-devel] Interlinear text in HTML?

2007-08-31 Thread David (Mailing List Addy)
On Friday 31 August 2007 02:24, Chris Little wrote: > None of the front ends let you bring your own browser (unless you count > the web frontend). They're all controlled environments with set > renderers and set feature-sets. Bibletime uses the same renderer that my chosen web browser does, so for

Re: [sword-devel] Interlinear text in HTML?

2007-08-31 Thread David (Mailing List Addy)
On Friday 31 August 2007 01:57, peter wrote: > I think all the discussions about limitation referred to obsolete browsers. > > On my Firefox 2.0 the interlinear texts displayed beautifully even when >I messed about with the window size. > > So e.g Gnomesword, based on Firefox should do ok. Kon

Re: [sword-devel] Interlinear text in HTML?

2007-08-31 Thread DavidTroidl
In a message dated 8/31/2007 1:09:58 A.M. Eastern Daylight Time, [EMAIL PROTECTED] writes: Support is so-so. Here's a demo page to try in the render of your choice: http://www.i18nguy.com/unicode/unicode-example-ruby.html And another, with some links and more discussion of browser limitat

Re: [sword-devel] Interlinear text in HTML?

2007-08-31 Thread DM Smith
Karl has a solution that is in GnomeSword in his Aug 9th post. The problem with that solution is that it does not scale well. Here is the basic idea: The "words" that form a tuple are encoded in the following fashion: first word Greek Morph Depending on what the user selects to stack, GnomeSwo

Re: [sword-devel] Interlinear text in HTML?

2007-08-31 Thread peter
Wrt modules guaranteed to work in every frontend - this is already not the case. The Farsi modules do not work in BibleCS, which is odd as it can display the Arabic one fine - but seems to be a problem somehow inherent in Windows. WxSword does not work with any of the RtoL modules or complex scri

Re: [sword-devel] Interlinear text in HTML?

2007-08-30 Thread Chris Little
No. What I'm saying is try it out in your renderer and find out whether it works either out of the box or with one of the CSS workarounds. None of the front ends let you bring your own browser (unless you count the web frontend). They're all controlled environments with set renderers and set fe

Re: [sword-devel] Interlinear text in HTML?

2007-08-30 Thread peter
I think all the discussions about limitation referred to obsolete browsers. On my Firefox 2.0 the interlinear texts displayed beautifully even when I messed about with the window size. So e.g Gnomesword, based on Firefox should do ok. But I am no programmer Peter David (Mailing List Add

Re: [sword-devel] Interlinear text in HTML?

2007-08-30 Thread David (Mailing List Addy)
On Friday 31 August 2007 01:07, Chris Little wrote: > Support is so-so. > > Here's a demo page to try in the render of your choice: > http://www.i18nguy.com/unicode/unicode-example-ruby.html > > And another, with some links and more discussion of browser limitations > & workarounds: > http://www.un

Re: [sword-devel] Interlinear text in HTML?

2007-08-30 Thread Chris Little
Support is so-so. Here's a demo page to try in the render of your choice: http://www.i18nguy.com/unicode/unicode-example-ruby.html And another, with some links and more discussion of browser limitations & workarounds: http://www.unics.uni-hannover.de/nhtcapri/flavell/umusalu.html --Chris David

Re: [sword-devel] Interlinear text in HTML?

2007-08-30 Thread David (Mailing List Addy)
On Thursday 30 August 2007 22:55, Chris Little wrote: > Have you looked into ? You'll probably have to do some font sizing > via CSS, but most of the layout issues will be handled automatically. How well supported is it? I haven't done any work with the ruby tag. _

Re: [sword-devel] Interlinear text in HTML?

2007-08-30 Thread Chris Little
Have you looked into ? You'll probably have to do some font sizing via CSS, but most of the layout issues will be handled automatically. --Chris Kahunapule Michael Johnson wrote: > DM Smith wrote: >> Different question: >> How would one display an interlinear in HTML? >> The key requirement is t

Re: [sword-devel] Interlinear text in HTML?

2007-08-30 Thread Kahunapule Michael Johnson
DM Smith wrote: > Different question: > How would one display an interlinear in HTML? > The key requirement is that a line of stacked text would naturally wrap, > responding to window resizes in an expected way. > I was hoping someone else would answer this. I couldn't think of a good way, real