Shane,<br>
<br>
That depends on what kind of &quot;raw text&quot; you have.&nbsp; If it is just
straight text that is on one &quot;verse per line&quot; you can use the program
vpl2mod (already installed if you build from source on Linux).&nbsp; If
each verse is more than one line long you would have to use the &quot;import
format&quot; - before each verse you enter a like as such:<br>
$$$Genesis 1:1<br>
In the beginning God created the heavens and the earth.<br>
$$$Genesis 1:2<br>
And the earth was without form and void, and...<br>
<br>
So on and so forth.&nbsp; That tool would use the imp2vs program
(again, also intsalled when you build from source on Linux).&nbsp;
Each, or at least most, of these tools are available in Windows forms
if you need them.&nbsp; Beyond that, you also need to create a .conf
file to put into the mods.d folder.&nbsp; It sounds like you might
already know how to do this if you were just copying over from another
module.&nbsp; That is probably one of the easier ways to do it, but you
can find a description on the website at
<a href="http://www.crosswire.org/sword/develop/swordmodule/">http://www.crosswire.org/sword/develop/swordmodule/</a> - section 2.1 will
be helpful for the conf file.&nbsp; The rest of it can be helpful for
the rest of your work also, but goes into more detail about other types
of modules and items like that.<br>
<br>
--Greg H<br>