See responses/questions interspersed, below:

On 08/17/2015 10:30 AM, Martin Denham wrote:
1. Some of the language prefixes seem non-standard.  
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.
And this seems inconsistent because there is also engBBE1964 in the eBible repo.

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.

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.


2. .mod continuation error
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.
E.g.
CopyrightNotes=Хушхабар\
Portions of the Holy Bible in the Tajik language of Tajikistan\
<removed several lines>
For other uses, please contact the respective copyright owners.\
2014-04-02\

ShortCopyright=© 2010, 2014 Фонди «Калом»
I think that changing to the following style should fix this:
CopyrightNotes=Хушхабар\
Portions of the Holy Bible in the Tajik language of Tajikistan\
<removed several lines>
For other uses, please contact the respective copyright owners.\
2014-04-02
ShortCopyright=© 2010, 2014 Фонди «Калом»

E.g. Error messages
Continuation followed by key for CopyrightNotes in husNT2005: ShortCopyright=© 2005 WBT
Continuation followed by key for CopyrightNotes in tgk2014: ShortCopyright=© 2010, 2014 Фонди «Калом»

It seems like this problem occurs in most modules.

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.



Martin



On 17 August 2015 at 18:25, DM Smith <[email protected]> wrote:
CrossWire's “gold” standard is the servlet that packages zip files for download. I verified that it only puts files into the zips.

I’ve updated the wiki page.

For simple modules, having no subdirectories, such as images, it was lacking /* on the end and included -r.

zip $ZIPDIR/XYZ.zip mods.d/xyz.conf modules/texts/ztext/xyz/*

If the module has sub folders then:

zip $ZIPDIR/XYZ.zip mods.d/xyz.conf $(find modules/texts/ztext/xyz -type f)

I don’t know what the equivalent would be on Windows.

Hope this helps.

In His Service,
        DM

> On Aug 17, 2015, at 11:52 AM, Peter Von Kaehne <[email protected]> wrote:
>
> I would prefer that someone fixes it who knows exactly what should be written  there.
>
> Peter
>
>> Gesendet: Montag, 17. August 2015 um 16:41 Uhr
>> Von: "David Haslam" <[email protected]>
>> An: [email protected]
>> Betreff: Re: [sword-devel] eBible.org repository refresh done
>>
>> Please edit the wiki page if it needs correcting, Peter.
>>
>> David
>>
>>
>>
>> --
>> View this message in context: http://sword-dev.350566.n4.nabble.com/eBible-org-repository-refresh-complete-tp4654913p4655002.html
>> Sent from the SWORD Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> sword-devel mailing list: [email protected]
>> http://www.crosswire.org/mailman/listinfo/sword-devel
>> Instructions to unsubscribe/change your settings at above page
>>
>
> _______________________________________________
> sword-devel mailing list: [email protected]
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page


_______________________________________________
sword-devel mailing list: [email protected]
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page



_______________________________________________
sword-devel mailing list: [email protected]
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page


--

Aloha,
Kahunapule Michael Johnson

MICHAEL JOHNSON
PO BOX 881143
PUKALANI HI 96788-1143

USA
eBible.org
MLJohnson.org
Mobile: +1 808-333-6921
Skype: kahunapule


_______________________________________________
sword-devel mailing list: [email protected]
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to