[sword-devel] Deuterocanonical books - Czech localization

2016-02-08 Thread gordion
Hello, I found some non-translated book names in Czech localization of Xiphos. Where (or to whom) can I send translated version of them? Best Regards Ivo Dostal ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman

Re: [sword-devel] transChange within a rdg element

2016-02-08 Thread Troy A. Griffitts
I'm not particularly concerned with the rendering, but since we added it for the NASB (and before we started 'class'ifying our HTML output) I simply used the same rendering they use. A reader of the NASB would be used to it. It is explained in their preamble (and here, search for 'asterisk'): ht

Re: [sword-devel] transChange within a rdg element

2016-02-08 Thread DM Smith
Troy, Is it important to prefix with an asterisk or can some other markup be used? There is nothing in the conf or on the page that would indicate what the * would mean. As it is, it looks like a dangling footnote marker. In Him, DM > On Feb 8, 2016, at 1:16 PM, Troy A. Griffitts wrot

Re: [sword-devel] transChange within a rdg element

2016-02-08 Thread DM Smith
I tested it as working at: http://www.w3schools.com/cssref/tryit.asp?filename=trycss_sel_before The single colon works but should have been ::before. (Note, the single colon is needed for ie8, which shouldn’t be an issue). I think the following also looks nice: .transChange[type=tenseChange]::be

Re: [sword-devel] transChange within a rdg element

2016-02-08 Thread Troy A. Griffitts
Here is an example of the transChange in the NASB. While looking this up, I noticed the previous verse has formatting differences with old and new version of the proposed NASB. I am not sure where we are not, but if we want to check where we are now, I would suggest we publish the absolute latest

Re: [sword-devel] transChange within a rdg element

2016-02-08 Thread DM Smith
I think the following will work: .transChange[type=tenseChange]:before { content: '*'; } > On Feb 8, 2016, at 12:40 PM, Troy A. Griffitts wrote: > > Hey guys. The tenseChange to add a '*' was part of the NASB source > updates. The NASB renders tenseChange with a '*' next to the verb. > Typica

Re: [sword-devel] transChange within a rdg element

2016-02-08 Thread Troy A. Griffitts
Hey guys. The tenseChange to add a '*' was part of the NASB source updates. The NASB renders tenseChange with a '*' next to the verb. Typically in the Gospels, when the author is storytelling, they frequently switch to the present tense (we do this in English too when tell stories, e.g., "so I go

Re: [sword-devel] PHP programmers - Re: Glaubensstimme archive

2016-02-08 Thread Michael H
SimpleXML export https://www.dokuwiki.org/plugin:simplexml looks like a very good starting point. On Mon, Feb 8, 2016 at 2:12 AM, Peter von Kaehne wrote: > As far as I understand Glaubesstimme is produced in Dokuwiki and then > uses Dokuwiki plugins to export into various formats. > > So, in o

Re: [sword-devel] PHP programmers - Re: Glaubensstimme archive

2016-02-08 Thread David Haslam
I have added this find to our wiki page http://crosswire.org/wiki/Non-CrossWire_Text-Development_Projects#Collections The extra visibility might prompt someone to run with it. David -- View this message in context: http://sword-dev.350566.n4.nabble.com/Glaubensstimme-archive-tp4656019p465603

[sword-devel] Please update the link here if you have migrated your project

2016-02-08 Thread David Haslam
http://crosswire.org/wiki/Help:Contents#Front-end_applications David -- View this message in context: http://sword-dev.350566.n4.nabble.com/Please-update-the-link-here-if-you-have-migrated-your-project-tp4656032.html Sent from the SWORD Dev mailing list archive at Nabble.com. __

[sword-devel] PHP programmers - Re: Glaubensstimme archive

2016-02-08 Thread Peter von Kaehne
As far as I understand Glaubesstimme is produced in Dokuwiki and then uses Dokuwiki plugins to export into various formats.  So, in order to make things easy and fast we simply would need to create a Dokuwiki plugin which could produce one of our import formats.  I do not know php and would not k