1 Attachment(s)
Creating Bibleworks Modules from Word or HTML
I realize this is a complicated process, and if I could make it simpler, I would. However, it does work.
Creating Bibleworks Modules from Word or HTML
- Format the webpage in Word. Make sure you use styles (heading 1, heading 2, etc). These will become your table of contents.
- Use msword2chm to convert the Word document to compiled help. You can get msword2chm for free from http://sourceforge.net/project/showf...roup_id=195459.
- Extract the chm using 7-zip, available at www.7-zip.org.
- Use tidy to clean up the HTML. Tidy is available here: http://tidy.sourceforge.net/#binaries
- From a DOS prompt, run the following command (just copy and paste to the DOS prompt)
- for %f in (*.htm) do tidy –i –u –w 999999 –m %f
- This will tidy all the htm files at once
- Add the necessary javascript to each html file with the addBwJs.pl. You must have Perl installed for this to work. Perl can be downloaded from http://www.activestate.com/store/dow...5-08d58c2648ca
- Run addBwJs.pl in the directory with the htm files. They will all be edited automatically.
- From the sampleHTMLHelp.zip file (c:\Program Files\Bibleworks 7\sampleHTMLHelp.zip), copy the files bw.js, mymodule.chd and mymodule-books.txt to the htm directory.
- Use Bibleworks to tag the htm files
- Tools | Build Module Index
- Base Directory: Directory containing the htm files
- Bookfile name: mymodule-books.txt
- Base name: Name of the module
- Click Build and Tag.
- Use HTML Help Workshop to recompile the HTML. When you create a new project, note that you will already have the HTML files, the index, and the Table of Contents.
- Edit mymodule.chd as directed in Bibleworks documentation
- Copy *.chm, *.chd, and *.sdx to the databases directory and restart Bibleworks.