[sword-devel] creating modules

Chris Little sword-devel@crosswire.org
Sat, 23 Feb 2002 09:50:37 -0800


> I have also tried vpl2mod but that does not work either. What 
> kind of input 
> does vpl2mod expect?
> 
> I have text files with this format:
> genesis 1:1 txt...
> genesis 1:2 txt ...
> ...
> revelation 22:21 txt..

Vpl2mod is the better tool to use for this.  What about vpl2mod is not
working?

Your input file looks fine.  You should be able to create a module with
a command like:

vpl2mod <input filename> ./ 1

The last argument of "1" is very important, and often forgotten.  It
tells vpl2mod to read verse references for each line instead of assuming
31101 correctly ordered verses.

--Chris