<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">See responses/questions interspersed,
      below:<br>
      <br>
      On 08/17/2015 10:30 AM, Martin Denham wrote:<br>
    </div>
    <blockquote
cite="mid:CAJ30_OOGbuLu1q42EiVJho-3Dex=21ZnqoyCYQaqQFk9B1RCjQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">1. Some of the language prefixes seem non-standard.
         
        <div>I have not seen modules with an underscore in them before
          e.g. eng_web2015.  We don't normally prefix English modules
          with the language.  If we did then I think the standard,
          following SpaRV should be EngWEB2015.</div>
        <div>And this seems inconsistent because there is also
          engBBE1964 in the eBible repo.</div>
      </div>
    </blockquote>
    <br>
    I have been very careful to use standard ISO/Ethnologue 3-character
    language codes everywhere. If by nonstandard, you are referring to
    not prefixing English modules with the language, then my plea is
    that I do so to avoid collisions with other language modules. This
    is a BIG repository that will grow bigger, and has more languages
    than anyone has ever done before with Sword. NAS could be the
    Naasioi language or the New American Standard. Also, I always follow
    the Ethnologue convention of lower casing the language code to
    differentiate between the current set and an older standard before
    ISO adoption.<br>
    <br>
    About the _ in module names: these are allowed per Crosswire module
    generation documentation, BUT in the interest of brevity, I'll take
    them out. They improve readability, but only if the whole name is
    presented. Otherwise, they cause more of the significant characters
    to be truncated. This, of course, means that eBible.org repository
    stability is going to take a hit over the next 24 hours as I
    rebuild, BUT, it should be done in such a way that the repository
    will stay online and usable if you refresh immediately before
    downloading anything.<br>
    <br>
    <blockquote
cite="mid:CAJ30_OOGbuLu1q42EiVJho-3Dex=21ZnqoyCYQaqQFk9B1RCjQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>2. .mod continuation error</div>
        <div>I think that DM has already mentioned this.  The backslash
          implies the line continues onto the next line.  However, the
          next line appears blank and probably being removed by the
          parser and the following line is a new property.  It might be
          fixed by ensuring the last line contains characters and no
          backslash continuation character.</div>
        <div>E.g.</div>
        <blockquote style="margin:0 0 0 40px;border:none;padding:0px">
          <div>
            <div>CopyrightNotes=Хушхабар\</div>
          </div>
          <div>
            <div>Portions of the Holy Bible in the Tajik language of
              Tajikistan\</div>
          </div>
          <div>
            <div>&lt;removed several lines&gt;</div>
          </div>
          <div>
            <div>For other uses, please contact the respective copyright
              owners.\</div>
          </div>
          <div>
            <div>2014-04-02\</div>
          </div>
          <div>
            <div><br>
            </div>
          </div>
          <div>
            <div>ShortCopyright=© 2010, 2014 Фонди «Калом»</div>
          </div>
        </blockquote>
        <div>I think that changing to the following style should fix
          this:</div>
        <div>
          <blockquote style="margin:0px 0px 0px
            40px;border:none;padding:0px">
            <div>CopyrightNotes=Хушхабар\</div>
            <div>Portions of the Holy Bible in the Tajik language of
              Tajikistan\</div>
            <div>&lt;removed several lines&gt;</div>
            <div>For other uses, please contact the respective copyright
              owners.\</div>
            <div>2014-04-02</div>
            <div>ShortCopyright=© 2010, 2014 Фонди «Калом»</div>
          </blockquote>
        </div>
        <div><br>
        </div>
        <div>
          <div>
            <div>E.g. Error messages</div>
            <div>Continuation followed by key for CopyrightNotes in
              husNT2005: ShortCopyright=© 2005 WBT</div>
          </div>
          <div>
            <div>Continuation followed by key for CopyrightNotes in
              tgk2014: ShortCopyright=© 2010, 2014 Фонди «Калом»</div>
          </div>
          <div><br>
          </div>
          <div>It seems like this problem occurs in most modules.</div>
        </div>
      </div>
    </blockquote>
    <br>
    THANK YOU, Martin, for explaining this in a way that I understood.
    I'm fixing that, now. The bit that was missing in my understanding
    was that a continuation to a blank line causes problems.<br>
    <br>
    <br>
    <blockquote
cite="mid:CAJ30_OOGbuLu1q42EiVJho-3Dex=21ZnqoyCYQaqQFk9B1RCjQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Martin</div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On 17 August 2015 at 18:25, DM Smith <span
            dir="ltr">&lt;<a moz-do-not-send="true"
              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">CrossWire's
            “gold” standard is the servlet that packages zip files for
            download. I verified that it only puts files into the zips.<br>
            <br>
            I’ve updated the wiki page.<br>
            <br>
            For simple modules, having no subdirectories, such as
            images, it was lacking /* on the end and included -r.<br>
            <br>
            zip $ZIPDIR/XYZ.zip mods.d/xyz.conf
            modules/texts/ztext/xyz/*<br>
            <br>
            If the module has sub folders then:<br>
            <br>
            zip $ZIPDIR/XYZ.zip mods.d/xyz.conf $(find
            modules/texts/ztext/xyz -type f)<br>
            <br>
            I don’t know what the equivalent would be on Windows.<br>
            <br>
            Hope this helps.<br>
            <br>
            In His Service,<br>
                    DM<br>
            <div class="HOEnZb">
              <div class="h5"><br>
                &gt; On Aug 17, 2015, at 11:52 AM, Peter Von Kaehne &lt;<a
                  moz-do-not-send="true" href="mailto:refdoc@gmx.net">refdoc@gmx.net</a>&gt;
                wrote:<br>
                &gt;<br>
                &gt; I would prefer that someone fixes it who knows
                exactly what should be written  there.<br>
                &gt;<br>
                &gt; Peter<br>
                &gt;<br>
                &gt;&gt; Gesendet: Montag, 17. August 2015 um 16:41 Uhr<br>
                &gt;&gt; Von: "David Haslam" &lt;<a
                  moz-do-not-send="true"
                  href="mailto:dfhmch@googlemail.com">dfhmch@googlemail.com</a>&gt;<br>
                &gt;&gt; An: <a moz-do-not-send="true"
                  href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
                &gt;&gt; Betreff: Re: [sword-devel] eBible.org
                repository refresh done<br>
                &gt;&gt;<br>
                &gt;&gt; Please edit the wiki page if it needs
                correcting, Peter.<br>
                &gt;&gt;<br>
                &gt;&gt; David<br>
                &gt;&gt;<br>
                &gt;&gt;<br>
                &gt;&gt;<br>
                &gt;&gt; --<br>
                &gt;&gt; View this message in context: <a
                  moz-do-not-send="true"
href="http://sword-dev.350566.n4.nabble.com/eBible-org-repository-refresh-complete-tp4654913p4655002.html"
                  rel="noreferrer" target="_blank">http://sword-dev.350566.n4.nabble.com/eBible-org-repository-refresh-complete-tp4654913p4655002.html</a><br>
                &gt;&gt; Sent from the SWORD Dev mailing list archive at
                Nabble.com.<br>
                &gt;&gt;<br>
                &gt;&gt; _______________________________________________<br>
                &gt;&gt; sword-devel mailing list: <a
                  moz-do-not-send="true"
                  href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
                &gt;&gt; <a moz-do-not-send="true"
                  href="http://www.crosswire.org/mailman/listinfo/sword-devel"
                  rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
                &gt;&gt; Instructions to unsubscribe/change your
                settings at above page<br>
                &gt;&gt;<br>
                &gt;<br>
                &gt; _______________________________________________<br>
                &gt; sword-devel mailing list: <a
                  moz-do-not-send="true"
                  href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
                &gt; <a moz-do-not-send="true"
                  href="http://www.crosswire.org/mailman/listinfo/sword-devel"
                  rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
                &gt; Instructions to unsubscribe/change your settings at
                above page<br>
                <br>
                <br>
                _______________________________________________<br>
                sword-devel mailing list: <a moz-do-not-send="true"
                  href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
                <a moz-do-not-send="true"
                  href="http://www.crosswire.org/mailman/listinfo/sword-devel"
                  rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
                Instructions to unsubscribe/change your settings at
                above page</div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <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>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
      <p><font color="#000000">Aloha,<br>
          <i>Kahunapule Michael Johnson</i></font></p>
      <table cellpadding="7" cellspacing="0">
        <tbody>
          <tr>
            <td style="background: rgb(255, 255, 0)"><font
                color="#000000"><b>MICHAEL JOHNSON<br>
                  PO BOX 881143<br>
                  PUKALANI HI 96788-1143</b><br>
                USA</font></td>
            <td style="background: rgb(0, 255, 255)"><font
                color="#000000">
                <a href="http://eBible.org">eBible.org</a><br>
                <a href="http://MLJohnson.org">MLJohnson.org</a><br>
                Mobile: +1 <b>808-333-6921</b><br>
                Skype: kahunapule</font></td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>