followed by , etc, etc. So, without a bunch of extra XSL work, applying templates in certain cases, and only with certain books, etc, etc, it would take more time to do.
Ah well, it was fun either way; but then I get cheap thrills too, lol.
Thanks.
----- "trent jsword" wrote:
> From: "trent jsword"
> To: "DM Smith"
> Cc: "J-Sword Developers Mailing List"
> Sent: Monday, March 1, 2010 11:09:43 PM GMT -06:00 US/Canada Central
> Subject: Re: [jsword-devel] Nave's Topical Bible Reference linking
>
> Sorry for the delay in replying, I was busy with the wife and kids all
> day. We went bowling and what not, lot's of fun.
>
> Nope, wasn't aware of that new beta, I'll check for that next time I
> work on changes related to an existing module.
>
> I'll have to fix up my XSL that I gave you previously. The
> "otherwise" may need to just be removed, and replaced with something
> else, like checking for non-existent attributes, depending, as it
> conflicts with the TEI stuff in the new Nave's.
>
> But, the replace I gave you is almost right, I just have to make it
> work with multi-line mode. I'll make the replacement check for
> version 1.0 as well, and that way the new Nave's in beta will be
> completely ignored. Does that sound like a good way of doing this?
>
> Should the code somehow be marked for removal at a later date? Or
> should we keep it around for quite awhile after the new Nave's is
> moved to production? I'd imagine, so we don't affect users too much,
> we may just want to leave it, eh?
>
> Anyhow, I'm going to work on some of the XSL, and test a bit. I'm
> seeing some issues with the new Nave's, cause it doesn't appear to be
> marked up properly in some cases, in which case I should probably
> report it.
>
> Thanks.
>
> ----- "DM Smith" wrote:
>
> > From: "DM Smith"
> > To: "Trenton D. Adams" , "J-Sword
> Developers Mailing List"
> > Sent: Monday, March 1, 2010 6:39:23 AM GMT -06:00 US/Canada Central
> > Subject: Re: [jsword-devel] Nave's Topical Bible Reference linking
> >
> > I think there's a beta for it.
> > Are you using that?
> > -- DM
> >
> > On Mar 1, 2010, at 2:40 AM, Trenton D. Adams wrote:
> >
> > > textPaneBookDataDisplay.refresh()
> > >
> > > Under the following line...
> > > String text = XMLUtil.writeToString(htmlsep);
> > >
> > > put....
> > > if ("Nave".equals(bmd.getInitials())) {
> > > text = text.replaceAll("(#)(.+\\|)", "$1 > href=\"bible://{$2}\">$2");
> > > }
> > >
> > > 1. The Nave's is pretty much raw text, and the biblical
> references
> > are not marked up as far as I can see. So, I figured a regex
> > replacement with a link was the best way of doing it.
> > > 2. Used the convenience method replaceAll() as it's a single
> call,
> > unless you want to cache a pre-compiled pattern matcher in some
> way?
> > >
> > > Any thoughts? Can we add this?
> > >
> > > Thanks.
> > >
> > > _______________________________________________
> > > jsword-devel mailing list
> > > jsword-devel at crosswire.org
> > > http://www.crosswire.org/mailman/listinfo/jsword-devel
>
> _______________________________________________
> jsword-devel mailing list
> jsword-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/jsword-devel
From trent.jsword at trentonadams.ca Wed Mar 17 13:15:45 2010
From: trent.jsword at trentonadams.ca (trent.jsword at trentonadams.ca)
Date: Wed, 17 Mar 2010 14:15:45 -0600 (MDT)
Subject: [jsword-devel] show strongs issues
In-Reply-To: <163185281.251268856943915.JavaMail.root@zimbra>
Message-ID: <1968164628.271268856945359.JavaMail.root@zimbra>
Hi Guys,
I couldn't help but notice that when I have multiple windows open, the show strongs link item on the view menu works on each individual window, but the state in the menu is global, no matter which window has the focus. This results in me needing to hit it twice for another window, to toggle the state of the showing of strongs in that window.
Should I put this in as a bug?
Thanks.
From dmsmith at crosswire.org Wed Mar 17 14:41:10 2010
From: dmsmith at crosswire.org (DM Smith)
Date: Wed, 17 Mar 2010 17:41:10 -0400
Subject: [jsword-devel] show strongs issues
In-Reply-To: <1968164628.271268856945359.JavaMail.root@zimbra>
References: <1968164628.271268856945359.JavaMail.root@zimbra>
Message-ID: <4BA14C76.3090702@crosswire.org>
On 03/17/2010 04:15 PM, trent.jsword at trentonadams.ca wrote:
> Hi Guys,
>
> I couldn't help but notice that when I have multiple windows open, the show strongs link item on the view menu works on each individual window, but the state in the menu is global, no matter which window has the focus. This results in me needing to hit it twice for another window, to toggle the state of the showing of strongs in that window.
>
> Should I put this in as a bug?
>
Please do.
In Him,
DM
From christopher at burrell.me.uk Wed Mar 31 12:15:30 2010
From: christopher at burrell.me.uk (Chris Burrell)
Date: Wed, 31 Mar 2010 20:15:30 +0100
Subject: [jsword-devel] Mavenized Jsword question
Message-ID:
Hi guys
I'm having trouble building from the root of jsword using the POMs. I think
the issue is that i can't access any non-http traffic from where I am and
the distribution section in the pom specifies a SCP pom?
Is that correct? and if so, is there a way around it?
For e.g. while building bibledesktop, it complains that it can't find
org.crosswire:jlfgr:jar:1.0
Cheers
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: