I&#39;m just replying to this because I&#39;ve been researching a similar idea for a while and have some ideas from my own hard knocks.<br><br>I will insert a few responses to what has been written here.&nbsp; I invite you to check out what I say for yourself.<br>
<br>------- Forwarded Message --------<br>
<b>From</b>: peter &lt;<a href="mailto:peter%20%3crefdoc@gmx.net%3e">refdoc@gmx.net</a>&gt;<br>
<b>To</b>: SWORD Developers&#39; Collaboration Forum &lt;<a href="mailto:SWORD%20Developers%27%20Collaboration%20Forum%20%3csword-devel@crosswire.org%3e">sword-devel@crosswire.org</a>&gt;<br>
<b>Cc</b>: <a href="mailto:bibledesktop-users@crosswire.org">bibledesktop-users@crosswire.org</a><br>
<b>Subject</b>: Re: [bd-users] [sword-devel] Map Idea<br>
<b>Date</b>: Sun, 23 Mar 2008 11:04:55 +0000<br>
<br>
<pre>Looking at the KML files distributed by <a href="http://Openbible.info">Openbible.info</a> (under a free<br>licence) - these contain all info one ever would want.<br><br><span style="font-family: courier new,monospace;"></span><font size="4">I assume you meant to type XML...  And info is great, it&#39;s accessing it smoothly and dependably that&#39;s the rub.  Read on.</font><br>
<br>The coordinates work in Googlemaps flawlessly as soon as one appends<br>directions<br><br><font size="4">One issue that needs to be addressed is whether you want to be dependent on Google, or whether you would like to use other maps as well, e.g. from a Christian site, or on your local drive.</font><br>
<br><br>&lt;Placemark&gt;<br>        &lt;name&gt;Ai&lt;/name&gt;<br>        &lt;description&gt;&amp;lt;a<br>href=&quot;<a href="http://www.gnpcb.org/esv/search/?q=Gen+12%3A8">http://www.gnpcb.org/esv/search/?q=Gen+12%3A8&quot;&gt;Gen</a><br>
12:8&amp;lt;/a&amp;gt;, &amp;lt;a<br>href=&quot;<a href="http://www.gnpcb.org/esv/search/?q=Gen+13%3A3">http://www.gnpcb.org/esv/search/?q=Gen+13%3A3&quot;&gt;Gen</a><br>13:3&amp;lt;/a&amp;gt;&lt;/description&gt;<br>        &lt;styleUrl&gt;#obi-normal&lt;/styleUrl&gt;<br>
        &lt;Point&gt;&lt;coordinates&gt;35.261226,31.916978&lt;/coordinates&gt;&lt;/Point&gt;<br>&lt;/Placemark&gt;<br><br>search in googlemaps for E35.261226, N31.916978 and you end up in Ai.<br><br>So a genbook or dictionary or whatever made out of this data should be a<br>
fairly straight forward matter as such - but for the fact that currently<br>none of the interfaces will currently load images etc from the internet.<br><br><span style="font-family: mon;"></span><font size="4">SwordWeb won&#39;t?  It&#39;s HTML-based, after all.  IMHO HTML is one of the best ways to go, on a lot of levels.<br>
</font><br>Peter<br><br>Jonathan Morgan wrote:<br>&gt; Note that I am CC&#39;ing sword-devel on this.  I suspect that that would<br>&gt; be a better place to discuss this.<br><br><font size="4">I&#39;m not subscribed but I assume that&#39;s where the discussion is going to take place...</font><br>
&gt; <br>&gt; On Sun, Mar 23, 2008 at 10:38 AM, Brent Coffey &lt;<a href="mailto:bcoffe@hotmail.com">bcoffe@hotmail.com</a>&gt; wrote:<br>&gt;&gt;  Well I checked out the web bible mapping web site and the ccel web site.<br>
&gt;&gt; The bible mapping site is similar to what I&#39;m thinking but far far simpler<br>&gt;&gt; than what I was imagining.  But could be a valid way of starting...just mark<br>&gt;&gt; known locations from verses that mention a location. I think I know how to<br>
&gt;&gt; do the GUI, conceptually at least.  A really slick tool might be to do like<br>&gt;&gt; a flash/flex front-end instead of using swing or any of the other standard<br>&gt;&gt; java toolkits.  But that would get away from the free tools.  Then again<br>
&gt;&gt; using SWT or even Apples JVM can make so pretty nice GUI&#39;s, IMO.<br><br><font size="4">HTML makes your GUI flexible, customizable, and understood by every platform.  Just for starters.  And Web apps more than others speak other (software) languages.  Most every app has a window on the web.  Especially Java.</font>  <font size="4">The nonfree tools you mention, especially Flash, not only exclude many users, but are unneccesarily complex and do not play well with others -- like HTML does.</font><br>
&gt;&gt;<br>&gt;&gt;  I figured it may not be so bad to pull in map data from the java WorldWind<br>&gt;&gt; project (NASA project, like google). But yes it is defiantly ambitious and I<br>&gt;&gt; have no idea how much I want or am willing to invest in the effort.  Just<br>
&gt;&gt; kicking some more &quot;unique&quot; ideas around.   Would be nice if BibleDesktop<br>&gt;&gt; could out shine logos, then maybe Logos would open up their Libronix format<br>&gt;&gt; which I believe is a closed standard? Would be great if any piece of<br>
&gt;&gt; software commercial or open source could read Libronix files.  The price of<br>&gt;&gt; logos is so high and with no major commercial  competition it seems like it<br>&gt;&gt; is not as innovative as it could be.<br>
&gt;&gt;<br>&gt;&gt;  But it does seem to me that the real challenge and the most useful thing is<br>&gt;&gt; the idea of &quot;tagging&quot; meta data to books, chapters, verses, words, or<br>&gt;&gt; phrases.  This technology would be foundational to doing any of the mapping<br>
&gt;&gt; ideas as well as a host of other things it seems.  Where would I start to<br>&gt;&gt; even get requirements for such a huge undertaking?  I checked out CCEL but I<br>&gt;&gt; didn&#39;t see anything that jumped out for annotations?  Perhaps I missed<br>
&gt;&gt; something?<br><br><font size="4">I sent a link that lists most known annotation-related projects. A thorough knowledge of the subject is important before going much further.<br><a href="http://www.mkbergman.com/?page_id=346">http://www.mkbergman.com/?page_id=346</a><br>
On CCEL you have to open to a page in a book (Try the KJV) that contains text.  A toolbar pops up that allows you to put notes on their server if you sign in.  It has many nice features.  Crosswalk has a similar service.  Obviously these guys would be a great resource.<br>
</font>&gt; <br>&gt; If you are interested in getting location data, have a look at<br>&gt; <a href="http://www.openbible.info/">http://www.openbible.info/</a>.<br>&gt; <br>&gt; A few things that are worth considering:<br>
&gt; 1. Generic and Useful are not necessarily connected.  The mere fact<br>&gt; that I can attach arbitrary information to verses doesn&#39;t mean that<br>&gt; that information will be easy to use afterwards.  A format specific to<br>
&gt; something like maps may be easier to implement and use.<br><br><font size="4">It&#39;s called RDF and it is a universal linking format for metadata.  All linking, all formats, all data.  The trouble is putting together a library with enough heavy lifting power to handle it.  Most web annotation services put their notes on a server like Apache using a MySQL database and an interpreted control language like Perl.  I have been looking for a way to do this on a smaller scale but no one else seems to be.  BD might have the seeds of a way to work on both a large and a small scale since it, like most annotation, many database, and some interpreter and server apps, is in Java.<br>
<br></font>&gt; 2. A distinction would need to be made between making an annotation to<br>&gt; a particular version of the Bible and making an annotation to a<br>&gt; particular verse in any Bible (for example, I don&#39;t really want to tie<br>
&gt; map locations to a particular Bible, but I do want to tie them to a<br>&gt; particular verse or verse range - which may not be present in all<br>&gt; Bibles).<br><br><span style="font-family: mon;"></span><font size="4">If the annotations are tied to the OSIS (XML) tags first, and only second to the (localized) text, you might be able to annotate many Bibles with one note.  Most annotation seems to be XML-based.<br>
Please let&#39;s be clear that you do not want to touch your original text.  The annotations stay in a separate file.  RDF/XML links the two files.  Others running the same study platform can import and use your notes as easily as opening an email.<br>
</font><br>&gt; 3. How are you planning for annotations to be distributed?  For<br>&gt; example, your Bible maps annotations should not be version specific,<br>&gt; and as such shouldn&#39;t be distributed with a version, so they must be<br>
&gt; installed in some other way (either automatically or explicitly).<br>&gt; 4. Are you also wishing to annotate dictionaries, commentaries,<br>&gt; GenBooks and so on, or just Bibles?<br><br><span style="font-family: mon;"></span><font size="4">A Bible in OSIS format is one of the more complex XML documents in your list.  The others should be trivial to add.<br>
Plus you definitely are going to want to wikify your notes, so that one or two clicks take you to another resource.<br>There was some discussion of working with Wikipedia on a previous post on this topic.  Wikipedia is an app of similar magnitude (on the same level) and roughly the same server configuration as SwordWeb.  No point in going outside the Sword environment, in fact it would be overkill.  But wiki functionality in a Bible study app is super important IMHO.<br>
One caution.  <span style="text-decoration: underline;">Please</span> don&#39;t lock this into server-side.  There are those of us tied to client-side apps like BD Portable. <br><br>I really hope my comments are helpful and I will be praying for y&#39;all.<br>
<br>Thanks,<br><br>Coby<br></font>&gt; <br>&gt; Jon<br>&gt; <br>&gt; _______________________________________________<br>&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>&gt; Instructions to unsubscribe/change your settings at above page<br><br><br>_______________________________________________<br>
bibledesktop-users mailing list<br><a href="mailto:bibledesktop-users@crosswire.org">bibledesktop-users@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/bibledesktop-users">http://www.crosswire.org/mailman/listinfo/bibledesktop-users</a>
</pre>