<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Tobias,</p>
    <p>Yes, RPM for Fedora 29 worked great for me.  It asked to
      installed SWORD dependency and seems to work fine with the one
      available in the Fedora repo.</p>
    <p>Just getting started.  Noticed a few things.</p>
    <p>The repos list doesn't seem to show all the repos available from
      our registry.</p>
    <p>Selecting CrossWire and choosing Greek, English, and Hebrew, I
      don't see the WHNU Greek module.</p>
    <p>Noticed the eBible.org repo only shows that is has like 74
      modules available, but I think Michael has like 2000 or something
      :)</p>
    <p>I like that I can have multiple tabs of different Bibles pointing
      to different locations.</p>
    <p>Noticed Hebrew (module: WLC) is left justified.  You should be
      able to key off the config entry: Direction=RtoL</p>
    <p>I like that I can highlight multiple verse and then click a tag
      to add them to that tag.  I am not sure if they are tagged
      individually, or as a group, but regardless, they all seem to be
      tagged.</p>
    <p>I am not sure how to show all the verses associated with one of
      my tags.</p>
    <p>I notice you're not showing all the books associated with the
      current module.  If you have constructed a VerseKey standalone,
      you will get the KJV versification.  If you want the versification
      of the active module, you can grab the key with SWModule::getKey()
      and check if it is a VerseKey (it will be if it is a Bible
      module), something like:</p>
    <p>VerseKey *verseKey = dynamic_cast&lt;VerseKey
      *&gt;(module-&gt;getKey());</p>
    <p>if (verseKey) {</p>
    <p>    // then we know we have a Bible or Commentary, or something
      else which iterates with a VerseKey<br>
    </p>
    <p>}</p>
    <p>This will let you iterate the books and show the books, chapters,
      and verses of the versification for the specific module.<br>
    </p>
    <p>Great start!  Thanks for your work!  I am sure building up
      personal tab libraries of Bible topics and sharing those with
      others can be a wonderful way to study God's Word.</p>
    <p>Troy<br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 5/31/19 9:34 AM, Tobias Klein wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1e80f15c-f714-080e-85a4-6b4c7d698059@tklein.info">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Hi all,</p>
      <p>Today I've added some Distro-specific packages for Ezra Project
        0.8.0:</p>
      <ul>
        <li>Ubuntu 18.04 (Debian package)</li>
        <li>Ubuntu 19.04 (Debian package)</li>
        <li>CentOS 7 (RPM package)</li>
        <li>Fedora 29 (RPM package) =&gt; should also run on Fedora 30</li>
      </ul>
      <p>Have another look here to download and try:<br>
        <a class="moz-txt-link-freetext"
          href="https://github.com/tobias-klein/ezra-project/releases/tag/0.8.0"
          moz-do-not-send="true">https://github.com/tobias-klein/ezra-project/releases/tag/0.8.0</a></p>
      <p>Best regards,<br>
        Tobias<br>
        <br>
      </p>
      <div class="moz-cite-prefix">On 30.05.19 17:05, Tobias Klein
        wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:ca385a81-0ff5-e1b0-7f8c-a9a5642a42cf@tklein.info">Hi
        all, <br>
        <br>
        Ezra Project 0.8.0 has been released. Downloads are available
        for Windows (tested on Windows 10) and Linux (tested on Ubuntu
        18.04 LTS with official SWORD package). <br>
        <br>
        <a class="moz-txt-link-freetext"
          href="https://github.com/tobias-klein/ezra-project/releases/tag/0.8.0"
          moz-do-not-send="true">https://github.com/tobias-klein/ezra-project/releases/tag/0.8.0</a>
        <br>
        <br>
        New features: <br>
        <br>
        - Tabbed user interface <br>
        - Search functionality for current tab <br>
        - Word file export functionality for tagged verse lists <br>
        - Info popup for Bible translation-related information <br>
        - New vertical navigation bar to the left of the Bible text <br>
        <br>
        Feedback is appreciated! <br>
        <br>
        Best regards, <br>
        Tobias <br>
        <br>
        <br>
        _______________________________________________ <br>
        sword-devel mailing list: <a class="moz-txt-link-abbreviated"
          href="mailto:sword-devel@crosswire.org" moz-do-not-send="true">sword-devel@crosswire.org</a>
        <br>
        <a class="moz-txt-link-freetext"
          href="http://www.crosswire.org/mailman/listinfo/sword-devel"
          moz-do-not-send="true">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
        <br>
        Instructions to unsubscribe/change your settings at above page <br>
      </blockquote>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
sword-devel mailing list: <a class="moz-txt-link-abbreviated" href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
Instructions to unsubscribe/change your settings at above page</pre>
    </blockquote>
  </body>
</html>