<div dir="ltr">I was also thinking that maybe the default should be to return a full sbmd and another method or parameter will cause a partial sbmd to be returned.  This would prevent surprises for other JSword users who don&#39;t have tight memory constraints.<div><br></div><div>Martin</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 15 January 2016 at 14:11, DM Smith <span dir="ltr">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I’ll do that soon. And get back to you. I hadn’t meant to move GatherAllReferences and ReadEverything from tests to examples at this time, but later.<span class="HOEnZb"><font color="#888888"><div><br></div><div>— DM</div></font></span><div><div class="h5"><div><br><div><blockquote type="cite"><div>On Jan 15, 2016, at 9:09 AM, Martin Denham &lt;<a href="mailto:mjdenham@gmail.com" target="_blank">mjdenham@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr"><div>Hi DM,</div><div><br></div><div>Could you verify that you have checked in the Category fix as I still have the problem after fetching the latest commit?  The last commit says &#39;Fixed bug in category&#39; but only includes changes in the examples package.  Also, the changes in the examples package, GatherAllReferences and ReadEverything, do not compile as they are in the wrong package.</div><div><br></div><div>Martin</div><div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 14 January 2016 at 02:16, DM Smith <span dir="ltr">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Glad it is a good, workable solution.<div><br></div><div>I saw that category problem earlier today and checked in a fix for it. I was addressing a problem with Bible Desktop’s display of a red ? over the cult bibles in the installer. Tried breaking it out into it’s own category. Tried putting it into “Other”. Not satisfied quite yet. But all the others are appropriately classified.<span><font color="#888888"><div>— DM</div></font></span><div><div><div><br><div><blockquote type="cite"><div>On Jan 13, 2016, at 5:30 PM, Martin Denham &lt;<a href="mailto:mjdenham@gmail.com" target="_blank">mjdenham@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr"><div><span style="font-size:12.8px">The latest code seems to be running quite smoothly.</span><br></div><div><span style="font-size:12.8px">eBible 680 modules 10Mb ram</span><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I could not notice any new major pauses.</span></div><div><span style="font-size:12.8px">sbmd.reload works well and AB can show the About dialog.  I can see a slight but insignificant pause as the full attributes are loaded.</span></div><div><span style="font-size:12.8px">I have installed various modules from different repositories.</span></div><div><span style="font-size:12.8px">The above tests were done on a fairly low spec Android 2.2 AVD with 64Mb heap.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">The only issue I have noticed is that non-Bibles are appearing in the list of Bibles so I think there may be an issue with Category.  I can see some commentaries and GenBooks in a list that should just contain Bibles.  If the problem is not obvious I can investigate further later.</span></div><div><br></div><div><span style="font-size:12.8px">Thanks</span></div><div><span style="font-size:12.8px">Martin</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 12 January 2016 at 13:58, DM Smith <span dir="ltr">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I’m working on transforming the tar.gz to a zip. The zip has much faster access to files in it. The same amount of time per file. The tar.gz is Tape ARchive and is fast to get the first and slow to get the last.<div><br></div><div>I just did some computations and unpacking the tar.gz is not good for your app. But you told me that…. :)</div><div><br></div><div>In Him,</div><div><span style="white-space:pre-wrap">        </span>DM</div><div><div><div><br><div><blockquote type="cite"><div>On Jan 12, 2016, at 8:16 AM, Martin Denham &lt;<a href="mailto:mjdenham@gmail.com" target="_blank">mjdenham@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr">I like this idea: &quot;<span style="font-size:12.8px">A file in a jar has an URL that is something like …/fred.jar!file</span>&quot;<div><br></div><div>Martin</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 January 2016 at 23:29, DM Smith <span dir="ltr">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div><span><blockquote type="cite"><div>On Jan 11, 2016, at 6:07 PM, Martin Denham &lt;<a href="mailto:mjdenham@gmail.com" target="_blank">mjdenham@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr"><div>My estimate of file size might be too low because I forgot to take into account block size.  Quickly playing around with my android adds about 40% making it at least 7Mb for the conf files.<br></div></div></div></blockquote><div><br></div></span>Understand.</div><div><span><br><blockquote type="cite"><div><div dir="ltr"><div><br></div>By &#39;fluff&#39; do you mean extract all the files from mods.d.tar.gz and write them all to disk.  I am a little concerned about writing and deleting hundreds of small files to the sd card repeatedly.  SD cards are not as good at high r/w as normal disks or flash drives.  That is the reason I do not store the AB database on the SD card.</div></div></blockquote><div><br></div></span>By fluff, I meant that the conf file would be re-read without a filter, thus getting everything.</div><div><span><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>The process described would also make viewing a description (in AB right-click About) an unexpectedly expensive operation involving writing hundreds of files to the sd card.</div></div></div></blockquote><div><br></div></span>It would involve re-reading the one file without a filter. It should happen fast.<span><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div><div>I did not know about sbmd.toOSIS() and have not used it.  AB just pops up a little dialog with a few fields like About, copyright, licence, version, versification.<br></div></div></div></div></blockquote><div><br></div></span>Ok. Then you’ll need to call “fluff” before retreiving those fields. The code for fluff (or whatever we call it) would be something like:</div><div>public void fluff() {</div><div>  if (partiallyLoaded) {</div><div><span style="white-space:pre-wrap">        </span>re-read and process the conf without a filter</div><div><span style="white-space:pre-wrap">        </span>partiallyLoaded = false;</div><div>   }</div><div>}</div><div><span><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>For the 2 reasons above my preference would be to avoid writing hundreds of files to the SD card but I can&#39;t think of a perfect solution.  While grappling with this last week I was just trying to get the original code to work more efficiently (but failed).  I am not very experienced in Memory Analysis but suspected the memory use was higher than it might have been.</div></div></div></blockquote></span>By design, which files do you write to SD card? If they are only written when the mods.d.tar.gz is downloaded, would that help?</div><div><span><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>If the tar.gz was searched each time for the conf it would be more expensive to process the tar.gz every time a Description is requested but the first time it would be quicker than writing hundreds of .conf files and to be honest I think a lot of people do not know about the long-press menu in AB so probably just the initial list of modules would be used most of the time.</div></div></div></blockquote><div><br></div></span>I don’t know about the long-press menu. In BibleDesktop, it is easy to navigate from one available to the next and each time it shows the full conf.</div><div><span><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>Coincidentally my android slowed to a crawl when I tried to copy all of eBible&#39;s .conf files to it just now - initially fast then 1 file per 3 secs, after 10 minutes I unplugged it, although that probably is not a realistic test and there is probably an explanation for the issue.<br></div></div></div></blockquote><div><br></div></span>I’ve nearly got the code written to unpack the conf. Let me zip up the files that have changed and send them to you.</div><div><br></div><div>Basically, if you delete mods.d.tar.gz, it will fetch a new one (current behavior). If you delete mods.d/ it will unpack mods.d.tar.gz into it. If you fetch mods.d.tar.gz it will unpack it into mods.d. All of this takes place in the folder that mods.d.tar.gz is present.</div><div><br></div><div>I tried adding new confs to mods.d that weren’t in mods.d.tar.gz to simulate a takedown and that works as well.</div><div><br></div><div>If this code is no good for you, I’ve another thought. A file in a jar has an URL that is something like …/fred.jar!file. Maybe we can transform the mods.d.tar.gz into mods.d.tar and use that addressing mechanism to fetch the file? I’ll take a look at how the JRE does that. Maybe, I’ll roll the same for JSword over a tar.gz file.</div><span><font color="#888888"><div><br></div><div>DM</div></font></span><div><div><div><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div>Martin<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 January 2016 at 19:28, DM Smith <span dir="ltr">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I have been thinking about this a bit more. I was knew there was a need to prevent stale confs. The time performance is something that I’m not able to test. My machine has an SSD, a fast 4 core CPU and gobs of RAM. So I need you to keep me in line. ;)<div><br></div><div>The easiest way to keep it pristine is to unpack it into a temporary folder, rename the old folder and then rename the new folder. Finally deleting the old folder. By doing it in this order it minimizes the time that mods.d is unavailable. Important for multi-threaded apps and multiple apps that share the same machine simultaneously.<br><div><br></div><div>Right now the SwordBookMetaData remembers the File for the conf of installed modules and is able to re-read it easily. But it does not store anything about a conf’s location when it is from mods.d.tar.gz. I suppose I could have it remember the location of mods.d.tar.gz and the name of the conf entry and create a method to extract a that conf out of the compressed archive. This would need to be done for each module that the user requests info. To do this is quite expensive as it means inflating the file then iterating over the contents until the desired conf is found.</div><div><br></div><div>I think that it would be better to see how much time it adds to extract the files and store them on disk. The fluffing of them would only be when the user wants to browse a description of the module.</div><div><br></div><div>I’d like to modify sbmd.toOSIS to check if the sbmd is partial or full and if not full re-read the conf fully and then continue as before. I think that is how JSword is designed to retreive the conf for presentation to the end user. Does AndBible use that or some other mechanism to get what it wants for presentation?</div><div><br></div><div>I think I’ll add a “fluff” method to BookMetaData that will do this. This could be called to get it to fluff at another time.</div><span><font color="#888888"><div><br></div><div>DM</div></font></span><div><div><div><br><div><blockquote type="cite"><div>On Jan 11, 2016, at 1:00 PM, Martin Denham &lt;<a href="mailto:mjdenham@gmail.com" target="_blank">mjdenham@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr">My rough estimates have the total size of conf files in all repos at about 5Mb which is not too different to the size of a module like ESV so the impact should not be significant and it should not be a problem if this is required.<div><br></div><div>Other things to consider that come to mind i) would need to remove conf files no longer in mods.d.tar.gz or delete and re-extract everything after a refresh ii) Time taken to save files - loading the list is already slow.</div><div><br></div><div>I can&#39;t think of any major reason not to do as you describe.</div><div><br></div><div>However, would an easier approach be to find files in the zip a bit like <a href="http://stackoverflow.com/questions/11123528/finding-a-file-in-zipentry-java" target="_blank">this</a>.  Speed would not be an issue because it would only be done once or twice after fetching the list e.g. to view About or to actually download.  The mod.conf file name/path could be saved in SBMD if required.</div><div><br></div><div>Martin<br><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 January 2016 at 01:39, DM Smith <span dir="ltr">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I’m trying to figure out how to reload a conf from a remote source (to go from a partial load to a full load).  The problem is that the AbstractSwordInstaller sits over top of mods.d.tar.gz, which it does not unpack. Instead, it iterates over all the entries in that binary file and handles each entry (i.e. a conf) in core. It doesn’t hit the disk. I’m wondering whether it would be alright to unpack the file in the same folder? That would allow a SwordBookMetaData to reload the file. It would also mean that SwordBookMetaData would only need one means of reading a conf as it’d be a file and not a byte array.<div><br></div><div>It isn’t a problem with desktop or server apps, but it might be for AndBible.<span><font color="#888888"><br><div><br></div></font></span><div><span><font color="#888888">— DM</font></span><div><div><br><div><br></div><div><br><div><blockquote type="cite"><div>On Jan 10, 2016, at 3:31 PM, DM Smith &lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word">The problem you encountered was 2 bugs:<div>When the module is not UTF-8 the remote repository’s conf is re-read, but the filter wasn’t passed.</div><div>Not intended, but IniSection required a filter, rather than saying a null filter meant everything passed.</div><div><br></div><div>I’ve checked in that fix. Still trying to make the memory less….</div><div><br></div><div>— DM</div><div><br><div><blockquote type="cite"><div>On Jan 10, 2016, at 1:18 PM, DM Smith &lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word">The “Partial load of conf file.’ was to load all of the things in a conf that the JSword engine needs to work with a module. I don’t know why the CrossWire repo is working for me but not for you. I’ll keep working on it today. The problem with the previous commit was fixed with the last commit. I wasn’t “adjusting” the module after loading to fill in things like BookDriver and BookCategory.<div><br></div><div>I’m wondering whether getting the list of Books from the installer creates a deep rather than a shallow copy of them.</div><div><br></div><div>Today I hope to make SwordBookMetaData even more lazy. It has a BookDriver and validates its storage when the repo is loaded. I plan to break one of my modules by renaming one of the files and see the impact. Chris and I have noticed that the FileState objects are not fully released. This actually is part of the design.</div><div><br></div><div>Anyway, I think it is going in the right direction. Reducing the memory 4x is a  good thing. The data structures within the IniSection may be too heavy. I may relax the requirement that it maintains the SWORD confs order. The idea was to be able to modify the provided conf, retaining its order. However, now we never modify that conf.</div><div><br></div><div>configAll was a deep clone of configSword. configAll adds in the contents of configJSword and then configFrontend. These last two are created even if not needed. We could make them lazy as well.</div><div><br></div><div>DM</div><div><br><div><blockquote type="cite"><div>On Jan 10, 2016, at 11:07 AM, Martin Denham &lt;<a href="mailto:mjdenham@gmail.com" target="_blank">mjdenham@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr"><div>Thanks for the quick response.  I have had a brief look at the new commits.</div><div><br></div><div>A lot of the attributes aren&#39;t being returned now so it is tricky to test and there are various errors but running the current tip &#39;<a href="https://github.com/crosswire/jsword/commit/80020f51c6a762d458ce8ae70007b78eadee1fb3" title="Partial load of conf file.
Fixed a bug from the last commit in the loading of mods.d.tar.gz, adjustConfig was accidentally deleted.
This is part 1. Part 2 will be adding the ability to reload fully." style="font-size:13px;color:rgb(64,120,192);outline:0px;font-family:Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,&#39;Apple Color Emoji&#39;,&#39;Segoe UI Emoji&#39;,&#39;Segoe UI Symbol&#39;;line-height:20px;white-space:nowrap;background-color:rgb(245,245,245)" target="_blank">Partial load of conf file.</a>&#39; the SBMD for eBible is now only a quarter of the original size at 10Mb which is fine but I still don&#39;t understand why it is so large for the minimal attribute set now being returned.</div><div><br></div><div>I get a lot of errors like:</div><div><div>SwordBookMetaData(492): Book not supported: malformed conf file for [BBE] no ModDrv found.</div><div>SwordBookMetaData(492): Malformed conf file: missing [BBE]Description=. Using BBE</div></div><div><br></div><div>and peculiarly the eBible repo seems to be the only repo I can use because all the others error.</div><div><br></div><div>I also tried the previous commit <a href="https://github.com/crosswire/jsword/commit/cc32ba8f1bb245932a747390d03874b2be70e9a1" title="Cut the memory requirements of a SwordBookMetaData in half." style="color:rgb(78,87,91);outline:0px;font-family:Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,&#39;Apple Color Emoji&#39;,&#39;Segoe UI Emoji&#39;,&#39;Segoe UI Symbol&#39;;font-size:15px;font-weight:bold;line-height:21px;background-color:rgb(247,251,252)" target="_blank">Cut the memory requirements of a SwordBookMetaData in half.</a> but it did not work because basic attributes like language were not being returned.</div><div><br></div><div>I still don&#39;t understand why removing configSword should reduce memory by half because it should just be removing references to data that is also referenced from configAll, so it would reduce memory slightly but not much.</div><div><br></div><div>Martin</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 10 January 2016 at 04:14, DM Smith <span dir="ltr">&lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">OK. That’s done. Also accidentally introduced a bug with the last commit. It is noticeably fast.<div><br></div><div>Next up, allow for *a* SwordBookMetaData to be reloaded fully. This is needed to bring in all the other elements which are information only, such as About, in order to display info to the end user. Since the user will only look at one modules info at a time, it will load that one. You may need to change your code (hope not) to force that one to reload.</div><div><br></div><div>Give the code a try to see if it solves your out of memory error.</div><span><font color="#888888"><div><br></div><div>DM</div><div><br></div></font></span><div><br><div><blockquote type="cite"><div><div><div>On Jan 9, 2016, at 9:06 PM, DM Smith &lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt; wrote:</div><br></div></div><div><div><div><div style="word-wrap:break-word">I’ll be adding a filter to IniSection. Something like:<div>if  (filter.test(key)) {</div><div><span style="white-space:pre-wrap">        </span>use the key</div><div>} else {</div><div><span style="white-space:pre-wrap">        </span>do nothing</div><div>}</div><div><br></div><div>SwordBookMetaData will be responsible for building the filter. At least for a first go around. A single object should do.</div><div><br></div><div>DM</div><div><br><div><blockquote type="cite"><div>On Jan 9, 2016, at 6:29 PM, DM Smith &lt;<a href="mailto:dmsmith@crosswire.org" target="_blank">dmsmith@crosswire.org</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word"><div><div><blockquote type="cite" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div><div dir="ltr"><div><br>Yes, like you I have thought of streamlining conf loading for repo lists.  One idea I had was to enable specification of a filter to SwordBookMetaData to limit the conf values that are stored.</div></div></div></blockquote><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br></div><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">I was thinking of something similar. My ideas aren’t good enough to be put into practice, but some kind of flag indicating empty, partially or fully loaded. Empty would mean that it hasn’t gone to disk to get the conf. Partial means that it read everything, but threw away most as not interesting (since the conf does not have order you have to read and parse it all). Full would mean that nothing was pitched. SwordBookMetaData.getProperty would need to be changed to determine whether the key is in memory or might be on disk and do the right thing. Or we could keep getProperty as it is and if you want one of the fields that is not stored (e.g. About) you have to call reload().</span></div><div><br></div><div>Maybe we could also cache that info into a separate file(s)? When mods.d.tar.gz is updated then the cache would be recomputed. In doing the computation, each conf would be read then pitched. Basically, the storage would be o.c.c.utils.Ini, if one file or IniSection, if many files.</div><div><br></div><div>What do you think?</div></div></div><br></div></blockquote></div><br></div></div></div></div><span>_______________________________________________<br>jsword-devel mailing list<br><a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br></span></div></blockquote></div><br></div></div><br>_______________________________________________<br>
jsword-devel mailing list<br>
<a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>jsword-devel mailing list<br><a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br></div></blockquote></div><br></div></div>_______________________________________________<br>jsword-devel mailing list<br><a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br></div></blockquote></div><br></div></div>_______________________________________________<br>jsword-devel mailing list<br><a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br></div></blockquote></div><br></div></div></div></div></div></div><br>_______________________________________________<br>
jsword-devel mailing list<br>
<a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>jsword-devel mailing list<br><a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br></div></blockquote></div><br></div></div></div></div></div><br>_______________________________________________<br>
jsword-devel mailing list<br>
<a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>jsword-devel mailing list<br><a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br></div></blockquote></div><br></div></div></div><br>_______________________________________________<br>
jsword-devel mailing list<br>
<a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>jsword-devel mailing list<br><a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br></div></blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
jsword-devel mailing list<br>
<a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>jsword-devel mailing list<br><a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br></div></blockquote></div><br></div></div></div></div></div><br>_______________________________________________<br>
jsword-devel mailing list<br>
<a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>jsword-devel mailing list<br><a href="mailto:jsword-devel@crosswire.org" target="_blank">jsword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br></div></blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
jsword-devel mailing list<br>
<a href="mailto:jsword-devel@crosswire.org">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
<br></blockquote></div><br></div>