Monday, January 07, 2008

Creating Bibleworks Modules from Word or HTML

A BibleWorks user has offered more help on teaching other users how to made more user (HTML-based) modules for BibleWorks:

Creating Bibleworks Modules from Word or HTML
  1. Format the webpage in Word. Make sure you use styles (heading 1, heading 2, etc). These will become your table of contents.
  2. Use msword2chm to convert the Word document to compiled help. You can get msword2chm for free here.
  3. Extract the chm using 7-zip, available here.
  4. Use tidy to clean up the HTML. Tidy is available here:
    1. From a DOS prompt, run the following command (just copy and paste to the DOS prompt)
    2. for %f in (*.htm) do tidy –i –u –w 999999 –m %f
    3. This will tidy all the htm files at once
  5. Add the necessary javascript to each html file with the addBwJs.pl (DOWNLOAD file here!). You must have Perl installed for this to work. Perl can be downloaded from here.
    1. Run addBwJs.pl in the directory with the htm files. They will all be edited automatically.
  6. 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.
  7. Use Bibleworks to tag the htm files
    1. Tools | Build Module Index
    2. Base Directory: Directory containing the htm files
    3. Bookfile name: mymodule-books.txt
    4. Base name: Name of the module
    5. Click Build and Tag.
  8. 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.
  9. Edit mymodule.chd as directed in Bibleworks documentation
  10. Copy *.chm, *.chd, and *.sdx to the databases directory and restart Bibleworks.
NOTE: Be sure to DOWNLOAD this file if you use his process as it is needed in step #5.

Labels: , ,

Monday, December 10, 2007

Fichiers d'aide en français / Help Files in French

Fr. Patrice Laurent has begun translating the BibleWorks help files into French. Patrice is a catholic priest who has studied in Rome at both the Biblical Institute and the Gregoriana University.

The help files are not completely translated, but Patrice will be adding newly translated files to his web site [http://biblica.free.fr/].

Labels: ,

Thursday, August 02, 2007

OT in the NT with BibleWorks

Mark Vitalis Hoffman of Luther Theological Seminary has put together a tutorial on the use of the Old Testament in Matthew 4:4. In this PowerPoint tutorial, he demonstrates how to use BibleWorks 7 to investigate the various issues with interpreting the OT in the NT. (See his blog post.) I have not had a chance to check out the presentation, but given that the topic is on "oldinthenew" and BibleWorks (2 of my favorite things), I figured that it would be good to give everyone a heads up.

I hope we see more of this kind of tutorial in the future.

Link: OT in the NT: Matt 4:4-Learning to work with resources

Labels: