Hi,
I am glad i am not the only potential user. The reason this is only in svn and
not in release is the absence of that aspect. I am slowly working in it and
have privately more, but it is not complete.
Peter
Sent from my phone. Apologies for brevity and typos.On 4 Feb 2016 11:10 pm,
Brian
Hi Everyone,
I am working on a personal project to print and bind my own bible. I'm
trying to use diatheke with LaTeX output to generate a set of pdf's to
print from.
I checked out what I believe to be the latest in SVN:
Repository Root: http://crosswire.org/svn/sword
Repository UUID: bcd
No. A personal commentary module has nt, nt.vss, ot, ot.vss files. These should
only contain (0,0) for every entry. The other two files should be 0 length
files. There should be a file name incfile. And for each “verse” that has
comments there should be a file whose name is a number. The numeric
This is a long shot, but are any of the v11n* modules in CrossWire
Expermental adaptable to become "almost empty" personal commentary modules?
They were originally made just for testing av11ns.
IMHO, these "empty" modules don't quite live up to their purpose, as they
currently do not display any
Looking a bit further. src/comments/rawfiles/rawfiles.cpp needs to be modified
to support alternate versifications.
Change from (probably need to change corresponding header file too):
char RawFiles::createModule(const char *path) {
char *incfile = new char [ strlen (path) + 16 ];
I’ve been thinking for a while now that there shouldn’t be a personal
commentary module in any repository. Rather, I think there should be a
mechanism for the user to create one or more from scratch according to their
preference.
The personal module is supposed to be “Plaintext” and not marked
On 02/04/2016 12:33 PM, DM Smith wrote:
> Take a look at sword/utilities/addcomment.cpp.
Thanx. I had never noticed.
It doesn't build. I have to ask for it individually ("make addcomment")
in sword/utilities, and that in turn makes me add -I/usr/include/sword
manually, and then it gets into furth
Take a look at sword/utilities/addcomment.cpp. It creates a rawfiles module.
BTW, it doesn’t handle av11n.
The RawFiles::createModule(path) does some minor setup and then calls
RawVerse::createModule(path).
Hope this helps.
> On Feb 4, 2016, at 12:25 PM, DM Smith wrote:
>
> I also don’t know
I also don’t know how it was originally created. We’ve got the support in
JSword for creating one. I’m looking at SWORD soon.
I know this isn’t what your asking but here is some info.
It appears the the idx files are fairly typical for an empty raw file for a
bible. It has one file per testament
No clue Karl. I spent considerable time last night exploring utilities i never
had looked at. No joy.
On 4 February 2016 16:45:16 GMT+00:00, Karl Kleinpaste
wrote:
>On 02/03/2016 01:37 PM, Karl Kleinpaste wrote:
>> Can someone offer the necessary steps
>OK, so a day goes by with no reaction. L
On 02/04/2016 11:52 AM, Greg Hellings wrote:
> Can you just pass an empty file to mod2imp, tell it the versification
> you want, and create the appropriate conf file?
I assume you meant imp2vs, since mod2imp is the wrong direction.
No, I've tried that. "imp2vs /dev/null -o . -v KJVA" All it crea
Can you just pass an empty file to mod2imp, tell it the versification
you want, and create the appropriate conf file?
--Greg
On Thu, Feb 4, 2016 at 10:45 AM, Karl Kleinpaste wrote:
> On 02/03/2016 01:37 PM, Karl Kleinpaste wrote:
>
> Can someone offer the necessary steps
>
> OK, so a day goes by
On 02/03/2016 01:37 PM, Karl Kleinpaste wrote:
> Can someone offer the necessary steps
OK, so a day goes by with no reaction. Let me ask another way:
How was the existing Personal created?
___
sword-devel mailing list: sword-devel@crosswire.org
http://ww
No problem.
Regards,
Johan Marais
Institute for Scripture Research
www.messianic.co.za
-Original Message-
From: David Haslam [mailto:dfh...@googlemail.com]
Sent: Thursday, 04 February 2016 2:41 PM
To: sword-devel@crosswire.org
Subject: Re: [sword-devel] IMP format and imp2vs.exe
Than
Thanks Johan,
Sorry for omitting the "a" in your first name earlier. :)
More haste, less spood.
David
--
View this message in context:
http://sword-dev.350566.n4.nabble.com/IMP-format-and-imp2vs-exe-tp4655960p4655977.html
Sent from the SWORD Dev mailing list archive at Nabble.com.
_
Thank you David.
The bible (The Scriptures 2009 / TS2009) is the work of the Institute for
Scripture Research (ISR) and we wish CrossWire to host it - you already host
our previous version, i.e. TS1998.
I will send you the files shortly.
Regards,
Johan Marais
Vice Chairman
Institute for Scriptu
On 02/04/2016 07:26 AM, Marjan Savli wrote:
> Would it be possible to add port 80 on (maybe some other?) server to
> behave as ftp port?
Asking for servers to be configured to provide an FTP server on port 80
will go nowhere -- it's just not done. But many repos are accessible
via HTTP on 80 as we
Reviewing my "Word Per Line" IMP style build, I realise now that each line
contained XML w elements, rather than plain text.
So my recollection of previous success was right, but not relevant.
Best regards,
David
--
View this message in context:
http://sword-dev.350566.n4.nabble.com/IMP-form
Thanks John,
Fret not; the reported issue relates only for when the IMP file has multiple
lines of text per $$$ key.
Please follow the guidelines given in our wiki page.
http://crosswire.org/wiki/DevTools:Modules#Submit_the_Module_to_CrossWire_for_Distribution
NB. For modules made from an IMP f
AndBible uses port 80 and http. It is based upon JSword which does not support
FTP yet, but only HTTP.
In Him,
DM
> On Feb 4, 2016, at 7:26 AM, Marjan Savli wrote:
>
> Hello!
>
> Existing method of updating and installing modules goes through ftp port 21.
> But many public available w
Hello!
Existing method of updating and installing modules goes through ftp port 21.
But many public available wireless networks allow only http and https port.
e.g. At first And Bible download is unpleasantly to discover, that
application is not working for that person - but he do not know, that
I just used IMP2VS to build a bible module and didn't see anything funny. I
used a Windows 10 - 64 bit laptop and the utilities from Xiphos.
The module has not been released yet, but I an willing to send it to someone if
he wants to inspect it.
To which address and what do you require, should y
Looking at how Xiphos behaves when trying to scroll up or down past a missing
verse or missing chapter, the following tip may be worth sharing.
The module I'm building includes the DC book we call EsthAdd, the Greek
additions to Eshther.
i.e. As defined in the KJVA versification scheme.
Rather th
I have added a warning to both wiki pages:
:'''IMPORTANT''': ''Please (first) read
http://www.crosswire.org/tracker/browse/MODTOOLS-92''
David
--
View this message in context:
http://sword-dev.350566.n4.nabble.com/IMP-format-and-imp2vs-exe-tp4655960p4655968.html
Sent from the SWORD Dev mailin
No need, I now just use single long lines for each record.
That's easier to script in my TextPipe filter, and already done last night.
Today's activity was a follow on to report the problems observed before I
made that change.
Best regards,
David
--
View this message in context:
http://swo
Nor are continuation lines mentioned or illustrated in
http://crosswire.org/wiki/DevTools:Modules#IMP_Format
David
--
View this message in context:
http://sword-dev.350566.n4.nabble.com/IMP-format-and-imp2vs-exe-tp4655960p4655966.html
Sent from the SWORD Dev mailing list archive at Nabble.co
Thanks for the speedy response, DM.
That's wicked !
There's never been any hint that such a continuation character is required.
The only mention of using \ is for certain conf file records such as About=
How long has imp2vs existed?
I wonder how many modules might have been affected by this bad
Created new issue.
http://www.crosswire.org/tracker/browse/MODTOOLS-92
David
PS. In his continued absence, someone else should take ownership of MODTOOLS
and other topics still shown as assigned to Chris.
--
View this message in context:
http://sword-dev.350566.n4.nabble.com/IMP-format-and-i
Our emails crossed paths. Try the continuation character to guard the trailing
space.
— DM
> On Feb 4, 2016, at 5:09 AM, David Haslam wrote:
>
> Further observations:
>
> With multiline entries for many keys, changing to Windows style EOLs did NOT
> solve the issue.
>
> Being the sort of cha
Reading the code, it calls FileMgr::getLine, which is part of the SWORD library
that defines what is a line.
getLine does the following in order:
1) get line ending with a LF.
2) trims CR, space and tab from the start of a line.
3) trims LF, CR, space and tab from the end of the line.
4) If the t
Further observations:
With multiline entries for many keys, changing to Windows style EOLs did NOT
solve the issue.
Being the sort of chap I am, I also tried Old Mac style EOLs (CR).
Result = empty module. No records added!
It appears that imp2vs.exe does not fully comply with the definition of
According to our wiki page on file format, IMP format is
"Each entry consists of a key line and any number of content lines."
Yesterday, I observed what might be a buggy behaviour while using imp2vs.exe
to build a module.
The IMP file I have currently has Unix style EOLs (LF) rather than Windows
32 matches
Mail list logo