[sword-svn] r418 - in trunk: . apps/InstallMgr installer stage stage/bookmarks stage/help stage/mods.d

scribe at crosswire.org scribe at crosswire.org
Sun Sep 18 02:10:00 MST 2005


Author: scribe
Date: 2005-09-18 02:09:58 -0700 (Sun, 18 Sep 2005)
New Revision: 418

Added:
   trunk/installer/
   trunk/installer/.project
   trunk/installer/orange-install.ico
   trunk/installer/setup.nsi
   trunk/installer/win-uninstall.ico
   trunk/stage/bookmarks/
   trunk/stage/bookmarks/getsaved.conf
   trunk/stage/bookmarks/personal.conf
   trunk/stage/bookmarks/wtbsa.conf
   trunk/stage/help/
   trunk/stage/help/Sword.chm
   trunk/stage/help/about.html
   trunk/stage/help/faqh.html
   trunk/stage/help/index.html
   trunk/stage/help/menush.html
   trunk/stage/help/modulesh.html
   trunk/stage/help/prefer.html
   trunk/stage/help/searchh.html
   trunk/stage/help/sourceh.html
   trunk/stage/help/toolsh.html
   trunk/stage/help/windowsh.html
   trunk/stage/icudt28l.dll
   trunk/stage/layout.conf
   trunk/stage/mods.d/
   trunk/stage/mods.d/globals.conf
   trunk/stage/options.conf
   trunk/stage/readme.txt
Removed:
   trunk/options.conf
Modified:
   trunk/AboutBoxfrm.dfm
   trunk/apps/InstallMgr/InstallManager.bpg
   trunk/apps/InstallMgr/InstallManager.bpr
   trunk/apps/InstallMgr/InstallManager.cpp
   trunk/sword.bpr
   trunk/sword.res
Log:
Preparing for 1.5.8 release.
Added start of nullsoft installer

Modified: trunk/AboutBoxfrm.dfm
===================================================================
(Binary files differ)

Modified: trunk/apps/InstallMgr/InstallManager.bpg
===================================================================
--- trunk/apps/InstallMgr/InstallManager.bpg	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/apps/InstallMgr/InstallManager.bpg	2005-09-18 09:09:58 UTC (rev 418)
@@ -9,7 +9,7 @@
 DCC = $(ROOT)\bin\dcc32.exe $**
 BRCC = $(ROOT)\bin\brcc32.exe $**
 #------------------------------------------------------------------------------
-PROJECTS = libcurl.lib libsword.lib InstallManager.exe
+PROJECTS = libcurl.lib clucene.lib libsword.lib InstallManager.exe
 #------------------------------------------------------------------------------
 default: $(PROJECTS)
 #------------------------------------------------------------------------------
@@ -26,4 +26,8 @@
   $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $**
   $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
 
+clucene.lib: ..\..\clucene\clucene.bpr
+  $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $**
+  $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak
 
+

Modified: trunk/apps/InstallMgr/InstallManager.bpr
===================================================================
--- trunk/apps/InstallMgr/InstallManager.bpr	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/apps/InstallMgr/InstallManager.bpr	2005-09-18 09:09:58 UTC (rev 418)
@@ -17,7 +17,7 @@
     <LIBFILES value="libcurl.lib curl\lib\ws2_32.lib 
       ..\..\..\icu-sword\as_is\borland\icudatab.lib 
       ..\..\..\sword\lib\libsword.lib ..\..\..\icu-sword\as_is\borland\icuuc.lib 
-      ..\..\..\icu-sword\as_is\borland\icuin.lib"/>
+      ..\..\..\icu-sword\as_is\borland\icuin.lib ..\..\clucene\clucene.lib"/>
     <LIBRARIES value="NMFast50.lib vclx50.lib vcl50.lib"/>
     <SPARELIBS value="vcl50.lib vclx50.lib NMFast50.lib"/>
     <PACKAGES value="vcl50.bpi vclx50.bpi vcljpg50.bpi bcbsmp50.bpi qrpt50.bpi vcldb50.bpi 

Modified: trunk/apps/InstallMgr/InstallManager.cpp
===================================================================
--- trunk/apps/InstallMgr/InstallManager.cpp	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/apps/InstallMgr/InstallManager.cpp	2005-09-18 09:09:58 UTC (rev 418)
@@ -18,6 +18,7 @@
 USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib");
 USEUNIT("..\..\..\sword\src\mgr\curlftpt.cpp");
 USEUNIT("..\..\..\sword\src\mgr\ftptrans.cpp");
+USELIB("..\..\clucene\clucene.lib");
 //---------------------------------------------------------------------------
 WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
 {
@@ -26,12 +27,12 @@
 		Application->Initialize();
 		Application->Title = "Install Manager";
 		Application->CreateForm(__classid(TMainForm), &MainForm);
-		Application->CreateForm(__classid(TStatusForm), &StatusForm);
-		Application->CreateForm(__classid(TRemoteMntForm), &RemoteMntForm);
-		Application->CreateForm(__classid(TInfoForm), &InfoForm);
-		Application->CreateForm(__classid(TCipherForm), &CipherForm);
-		Application->CreateForm(__classid(TUninstallForm), &UninstallForm);
-		Application->Run();
+         Application->CreateForm(__classid(TStatusForm), &StatusForm);
+         Application->CreateForm(__classid(TRemoteMntForm), &RemoteMntForm);
+         Application->CreateForm(__classid(TInfoForm), &InfoForm);
+         Application->CreateForm(__classid(TCipherForm), &CipherForm);
+         Application->CreateForm(__classid(TUninstallForm), &UninstallForm);
+         Application->Run();
 	}
 	catch (Exception &exception)
 	{

Added: trunk/installer/.project
===================================================================
--- trunk/installer/.project	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/installer/.project	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>BibleCS Installer</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>

Added: trunk/installer/orange-install.ico
===================================================================
(Binary files differ)


Property changes on: trunk/installer/orange-install.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/installer/setup.nsi
===================================================================
--- trunk/installer/setup.nsi	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/installer/setup.nsi	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,172 @@
+# Auto-generated by EclipseNSIS Script Wizard
+# Sep 18, 2005 12:07:34 AM
+
+Name "The SWORD Project for Windows"
+# Defines
+!define REGKEY "SOFTWARE\$(^Name)"
+!define VERSION 1.5.8
+!define COMPANY "CrossWire Bible Society"
+!define URL http://crosswire.org
+
+# MUI defines
+!define MUI_ICON "orange-install.ico"
+!define MUI_FINISHPAGE_NOAUTOCLOSE
+!define MUI_STARTMENUPAGE_REGISTRY_ROOT HKLM
+!define MUI_STARTMENUPAGE_NODISABLE
+!define MUI_STARTMENUPAGE_REGISTRY_KEY "Software\The SWORD Project for Windows"
+!define MUI_STARTMENUPAGE_REGISTRY_VALUENAME StartMenuGroup
+!define MUI_STARTMENUPAGE_DEFAULT_FOLDER "The SWORD Project"
+!define MUI_FINISHPAGE_RUN $INSTDIR\InstallManager.exe
+!define MUI_FINISHPAGE_SHOWREADME $INSTDIR\readme.txt
+!define MUI_UNICON "orange-install.ico"
+!define MUI_UNFINISHPAGE_NOAUTOCLOSE
+
+# Included files
+!include Sections.nsh
+!include MUI.nsh
+
+# Reserved Files
+ReserveFile "${NSISDIR}\Plugins\AdvSplash.dll"
+
+# Variables
+Var StartMenuGroup
+
+# Installer pages
+!insertmacro MUI_PAGE_WELCOME
+!insertmacro MUI_PAGE_LICENSE ..\..\sword\LICENSE
+!insertmacro MUI_PAGE_DIRECTORY
+!insertmacro MUI_PAGE_STARTMENU Application $StartMenuGroup
+!insertmacro MUI_PAGE_INSTFILES
+!insertmacro MUI_PAGE_FINISH
+!insertmacro MUI_UNPAGE_CONFIRM
+!insertmacro MUI_UNPAGE_INSTFILES
+
+# Installer languages
+!insertmacro MUI_LANGUAGE English
+
+# Installer attributes
+OutFile setup.exe
+InstallDir "$PROGRAMFILES\The SWORD Project for Windows"
+CRCCheck on
+XPStyle on
+ShowInstDetails show
+BGGradient 000080 000000 FFFFFF
+VIProductVersion 1.5.8.0
+VIAddVersionKey ProductName "The SWORD Project for Windows"
+VIAddVersionKey ProductVersion "${VERSION}"
+VIAddVersionKey CompanyName "${COMPANY}"
+VIAddVersionKey CompanyWebsite "${URL}"
+VIAddVersionKey FileVersion ""
+VIAddVersionKey FileDescription ""
+VIAddVersionKey LegalCopyright ""
+InstallDirRegKey HKLM "${REGKEY}" Path
+ShowUninstDetails show
+
+# Installer sections
+Section -Main SEC0000
+    SetOutPath $INSTDIR
+    SetOverwrite on
+    File ..\stage\icudt28l.dll
+    File ..\stage\layout.conf
+    File ..\stage\options.conf
+    File ..\stage\readme.txt
+    File ..\stage\sword.exe
+    File ..\apps\InstallMgr\InstallManager.exe
+    SetOutPath $INSTDIR\installMgr
+    File /r ..\apps\InstallMgr\installMgr\*
+    SetOutPath $INSTDIR\bookmarks
+    File /r ..\stage\bookmarks\*
+    SetOutPath $INSTDIR\help
+    File ..\stage\help\*
+    SetOutPath $INSTDIR\colors
+    File ..\stage\colors\*
+    SetOutPath $INSTDIR\mods.d
+    File /r ..\stage\mods.d\*
+    SetOutPath $INSTDIR\uilocales.d
+    File /r ..\stage\uilocales.d\*
+    File /r ..\stage\uilocales.d\*
+    WriteRegStr HKLM "${REGKEY}\Components" Main 1
+SectionEnd
+
+Section -post SEC0001
+    WriteRegStr HKLM "${REGKEY}" Path $INSTDIR
+    WriteUninstaller $INSTDIR\uninstall.exe
+    !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
+    SetOutPath $SMPROGRAMS\$StartMenuGroup
+    CreateShortCut "$SMPROGRAMS\$StartMenuGroup\The SWORD Project.lnk" $INSTDIR\sword.exe
+    CreateShortCut "$SMPROGRAMS\$StartMenuGroup\InstallManager.lnk" $INSTDIR\InstallManager.exe
+    CreateShortCut "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" $INSTDIR\uninstall.exe
+    !insertmacro MUI_STARTMENU_WRITE_END
+    WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)"
+    WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "${VERSION}"
+    WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" Publisher "${COMPANY}"
+    WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" URLInfoAbout "${URL}"
+    WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayIcon $INSTDIR\uninstall.exe
+    WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" UninstallString $INSTDIR\uninstall.exe
+    WriteRegDWORD HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoModify 1
+    WriteRegDWORD HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1
+SectionEnd
+
+# Macro for selecting uninstaller sections
+!macro SELECT_UNSECTION SECTION_NAME UNSECTION_ID
+    Push $R0
+    ReadRegStr $R0 HKLM "${REGKEY}\Components" "${SECTION_NAME}"
+    StrCmp $R0 1 0 next${UNSECTION_ID}
+    !insertmacro SelectSection "${UNSECTION_ID}"
+    Goto done${UNSECTION_ID}
+next${UNSECTION_ID}:
+    !insertmacro UnselectSection "${UNSECTION_ID}"
+done${UNSECTION_ID}:
+    Pop $R0
+!macroend
+
+# Uninstaller sections
+Section /o un.Main UNSEC0000
+    RMDir /r /REBOOTOK $INSTDIR\uilocales.d
+    RMDir /r /REBOOTOK $INSTDIR\uilocales.d
+    RMDir /r /REBOOTOK $INSTDIR\mods.d
+    Delete /REBOOTOK $INSTDIR\colors\*
+    RMDir /REBOOTOK $INSTDIR\colors
+    Delete /REBOOTOK $INSTDIR\help\*
+    RMDir /REBOOTOK $INSTDIR\help
+    RMDir /r /REBOOTOK $INSTDIR\bookmarks
+    RMDir /r /REBOOTOK $INSTDIR\installMgr
+    Delete /REBOOTOK $INSTDIR\InstallManager.exe
+    Delete /REBOOTOK $INSTDIR\sword.exe
+    Delete /REBOOTOK $INSTDIR\readme.txt
+    Delete /REBOOTOK $INSTDIR\options.conf
+    Delete /REBOOTOK $INSTDIR\layout.conf
+    Delete /REBOOTOK $INSTDIR\icudt28l.dll
+    DeleteRegValue HKLM "${REGKEY}\Components" Main
+SectionEnd
+
+Section un.post UNSEC0001
+    DeleteRegKey HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)"
+    Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk"
+    Delete /REBOOTOK $INSTDIR\uninstall.exe
+    DeleteRegValue HKLM "${REGKEY}" StartMenuGroup
+    DeleteRegValue HKLM "${REGKEY}" Path
+    DeleteRegKey /ifempty HKLM "${REGKEY}\Components"
+    DeleteRegKey /ifempty HKLM "${REGKEY}"
+    RMDir /REBOOTOK $SMPROGRAMS\$StartMenuGroup
+    RMDir /REBOOTOK $INSTDIR
+SectionEnd
+
+# Installer functions
+Function .onInit
+    InitPluginsDir
+    Push $R1
+    File /oname=$PLUGINSDIR\spltmp.bmp ..\Sword.BMP
+    advsplash::show 1000 1000 1000 -1 $PLUGINSDIR\spltmp
+    Pop $R1
+    Pop $R1
+FunctionEnd
+
+# Uninstaller functions
+Function un.onInit
+    ExecWait "$INSTDIR/InstallManager.exe -uninstall"
+    ReadRegStr $INSTDIR HKLM "${REGKEY}" Path
+    ReadRegStr $StartMenuGroup HKLM "${REGKEY}" StartMenuGroup
+    !insertmacro SELECT_UNSECTION Main ${UNSEC0000}
+FunctionEnd
+

Added: trunk/installer/win-uninstall.ico
===================================================================
(Binary files differ)


Property changes on: trunk/installer/win-uninstall.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: trunk/options.conf
===================================================================
--- trunk/options.conf	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/options.conf	2005-09-18 09:09:58 UTC (rev 418)
@@ -1,48 +0,0 @@
-
-[Appearance]
-AutoVSColor=1
-CommentBackColor=16771797
-CommentFontColor=8388608
-CommentFontName=MS Sans Serif
-CommentFontSize=16
-CurrentVSColor=8388863
-CurrentVSColorBlue=255
-CurrentVSColorGreen=128
-CurrentVSColorRed=128
-FieldColor=16771797
-FontSize=0
-LDBackColor=16771797
-LDFontColor=8388608
-LDFontName=MS Sans Serif
-LDFontSize=16
-TextBackColor=16771797
-TextFontColor=8388608
-TextFontName=MS Sans Serif
-TextFontSize=16
-VSNumberColor=255
-locale=en_us
-
-[Bookmarks]
-AutoSaveOther=0
-AutoSavePersonal=0
-
-[General]
-DevsAsDicts=false
-Splash=
-TipOfTheDay=Devotional
-
-[Hints]
-On=1
-
-[Layout]
-AutoSaveLayout=0
-
-[ModDefaults]
-DailyDevotion=losung_en_96
-GreekDef=StrongsGreek
-GreekParse=Thayer
-HebrewDef=BDB
-StrongsNumbers=KJV
-
-[System]
-

Added: trunk/stage/bookmarks/getsaved.conf
===================================================================
--- trunk/stage/bookmarks/getsaved.conf	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/bookmarks/getsaved.conf	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,10 @@
+
+[ROOT]
+branch1=What's God all about anyway?
+
+[branch1]
+branch2=Romans 3:23
+branch3=Romans 6:23
+branch4=John 3:16
+branch5=I John 1:9
+

Added: trunk/stage/bookmarks/personal.conf
===================================================================
--- trunk/stage/bookmarks/personal.conf	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/bookmarks/personal.conf	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,4 @@
+
+[ROOT]
+branch0=Personal Bookmarks
+

Added: trunk/stage/bookmarks/wtbsa.conf
===================================================================
--- trunk/stage/bookmarks/wtbsa.conf	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/bookmarks/wtbsa.conf	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,25 @@
+
+[ROOT]
+branch6=What the Bible Says About...
+
+[branch10]
+branch11=Isaiah 43:10
+branch12=Isaiah 44:6
+branch13=Isaiah 44:8
+
+[branch14]
+branch15=Matthew 22:30
+branch16=Mark 12:25
+branch17=Luke 20:35
+
+[branch6]
+branch7=Mormonism
+
+[branch7]
+branch10=Are There Other Gods Besides YHWH?
+branch14=Will We Be Married In Heaven?
+branch8=Has YHWH always been God?
+
+[branch8]
+branch9=Psalms 90:2
+

Added: trunk/stage/help/Sword.chm
===================================================================
(Binary files differ)


Property changes on: trunk/stage/help/Sword.chm
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/stage/help/about.html
===================================================================
--- trunk/stage/help/about.html	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/help/about.html	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,25 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<title>Sword Help - About</title>
+</head>
+
+<body bgcolor="#C0C0C0">
+
+<h3><strong>The Sword Project</strong></h3>
+
+<p>v1.4.7</p>
+
+<p>GNU GPL Copyleft 1999, CrossWire Bible Society</p>
+
+<p><a href="http://www.crosswire.org/">http://www.crosswire.org/</a></p>
+
+<p>The CrossWire Bible Society<br>
+P. O. Box 2528 <br>
+Tempe, AZ&nbsp; 85280-2528<br>
+</p>
+</body>
+</html>

Added: trunk/stage/help/faqh.html
===================================================================
--- trunk/stage/help/faqh.html	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/help/faqh.html	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,100 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<title>Sword Help - FAQs</title>
+</head>
+
+<body bgcolor="#C0C0C0">
+
+<p align="center"><a name="top"></a><strong>Sword Problems &amp;
+FAQs</strong></p>
+
+<p><a name="bugs"></a></p>
+
+<h2>Problems</h2>
+
+<p>Please submit all bug reports to: <a
+href="mailto:sword-bugs at crosswire.org">sword-bugs at crosswire.org</a>&nbsp;<br>
+View bug reports at: <a
+href="http://www.crosswire.org/sword/bugs/">http://www.crosswire.org/sword/bugs/</a><br>
+</p>
+
+<hr>
+
+<p><a name="faqs"></a></p>
+
+<h2>FAQs</h2>
+
+<p>Q. Why am I unable to display anything in the Bible,
+Commentary, or Dictionary windows?<br>
+A. You need at least one Bible module installed before there will
+be anything in the Bible window. Likewise for the other windows
+you need commentary and dictionary modules installed. Modules can
+be ordered on CD or downloaded from <a
+href="http://www.crosswire.org/sword/">http://www.crosswire.org/sword/</a>.</p>
+
+<p>Q. Why is the module I download not displaying correctly and
+is unreadable?<br>
+A. The module is probably locked. Locked modules need a key
+before they can be read. </p>
+
+<p>Q. Why do the characters in some modules not look correct?<br>
+A. That module may need a special font. </p>
+
+<p>Q. I downloaded a module but it will not install.<br>
+A. You may have downloaded a wrong version of that module for
+your operating system, or there may have been an error while
+downloading.</p>
+
+<p>Q. Why are some verses in some Bible modules numbered wrong?<br>
+A. Some Bible translations use different verse numbering systems.
+This creates problems when trying to use a Bible module that uses
+one system and a commentary that uses another. To make modules
+work together some may have been converted to another system. If
+you believe a verse is not numbered correctly, check it against a
+printed copy and against the KJV/AV, if it does not match one of
+those, please report the problem.</p>
+
+<hr>
+
+<h3><a name="smail"></a>Snail Mail</h3>
+
+<ul>
+    <li>The CrossWire Bible Society <br>
+        P. O. Box 2528 <br>
+        Tempe, AZ&nbsp; 85280-2528</li>
+</ul>
+
+<h3><a name="feedback"></a>Submit Feedback</h3>
+
+<ul>
+    <li><a href="mailto:sword-feedback at crosswire.org">sword-feedback at crosswire.org</a>
+    </li>
+</ul>
+
+<h3><a name="ordercd"></a>Order CD </h3>
+
+<ul>
+    <li><a
+        href="http://www.crosswire.org/sword/download/orderinfo.html">Order
+        Information</a></li>
+</ul>
+
+<h3 align="left"><a name="mailingl"></a>Mailing Lists</h3>
+
+<ul>
+    <li><p align="left"><a
+        href="http://www.crosswire.org/sword/mailings/">CrossWire
+        - Mailing Lists</a></p>
+    </li>
+</ul>
+
+<hr>
+
+<p align="center">[<a href="#top">Top</a>] - [<a
+href="sourceh.html">Previous</a>]</p>
+</body>
+</html>

Added: trunk/stage/help/index.html
===================================================================
--- trunk/stage/help/index.html	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/help/index.html	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,130 @@
+<HTML>
+<HEAD>
+<TITLE>Sword Help--Contents</TITLE>
+</HEAD><BODY bgcolor="#C0C0C0">
+<UL>
+	<LI> <a href="menush.html">Menus</a>
+	<UL>
+		<LI> <a href="menush.html#file">File</a>
+		<UL>
+			<LI> <a href="prefer.html">Preferences (See Preferences Window)</a>
+			<LI> <a href="menush.html#file">Save Layout</a>
+		</UL>
+		<LI> <a href="menush.html#edit">Edit</a>
+		<LI> <a href="menush.html#options">Options</a>
+		<LI> <a href="menush.html#search">Search</a>
+		<LI> <a href="menush.html#help">Help</a>
+	</UL>
+	<LI> <a href="prefer.html">Preferences Window</a>
+	<UL>
+		<LI> <a href="prefer.html#autosave">Autosave Bookmarks</a>
+		<UL>
+			<LI> <a href="prefer.html#autosave">Personal and Other</a>
+		</UL>
+		<LI> <a href="prefer.html#verse">Current Verse</a>
+		<UL>
+			<LI> <a href="prefer.html#verse">Auto Color</a>
+			<LI> <a href="prefer.html#verse">Choose Color</a>
+		</UL>
+		<LI> <a href="prefer.html#font">Text Font Size Spin Buttons (+/-)</a>
+		<LI> <a href="prefer.html#popups">Hint Popups</a>
+	</UL>
+	<LI> <a href="toolsh.html">Tools</a>
+	<UL>
+		<LI> <a href="toolsh.html#barrow">Back Arrow</a>
+		<LI> <a href="toolsh.html#search">Search (Also see Search Window)</a>
+		<LI> <a href="toolsh.html#lookup">Verse Lookup Controls</a>
+		<UL>
+			<LI> <a href="toolsh.html#lookup">Book-Chapter-Verse Spin Buttons </a>
+			<LI> <a href="toolsh.html#lookup">Freehand Verse Key</a>
+			<UL>
+				<LI> <a href="toolsh.html#userlist">User Verse List</a>
+			</UL>
+		</UL>
+		<LI> <a href="toolsh.html#bookmark">Bookmark</a>
+		<UL>
+			<LI> <a href="toolsh.html#bookmark">Add Bookmark</a>
+			<LI> <a href="toolsh.html#bookmark">Edit Bookmarks/Tree View</a>
+			<UL>
+				<LI> <a href="toolsh.html#bookmark">Add Child</a>
+				<LI> <a href="toolsh.html#bookmark">Delete</a>
+				<LI> <a href="toolsh.html#bookmark">Rename</a>
+				<LI> <a href="toolsh.html#bookmark">New Bookmark File</a>
+			</UL>
+			<LI> <a href="toolsh.html#bookmark">Bookmark Files</a>
+		</UL>
+		<LI> <a href="toolsh.html#dkey">Dictionary Key</a>
+		<LI> <a href="toolsh.html#keycodes">Key Codes (State Marks)</a>
+	</UL>
+	<LI> <a href="windowsh.html">Windows/Panels</a>
+	<UL>
+		<LI> <a href="windowsh.html#tab">Selection Tabs</a>
+		<LI> <a href="windowsh.html#right">Right Click Mouse Menu</a>
+		<UL>
+			<LI> <a href="windowsh.html#rcopy">Copy</a>
+			<LI> <a href="windowsh.html#rdic">Dictionary Lookup</a>
+			<LI> <a href="windowsh.html#rvl">Create Verse List</a>
+			<LI> <a href="windowsh.html#rrefer">References</a>
+		</UL>
+		<LI> <a href="windowsh.html#bible">Bibles</a>
+		<LI> <a href="windowsh.html#comment">Commentaries</a>
+		<UL>
+			<LI> <a href="windowsh.html#extra">Personal Commentary</a>
+			<UL>
+				<LI> <a href="windowsh.html#extra">Extra Right Click Options</a>
+				<UL>
+					<LI> <a href="windowsh.html#extra">Edit Entry</a>
+					<LI> <a href="windowsh.html#extra">Delete Entry</a>
+					<LI> <a href="windowsh.html#extra">Link to Comment for Verse</a>
+				</UL>
+				<LI> <a href="windowsh.html#makevl">Making a Verse List</a>
+			</UL>
+		</UL>
+		<LI> <a href=Dictionaries</a>
+			<LI> <a href="windowsh.html#diction">Definition Lookup</a>
+			<LI> <a href="windowsh.html#diction">Dictionary Key</a>
+		</UL>
+	</UL>
+	<LI> <a href="searchh.html">Search Window</a>
+	<UL>
+		<LI> <a href="searchh.html#top">Searching</a>
+		<LI> <a href="searchh.html#strong">Strong's Numbers</a>
+		<LI> <a href="searchh.html#input">Input Field</a>
+		<LI> <a href="searchh.html#case">Case Sensitive</a>
+		<LI> <a href="searchh.html#scope">Scope</a>
+		<LI> <a href="searchh.html#sbutton">Search Button</a>
+		<LI> <a href="searchh.html#sbutton">List</a>
+		<LI> <a href="searchh.html#sbutton">Preview</a>
+		<LI> <a href="searchh.html#mult">Mult Word</a>
+		<LI> <a href="searchh.html#phrase">Phrase</a>
+		<LI> <a href="searchh.html#regular">Regular Expression</a>
+		<UL>
+			<LI> <a href="searchh.html#rules">Rules</a>
+		</UL>
+	</UL>
+	<LI> <a href="modulesh.html">Modules</a>
+	<UL>
+		<LI> <a href="modulesh.html#download">Download Sites</a>
+		<LI> <a href="modulesh.html#locked">Locked Modules</a>
+		<LI> <a href="modulesh.html#install">Installing Modules</a>
+	</UL>
+	<LI> <a href="sourceh.html">Source Code</a>
+	<UL>
+		<LI> <a href="sourceh.html#download">Download Sites</a>
+		<LI> <a href="sourceh.html#dcorner">Sword Developer's Corner</a>
+		<LI> <a href="sourceh.html#purpose">Purpose of the Open Software Model</a>
+		<LI> <a href="sourceh.html#models">Various Open Software Model</a>
+	</UL>
+	<LI> <a href="faqh.html">Problems &amp; FAQs</a>
+	<UL>
+		<LI> <a href="faqh.html#bugs">Problems</a>
+		<LI> <a href="faqh.html#faqs">FAQs (Frequently Asked Questions)</a>
+		<UL>
+			<LI> <a href="faqh.html#smail">Mailing Address</a>
+			<LI> <a href="faqh.html#feedback">Submitting Feedback</a>
+			<LI> <a href="faqh.html#ordercd">Ordering a CD</a>
+			<LI> <a href="faqh.html#mailingl">Mailing Lists</a>
+		</UL>
+	</UL>
+</UL>
+</BODY></HTML>

Added: trunk/stage/help/menush.html
===================================================================
--- trunk/stage/help/menush.html	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/help/menush.html	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,73 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<meta name="Template"
+content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<title>Sword Help - Menus</title>
+</head>
+
+<body bgcolor="#C0C0C0" link="#0000FF" vlink="#800080">
+
+<h4 align="center"><a name="top"></a><font size="4"><strong>Sword
+Menu Help</strong></font></h4>
+
+<hr>
+
+<p><a name="file"></a></p>
+
+<h3>File Menu</h3>
+
+<p>From the File Menu you can, save the current layout or bring
+up the Preferences Window. To save the current sizes and
+positions of the windows click on <font color="#00FF00"><strong>Save
+Layout</strong></font> (no menu or confirmation will be displayed).
+To display the Preferences Window click on Preferences. For help
+with the <font color="#00FF00"><strong>Preferences Window</strong></font>
+see [<a href="prefer.html">Preferences Window</a>]</p>
+
+<p><a name="edit"></a></p>
+
+<h3>Edit Menu</h3>
+
+<p>From the Edit Menu you can copy selected text to the Windows
+clipboard by clicking on <font color="#00FF00"><strong>Copy</strong></font>
+(same as pressing alt-c, no menu or confirmation will be
+displayed).</p>
+
+<p><a name="options"></a></p>
+
+<h3>Options Menu</h3>
+
+<p>From the Options Menu you can change settings for the ways
+information from the different modules are displayed and used.
+Which options are listed, and how they work, will depend on what
+modules are installed. If no modules are installed that use
+options then no options will be listed.</p>
+
+<p><a name="search"></a></p>
+
+<h3>Search Menu</h3>
+
+<p>From the Search Menu you can click on <font color="#00FF00"><strong>New
+Search Window</strong></font> to bring up the Search Window. For
+help on the Search Window see [<a href="searchh.html">Search
+Window</a>].</p>
+
+<p><a name="help"></a></p>
+
+<h3>Help Menu</h3>
+
+<p>From the Help Menu you can get to these pages or by clicking
+on <font color="#00FF00"><strong>About</strong></font> you can
+view additional information about the Sword Project and CrossWire
+Bible Society.</p>
+
+<hr>
+
+<p align="center">[<a href="#top">Top</a>] - [<a
+href="prefer.html">Next</a>]</p>
+</body>
+</html>

Added: trunk/stage/help/modulesh.html
===================================================================
--- trunk/stage/help/modulesh.html	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/help/modulesh.html	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,55 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<meta name="CREATED" content="20000213;16535816">
+<meta name="CHANGED" content="16010101;0">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<title>Sword Help - Modules</title>
+</head>
+
+<body bgcolor="#C0C0C0">
+
+<h4 align="center"><a name="top"></a>Sword <strong>Modules Help</strong></h4>
+
+<hr>
+
+<h3><a name="download"></a>Downloading Modules</h3>
+
+<p>Modules can be downloaded from the following web site:</p>
+
+<p><a href="ftp://ftp.crosswire.org/pub/sword/modules/">ftp://ftp.crosswire.org/pub/sword/modules/</a></p>
+
+<p>or</p>
+
+<p><a
+href="http://www.crosswire.org/sword/download/idxcommon.html">http://www.crosswire.org/sword/download/idxcommon.html</a></p>
+
+<p>Note: Be sure the modules being downloaded are the correct
+version for the operating system you are using.</p>
+
+<h3><a name="locked"></a>Locked Modules</h3>
+
+<p>Locked Modules need a key to work. If you do not have the key
+for a locked module do not install it. If an installed module
+does not display correctly, and is completely unreadable, it may
+be a locked module and can not be read without the key.</p>
+
+<h3><a name="install"></a>Installing</h3>
+
+<p>New modules can be installed any time after the program has
+been installed. If the new module is compressed (zipped), extract
+the files to a temporary directory. (You need to get a program
+for doing the extraction if you don't have one. You can find a
+free one at <a href="http://www.cdrom.com/pub/infozip/">http://www.cdrom.com/pub/infozip/</a>
+). Run the program Setup.exe that is in the temporary directory
+where you extracted the files. Follow the instructions in the
+setup program. </p>
+
+<hr>
+
+<p align="center">[<a href="#top">Top</a>] - [<a
+href="sourceh.html">Next</a>] - [<a href="searchh.html">Previous</a>]</p>
+</body>
+</html>

Added: trunk/stage/help/prefer.html
===================================================================
--- trunk/stage/help/prefer.html	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/help/prefer.html	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,71 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<meta name="CREATED" content="20000213;16370836">
+<meta name="CHANGED" content="16010101;0">
+<meta name="Template"
+content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<title>Sword Help - Preferences Window</title>
+<STYLE>
+<!--
+		A:link { color: #0000ff }
+		A:visited { color: #800080 }
+	-->
+</STYLE>
+</head>
+
+<body bgcolor="#C0C0C0" link="#0000FF" vlink="#800080">
+
+<h4 align="center"><a name="top"></a>Sword <strong>Preferences
+Window Help</strong></h4>
+
+<hr>
+
+<p><a name="autosave"></a><font color="#00FF00"><strong>Autosave
+Bookmarks</strong></font></p>
+
+<p>If the <font color="#00FF00">Personal check box</font> is
+checked new personal bookmarks will be saved for future use. If
+the <font color="#00FF00">Other check box</font> is checked, new
+bookmarks in bookmark sets other than Personal will be saved for
+future use. If a check box is not checked the corresponding
+bookmarks will be lost when the program is closed.</p>
+
+<p><a name="verse"></a><font color="#00FF00"><strong>Current
+Verse </strong></font></p>
+
+<p><font color="#00FF00">Auto Color</font>, when marked, causes
+the current verse to be displayed in the color set in <font
+color="#00FF00">Choose Color</font>. If you do not wish to have
+the current verse displayed in a different color form the rest of
+the text, unmark Auto Color. The program must be restarted before
+the new setting will take effect.</p>
+
+<p>Click on the <font color="#00FF40">Choose Color</font> button
+to change the color used for current verse text. In the color
+window click on the color you want for current verse text and
+then click on OK. <font color="#00FF40">Auto Color</font> must be
+unmarked and the program must be restarted before the new color
+will take effect.</p>
+
+<p><a name="font"></a><font color="#00FF00"><strong>Text Font
+Size (+/-) </strong></font></p>
+
+<p>The text font size <font color="#00FF40">Spin Buttons</font>
+are used to increase or decrease the font size of displayed text.
+The default setting is zero. Negative numbers will produce
+smaller fonts. Positive numbers will produce larger fonts.</p>
+
+<p><a name="popups"></a><font color="#00FF00"><strong>Hint Popups</strong></font></p>
+
+<p>Check the Hint Popup box if you want hints.</p>
+
+<hr>
+
+<p align="center">[<a href="#top">Top</a>] - [<a
+href="toolsh.html">Next</a>] - [<a href="menush.html">Previous</a>]</p>
+</body>
+</html>

Added: trunk/stage/help/searchh.html
===================================================================
--- trunk/stage/help/searchh.html	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/help/searchh.html	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,412 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<meta name="Template"
+content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<title>Sword Help - Searches</title>
+</head>
+
+<body bgcolor="#C0C0C0" link="#0000FF" vlink="#800080">
+
+<p align="center"><a name="top"></a><strong>Sword Search Window
+help</strong></p>
+
+<hr>
+
+<h3>Searching</h3>
+
+<p>The search window allows searching the current Bible,
+commentary or dictionary, whichever had the cursor in it before
+doing the search. Just place the cursor in the Bible, commentary
+or dictionary window, select the desired version tab and then
+click on the search button on the main window to bring up the
+search window.</p>
+
+<p><a name="strong"></a><strong>Note: Searching for Strong's
+Numbers</strong></p>
+
+<p>To find the Greek word &quot;agape&quot; enter the Strong's
+number for agape, &lt;26&gt;, in the Input Field. The angle
+brackets, &lt;&gt; mark the beginning and end of a Strong's
+number, and are needed to limit the search from finding other
+nmbers.To search for Strong's numbers you need a module that has
+the numbers in the text, such as the AV/KJV with Strong's numbers.
+Not all Bible modules have the numbers. You may also need to
+toggle Strong's Numbers on in the <a href="prefer.html">Preferences
+Window</a>.</p>
+
+<hr>
+
+<h3><a name="input"></a>Input Field</h3>
+
+<p>Enter one or more words, or partial words, (separate words, or
+partials, with a space), a phrase, or pattern (Regular Expression)
+to search for. How the data entered in the Input Field is used
+will depend on which button is marked for Mult, Phrase and
+Regular Expression, and also if Case Sensitive is marked.</p>
+
+<h3><a name="case"></a>Case Sensitive </h3>
+
+<p>Click on the <font color="#00FF00">Case Sensitive</font> check
+box to toggle case sensitivity on or off. If the box is marked a
+search will only find verse in which the found text matches also
+the case of the text in the input field. If the box is unmarked
+the search will match if the texts match but are different in
+case. To locate &quot;LORD&quot; but not &quot;Lord&quot; or
+&quot;lord&quot; mark the check box. To let &quot;LORD&quot; and
+&quot;Lord&quot; match &quot;lord&quot; leave the check box
+unmarked.</p>
+
+<h3><a name="scope"></a>Scope</h3>
+
+<p>The scope of a search can be set to the <font color="#00FF00">Entire
+Module</font><font color="#400040">,</font><font color="#000000">
+the</font><font color="#400040"> </font><font color="#00FF00">Current
+Results</font><font color="#80FF00"> </font><font color="#000000">or
+a</font><font color="#400040"> </font><font color="#00FF00">Custom
+Range.</font><font color="#80FF00"> </font><font color="#000000">If
+Entire Module is checked and a search of the KJV Bible module is
+done for the name, Jesus, 939 matches will result. Then if
+Current Results is checked and another search is done for the
+title, Christ, 257 matches from the first 939 matches will remain.
+Then if Current Results remains checked and another search is
+done for the title, Lord, 106 matches from the 257 will remain.
+All the remaining 106 matches will have the name, Jesus, and both
+the titles, Christ and Lord.</font></p>
+
+<p><a name="range"></a><font color="#000000"><strong>Custom Range</strong></font></p>
+
+<p>A <font color="#00FF00">Custom Range</font><font
+color="#000000"> will limit a search to selected books or
+passages specified by the range. The range can be entered in the
+Range Field or selected from a list of predefined ranges by using
+the </font><font color="#00FF00">Custom Range Drop Down Button</font><font
+color="#000000">. A range of mat-john will limit a search to
+Matthew, Mark, Luke and John. A range can also consist of other
+ranges separated by semicolons. The range, mar-luk; acts, will
+limit a search to Mark, Luke and Acts. A range can specify
+chapters and verses. The range, John 3-John 7:28, will limit a
+search to part of the book of John, chapters 3 through 6 and
+chapter 7 through verse 28. </font></p>
+
+<p><font color="#000000">Note: A predefined range can not be used
+by entering the range name in the Range field. Predefined ranges
+must be selected from the Custom Range Drop Down list. </font></p>
+
+<p><font color="#000000">Note: When a predefined range is
+selected from the Custom Range Drop Down list, the name of the
+range, not the range data, is displayed in the Range Field. If
+the range, joh; i joh-iii; rev, with the name, John, is selected
+from the drop down list, only the range name, John, will be
+displayed in the Range Field, but all five books, John, 1John, 2John,
+3John and Revelation will be searched. However, entering the name,
+John, in the Range Field, without using the drop down list, will
+cause only the book of John to be searched.</font></p>
+
+<p><font color="#000000">Note: When defining a range with a
+numbered book like, 2John, it is best to use the Roman numerals
+for book numbers. Use something like, iij or ii jon or II John
+for 2John.</font></p>
+
+<p><a name="drange"></a><font color="#000000"><strong>Define
+Custom Range Button</strong></font></p>
+
+<p><font color="#000000">While Scope is set to Custom Range,
+clicking on the </font><font color="#00FF00">Define Custom Range</font><font
+color="#000000"> button will display the </font><font
+color="#00FF00">Maintain Custom Ranges</font><font
+color="#000000"> window, where ranges can be defined, named,
+edited and saved to a list of predefined ranges. Click on an
+existing range name to edit that range, or click </font><font
+color="#00FF00">Add</font><font color="#000000"> to create a new
+range. Enter the name for the range in the Range Name field for
+the range being defined . The name will be added to the list
+displayed by the </font><font color="#00FF00">Custom Range Drop
+Down Button</font><font color="#000000">. Enter the range data in
+the Range Text field. As you enter the data in the Range Text
+field the panel below it will show how the data is being
+interpreted. Click on </font><font color="#00FF00">Save</font><font
+color="#000000"> to save the range, or the information will be
+lost. To remove a range from the list, click on the name of the
+range and then click </font><font color="#00FF00">Remove</font><font
+color="#000000">.</font></p>
+
+<h3><a name="sbutton"></a>Search Button</h3>
+
+<p>Click the <font color="#00FF00">Search Button</font> to start
+a search and the last module that had a mouse click will be
+searched for what was entered in the <font color="#00FF00">Input
+Field</font>.</p>
+
+<h3><a name="slist"></a>List and Preview Panels</h3>
+
+<p>If any verses or entries match the search input field, they
+will be listed in the <font color="#00FF00">List</font> panel
+below the search controls. Selecting an item in the list, by
+clicking on it, will cause the text for it to be displayed in the
+<font color="#00FF00">Preview</font> panel below the list panel.
+Double clicking on a verse in the List panel will preview it and
+cause it to become the current verse for the Bible and Commentary
+windows.</p>
+
+<hr>
+
+<h3><a name="mult"></a>Mult Word</h3>
+
+<p>If Mult Word is marked the search will locate all lines (or
+verses) that have all the words, (or partials), listed in the
+Input Field. The position and order of the words, (or partials),
+in the line is not a factor. If all the words, (or partials), are
+in a line, in any order, even separated by other words, the line
+will be included in the list of found line. A search for &quot;prove
+cause&quot; will find Gen. 21:25, &quot;And Abraham re<font
+size="4"><strong>prove</strong></font>d Abimelech be<font
+size="4"><strong>cause</strong></font> of a well of water...&quot;
+This is because a word that is part of another word is considered
+found if a word containing it is found.</p>
+
+<hr>
+
+<h3><a name="phrase"></a>Phrase</h3>
+
+<p>If Phrase is marked the search will locate all lines (or
+verses) that contain what was entered in the input field, exactly
+as entered, including any spaces. The phrase found does not have
+to start or end at a word boundary. A search for &quot;now how
+thou ought&quot; will find 1 Timothy 3:1, &quot;...that thou
+mayest k<font size="4"><strong>now how thou ought</strong></font>est
+to behave...&quot; </p>
+
+<hr>
+
+<h3><a name="regular"></a>Regular Expression</h3>
+
+<p>Regular expression searches provide a way to do simple or
+complex searches for strings that match a pattern or set of
+patterns (branches) separated by vertical bars &quot;|&quot;.
+While a pattern can be built to look for a word or phrase, a
+simple pattern that consists of a word does not look for only
+that word but for any place the string of letters that make that
+word are found. A search for &quot;right&quot; will return verses
+that contain the word &quot;right&quot;, but also &quot;<strong>right</strong>eous&quot;,
+&quot;<strong>right</strong>eousness&quot;, &quot;un<strong>right</strong>eous&quot;,
+&quot;up<strong>right</strong>&quot; and even &quot;b<strong>right</strong>&quot;.
+A search for &quot;hall not&quot; is not a search for &quot;hall&quot;
+AND &quot;not&quot; but for the string &quot;hall not&quot; with
+a space between the second &quot;l&quot; and the &quot;n&quot;.
+The search for &quot;hall not&quot; will find occurrences of
+&quot;s<strong>hall not</strong>&quot;.</p>
+
+<p>The power of Regular Expressions is in the patterns (or
+templates) used to define a search. A pattern consists of
+ordinary characters and some special characters that are used and
+interpreted by a set of rules. Special characters include .\[^*$?+.
+Ordinary (or simple) characters are any characters that are not
+special. The backslash, &quot;\&quot;, is used to convert special
+characters to ordinary and ordinary characters to special. </p>
+
+<p>Example: the pattern &quot;<strong>i. love\.</strong>&quot;
+will find sentences that end with &quot;h<strong>i</strong>s <strong>love</strong>&quot;
+or &quot;<strong>i</strong>n <strong>love</strong>&quot; or
+&quot;<strong>i</strong>s <strong>love</strong>&quot; followed by
+a period. The first period in &quot;i. love\.&quot; is a special
+character that means allow any character in this position. The
+backslash in &quot;i. love\.&quot; means that the period
+following it is not to be considered a special character, but is
+an ordinary period. </p>
+
+<h4><a name="rules"></a><strong>RE Rules</strong></h4>
+
+<ul>
+    <li>. The period matches any character. See <a href="#period">Details</a>
+    </li>
+    <li>* The asterisk matches 0 or more characters of the
+        preceding: set, character or indicated character. See <a
+        href="#asterisk">Details</a> </li>
+    <li>+ The plus sign matches 1 or more characters of the
+        preceding: set, character or indicated character. See <a
+        href="#plus">Details</a> </li>
+    <li>? The question mark matches 0 or 1 character of the
+        preceding: set, character or indicated character. See <a
+        href="#question">Details</a> </li>
+    <li>[] Square brackets match any one of the characters
+        specified inside []. See <a href="#bracket">Details</a> </li>
+    <li>^ A caret as the first character inside [] means NOT. See
+        <a href="#caret">Details</a> </li>
+    <li>^ A caret beginning a pattern anchors the beginning of a
+        line. See <a href="#caret">Details</a> </li>
+    <li>$ A dollar at the end of a pattern anchors the end of a
+        line. See <a href="#dollar">Details</a> </li>
+    <li>| A vertical bar means logical OR. See <a href="#bar">Details</a>
+    </li>
+    <li>( ) Parentheses enclose expressions for grouping. <font
+        color="#FF0000"><strong>Not supported!</strong></font> </li>
+    <li>\ A backslash can be used prior to any special character
+        to match that character. See <a href="#backslash">Details</a>
+    </li>
+    <li>\ A backslash can be used prior to an ordinary character
+        to make it a special character. See <a href="#backslash">Details</a>
+    </li>
+</ul>
+
+<p><a name="period"></a><strong>The Period .</strong></p>
+
+<p>The Period &quot;.&quot; will match any single character even
+a space or other non-alphabet character.<br>
+<strong>s.t</strong> matches <strong>s</strong>i<strong>t</strong>,
+<strong>s</strong>e<strong>t</strong>,<strong> s</strong>o<strong>t</strong>,
+etc., which could be located in <strong>s</strong>i<strong>t</strong>ting,
+compas<strong>s</strong>e<strong>t</strong>h and <strong>s</strong>o<strong>t</strong>tish<br>
+<strong>b..t</strong> matches <strong>b</strong>oo<strong>t</strong>,
+<strong>b</strong>oa<strong>t</strong> and <strong>b</strong>ea<strong>t<br>
+foot.tool </strong>matches <strong>foot</strong>s<strong>tool </strong>and
+<strong>foot tool</strong></p>
+
+<p><a name="asterisk"></a><strong>The Asterisk *</strong></p>
+
+<p>The asterisk matches zero or more characters of the preceding:
+set, character or indicated character. <font color="#FFFF00">Using
+a period asterisk combination &quot;.*&quot; after a commonly
+found pattern can cause the search to take a very long time,
+making the program seem to freeze</font>.<br>
+<strong>be*n</strong> matches<strong> beeen, been, ben</strong>,
+and <strong>bn</strong> which could locate Reu<strong>ben</strong>
+and She<strong>bn</strong>a.</p>
+
+<p><a name="plus"></a><strong>The Plus Sign +</strong></p>
+
+<p>The Plus Sign matches one or more characters of the preceding:
+set, character or indicated character. <font color="#FFFF00">Using
+a period and plus sign combination &quot;.+&quot; after a
+commonly found pattern can cause the search to take a very long
+time, making the program seem to freeze</font>.<br>
+<strong>be+n</strong> matches <strong>beeen, been</strong> and <strong>ben</strong>,
+but not <strong>bn</strong>.</p>
+
+<p><a name="question"></a><strong>The Question Mark ?</strong></p>
+
+<p>The Question Mark matches zero or one character of the
+preceding: set, character or indicated character.<br>
+<strong>be?n</strong> matches <strong>ben</strong> and <strong>bn</strong>
+but not <strong>been</strong>.<br>
+<strong>trees?</strong> matches <strong>trees</strong> or <strong>tree</strong>.</p>
+
+<p><a name="bracket"></a><strong>The Square Brackets [ ]</strong></p>
+
+<p>The Square Brackets enclose a set of characters that can match.
+The period, asterisk, plus sign and question mark are not special
+inside the brackets. A minus sign can be used to indicate a range.
+If you want a caret &quot;^&quot; to be part of the range do not
+place it first after the left bracket or it will be a special
+character. To include a &quot;]&quot; in the set make it the
+first (or second after a special &quot;^&quot;) character in the
+set. To include a minus sign in the set make it the first (or
+second after a special &quot;^&quot;) or last character in the
+set.<br>
+<strong>s[eia]t</strong> matches <strong>set</strong>, <strong>sit</strong>,
+and <strong>sat</strong>, but not <strong>s</strong>o<strong>t</strong>.<br>
+<strong>s[eia]+t </strong>matches as above but also, <strong>seat,
+seet, siet</strong>, etc.<br>
+<strong>[a-d]</strong> matches <strong>a, b, c,</strong> or <strong>d</strong>.<br>
+<strong>[A-Z]</strong> matches any uppercase letter.<br>
+[.;:?!] matches ., ;, :, ?, or ! but not a comma.<br>
+[]^-] matches ] or ^ or -</p>
+
+<p><a name="caret"></a><strong>The Caret first in Square Brackets
+[^xxx]</strong></p>
+
+<p>If the Caret is the first character after the left bracket it
+means NOT.<br>
+<strong>s[^io]t</strong> matches <strong>set, sat</strong>, etc.,
+but not <strong>s</strong>i<strong>t</strong> and <strong>s</strong>o<strong>t</strong>.</p>
+
+<p><strong>The Caret as Start of Line Anchor ^xxx</strong></p>
+
+<p>If the Caret is the first character in a pattern it anchors
+the pattern to the start of a line. Any match must be at the
+beginning of a line. <font color="#FFFF00">Because of unfiltered
+formatting characters in some texts, this feature does not always
+work, but may if a few periods are placed after the caret to
+account for the formatting characters.<br>
+</font><strong>^In the beginning</strong> matches lines that
+start with &quot;<strong>In the beginning</strong>&quot;. <font
+color="#FFFF00">(May need to use: <strong>^.....In the beginning</strong>)</font></p>
+
+<p><a name="dollar"></a><strong>The Dollar Sign as End of Line
+Anchor xxx$</strong></p>
+
+<p>If the Dollar Sign is the last character in a pattern it
+anchors the pattern to the end of a line. Any match must be at
+the end of a line. <font color="#FFFF00">Because of unfiltered
+formatting characters in some texts, this feature does not always
+work, but may if a few periods are placed before the dollar sign
+to account for the formatting characters.<br>
+</font><strong>Amen\.$</strong> matches lines that end with
+&quot;<strong>Amen.</strong>&quot; <font color="#FFFF00">(May
+need to use Amen\....$, Amen\..........$, or even Amen\....................$)</font></p>
+
+<p><a name="bar"></a><strong>The Vertical Bar |</strong></p>
+
+<p>The Vertical Bar between patterns means OR. <br>
+<strong>John|Peter</strong> matches <strong>John</strong> or <strong>Peter.<br>
+John .*Peter|Peter .*John</strong> matches <strong>John</strong>
+... <strong>Peter</strong> or <strong>Peter</strong> ... <strong>John</strong>.
+<font color="#FFFF00">(.* slows a search)<br>
+</font><strong>pain|suffering|sorrow</strong> matches <strong>pain</strong>,
+or <strong>suffering</strong>, or <strong>sorrow</strong>.</p>
+
+<p><a name="parenth"></a><strong>The Parentheses ( ) </strong></p>
+
+<p><font color="#FF0000"><strong>The use of Parentheses ( ) is
+not supported!</strong></font></p>
+
+<p><a name="backslash"></a><strong>The Backslash Prior to a
+Special Character \*</strong></p>
+
+<p>The Backslash prior to a special character indicates that the
+character is not being used in its special meaning, but is just
+to match itself.<br>
+<strong>amen\.</strong> matches <strong>amen.</strong> but not <strong>amen</strong>t
+and will not locate firm<strong>amen</strong>t.</p>
+
+<p><strong>The Backslash Prior to an Ordinary Character \s</strong></p>
+
+<p>The Backslash prior to an ordinary character indicates that
+the character is not being used to match itself, but has special
+meaning.</p>
+
+<dir>
+    <li>\b if use outside [] means word boundary. If used inside
+        [] means backspace.<br>
+        <strong>\brighteous\b</strong> matches <strong>righteous</strong>
+        but not un<strong>righteous</strong> or <strong>righteous</strong>ness</li>
+    <li>\B means non-word boundary.<br>
+        <strong>\Brighteous\B</strong> matches un<strong>righteous</strong>ness
+        and un<strong>righteous</strong>ly but not <strong>righteous</strong>,
+        un<strong>righteous</strong> or <strong>righteous</strong>ness.</li>
+</dir>
+
+<ul>
+    <li>\d means digit; same as [0-9]. </li>
+    <li>\D means non-digit, same as [^0-9]. </li>
+</ul>
+
+<ul>
+    <li>\s means space. </li>
+    <li>\S means not a space. </li>
+</ul>
+
+<ul>
+    <li>\w means alphanumeric; same as [a-zA-Z0-9_]. </li>
+    <li>\W means not alphanumeric; same as [^a-zA-Z0-9_]. </li>
+</ul>
+
+<hr>
+
+<p align="center">[<a href="#top">Top</a>] - [<a
+href="modulesh.html">Next</a>] - [<a href="windowsh.html">Previous</a>]</p>
+</body>
+</html>

Added: trunk/stage/help/sourceh.html
===================================================================
--- trunk/stage/help/sourceh.html	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/help/sourceh.html	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,190 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<title>Sword Help - Source Code</title>
+</head>
+
+<body bgcolor="#C0C0C0">
+
+<p align="center"><a name="top"></a><strong>Sword Source Code
+Help</strong></p>
+
+<hr>
+
+<p><a name="download"></a></p>
+
+<h3>Download Source Code</h3>
+
+<p>The Source Code for the Sword can be downloaded from: </p>
+
+<p><a href="ftp://ftp.crosswire.org/pub/sword/source/">ftp://ftp.crosswire.org/pub/sword/source/</a></p>
+
+<p>A working Win32 binary can be downloaded from:</p>
+
+<p><a href="ftp://ftp.crosswire.org/pub/sword/frontend/win32/">ftp://ftp.crosswire.org/pub/sword/frontend/win32/</a></p>
+
+<p><a name="dcorner"></a></p>
+
+<h3>The Sword Developer's Corner is located at:</h3>
+
+<p><a href="http://www.crosswire.org/sword/development/">http://www.crosswire.org/development/</a></p>
+
+<ul>
+    <li><a
+        href="http://www.crosswire.org/sword/development/primer.html"
+        target="Details">SWORD API Primer</a></li>
+</ul>
+
+<h3>Other Sword Based Software</h3>
+
+<p><a href="http://www.bibletime.de/">BibleTime</a> Bible
+software for Linux/Unix and KDE</p>
+
+<p>&nbsp;</p>
+
+<hr>
+
+<p><a name="purpose"></a></p>
+
+<h3>Purpose Statement for The Open Software Model</h3>
+
+<p>In short, this open project is an effort to create an ever
+expanding software package for research and study of God and His
+Word. The Open Software Model is the basis of development,
+maximizing the rapid growth and features of this package. This is
+not a project that has been started 'from scratch', but instead
+seeks to leverage from the previous work of others. Many efforts
+have already been made in the likes of the collection and
+digitization of sources and determination of features beneficial
+for such a tool. All types of Biblical texts and helps, along
+with a system independent engine to retrieve such, plus a variety
+of front ends to bring this to as many users as possible, are the
+elements that this group desire-- and are committed-- to fuse
+together by the blessings of God for the creation of a study aide
+that will be wielded solely by the Holy Spirit to convey God's
+truths to all who implement the efforts of this project.</p>
+
+<h3>What's an Open Software Project?</h3>
+
+<ul>
+    <li>Open Software Projects have been an effective way to
+        develop quality software for many years.<ul>
+            <li>&quot;The system that makes this cooperative
+                effort possible is called the GNU General Public
+                License (GPL)... A piece of software that is
+                declared by its author to be under the GPL is
+                said to be copylefted, as opposed to copyrighted.
+                Whenever a copylefted product is distributed, its
+                source code must be available as well, so that
+                any user of the product can alter it, recompile
+                it, and reconfigure it ad infinitum. But any
+                changes, fixes, or upgrades that are made to that
+                source code must be placed back in the original
+                product, with the source code of the new
+                contribution. Thus the product continues to
+                improve without being held by a single individual
+                or company. Further, any individual or company
+                can package and sell products that are under GPL,
+                but they must still make the source code to the
+                product available. Anyone who buys the product is
+                free to recopy, alter, or redistribute the
+                product as well, so long as the GPL is followed.&quot;
+            </li>
+        </ul>
+    </li>
+</ul>
+
+<p>For some time, there has been made freely available a Bible
+software package, The Online Bible, written in Canada and once a
+primary distribution of an organization named <a
+href="http://www.bf.org/">Bible Foundation</a>. This software has
+many useful features, and more useful texts, that have been
+adapted for use by this utility. The project, however, is very
+closed, and thus has not advanced at a pleasing pace. Many
+affiliated with Bible Foundation have expressed an interest in an
+open project that would allow the endowment of any and all
+programmers wishing to contribute to such.</p>
+
+<p>With God's blessing, this project will incorporate the talents
+of all developers wishing to contribute their skills in the
+development of a software utility that will enable all people to
+come to a fuller understanding of God's word and will. This
+project will leverage on the efforts that have already been
+rendered by the authors of The Online Bible package in the
+collection of texts / sources and in the discovery and refinement
+of the features that users desire. This homepage will be the
+pivot point for publishing development designs, communications,
+task lists and associated group leaders and contributors along
+with open tasks needing developers, code in progress, and
+finished releases. Mass distribution capabilities of larger FTP
+sites will be sought for general public circulation.</p>
+
+<h3>So Who's Leading This Project?</h3>
+
+<ul>
+    <li>There are many modularized components of this project,
+        each with their own group leader/s. Each leader is free
+        to take the direction that they see fit to accomplish the
+        goals of the concurred design, being held accountable
+        only to fellow developers, users, and of course God ;) (that
+        should put a sense of responsibility in all of you! :)
+        Startup efforts and this homepage are organized by Scribe,
+        who may happen to be a group leader of a few of the core
+        components, but should in no way be seen (or wishes to be
+        seen) as the overall manager/owner of this project. This
+        is a collaboration of the masses-- many parts of a body
+        working together for a common purpose (wow, what an
+        analogy :)!</li>
+</ul>
+
+<p>Now, may the love of God fill you with all wisdom, peace,
+perseverance, talent, and a desire to serve Him, as you
+contribute or make use of these contributions of the Body of
+Christ. </p>
+
+<hr>
+
+<p><a name="models"></a></p>
+
+<h3>Open Software Models</h3>
+
+<p>For more information on various &quot;open software models&quot;
+or &quot;free software&quot;, (free as in freedom, not just
+gratis), see the following web sites:</p>
+
+<p>GNU Project - Free Software Foundation - <a
+href="http://www.gnu.org/philosophy/categories.html#PublicDomainSoftware">Categories
+of Free and Non-Free Software</a><br>
+GNU Project - Free Software Foundation - <a
+href="http://www.gnu.org/copyleft/copyleft.html">What is the
+Copyleft?</a><br>
+GNU Project - Free Software Foundation - <a
+href="http://www.gnu.org/copyleft/gpl.html">GNU General Public
+License</a><br>
+GNU Project - Free Software Foundation - <a
+href="http://www.gnu.org/copyleft/lgpl.html">GNU Library General
+Public License</a><br>
+opensource.org - <a href="http://www.opensource.org/osd.html">The
+Open Source Definition</a><br>
+mozilla.org<b> - </b><a href="http://www.mozilla.org/MPL/">netscape
+public license</a><b> </b>and<b> </b><a
+href="http://www.mozilla.org/MPL/FAQ.html">Netscape Public
+License FAQ</a><br>
+Debian - <a href="http://www.debian.org/social_contract.html">A
+Social Contract</a> and <a
+href="http://www.debian.org/misc/bsd.license">bsd license</a> <br>
+perl.com - <a href="http://language.perl.com/misc/Artistic.html">Artistic
+License</a><br>
+<font size="2"><strong>Troll Tech</strong> - </font><a
+href="http://www.troll.no/qpl/">The Q Public License</a><br>
+</p>
+
+<hr>
+
+<p align="center">[<a href="#top">Top</a>] - [<a href="faqh.html">Next</a>]
+- [<a href="modulesh.html">Previous</a>]</p>
+</body>
+</html>

Added: trunk/stage/help/toolsh.html
===================================================================
--- trunk/stage/help/toolsh.html	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/help/toolsh.html	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,184 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<meta name="Template"
+content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<title>Sword Help - Tools</title>
+</head>
+
+<body bgcolor="#C0C0C0" link="#0000FF" vlink="#800080">
+
+<p align="center"><a name="top"></a><strong>Sword Tools Help</strong></p>
+
+<hr>
+
+<p><a name="barrow"></a></p>
+
+<h3>Back Arrow</h3>
+
+<p>The Back Arrow works like a Back Arrow on a web browser.
+Clicking on the Back Arrow will change what is displayed in the
+Bible and commentary windows to what was in them before the last
+set of text was loaded into those windows. Example: James 1:19 is
+displayed in the Bible window and the commentary window is
+displaying a comment on James 1:19; then a bookmark to John 3:16
+is used and the Bible window displays John 3:16 and the
+commentary window displays a comment on John 3:16; then clicking
+on the Back Arrow will reload the text for James 1:19 for the
+Bible and commentary windows.</p>
+
+<p><a name="search"></a></p>
+
+<h3>Search</h3>
+
+<p>Clicking on the Search Tool will display the Search Window -
+see [<a href="searchh.html">Search Window</a>] </p>
+
+<p><a name="lookup"></a></p>
+
+<h3>Verse lookup controls </h3>
+
+<p>There are two ways to directly go to a verse.</p>
+
+<ul type="circle">
+    <li>Book Drop Down Button, Chapter and Verse Spin Buttons and
+        Check Mark Button. </li>
+    <li>Freehand Verse Key </li>
+</ul>
+
+<p><a name="bookdrop"></a></p>
+
+<p>Clicking on the <font color="#00FF00">Book Drop Down Button</font>
+will display a menu list of the books of the Bible. Clicking on a
+book in the list will load the text starting at verse one,
+chapter one, for that book. Clicking on a <font color="#00FF00">Chapter
+or Verse Spin Buttons</font> will change the current verse
+forward or backward a chapter or verse. Clicking the <font
+color="#00FF00">Check Mark Button</font> will bring the display
+back to the verse referenced by these fields if the display has
+scrolled away from it.</p>
+
+<p><a name="freehand"></a></p>
+
+<p>To use the <font color="#00FF00">Freehand Verse Key</font>,
+select (click) the key's field and enter a verse references in
+the field. The current verse will change to that verse.
+References may use the full name of the book or an abbreviation
+of the name. Some books may be abbreviated by as few as one
+letter. &quot;Genesis&quot;, &quot;gen&quot;, &quot;Ge&quot; and
+&quot;g&quot; all work as references to Genesis. Care must be
+taken where more than one book starts with the same letters.
+&quot;G&quot; works for Genesis and not Galatians. If a book is
+indicated Chapter and verse numbers are optional. Space between
+the book name and the chapter number is optional. If a chapter
+number is used the verse number is optional. If chapter and verse
+numbers are included, a colon must separate the chapter and verse
+numbers. If no book is indicated and only one number given it
+will be used as a verse reference in the current book and chapter.
+Two numbers separated by a colon without a book reference, will
+be taken as chapter and verse in the current book. </p>
+
+<p><a name="userlist"></a></p>
+
+<p>A <font color="#00FF40">list of verses</font> can also be
+entered in the <font color="#00FF40">Freehand Verse Key</font>.
+Entering a list of verses will cause the current verse to become
+the first in the list and all the verses will be listed in a <font
+color="#00FF40">User Verse List window</font>. When entering a
+list, separate references to different chapters or books by
+semicolons. Entering &quot;jn 4:5-8,11;6:12;rev 21:21&quot; will
+make John 4:5 the current verse and will create a User Verse List
+window with four entries in it.</p>
+
+<p><a name="bookmark"></a></p>
+
+<h3>Bookmark</h3>
+
+<p>The Bookmark feature works like the &quot;bookmark&quot; or
+&quot;favorites&quot; feature of a web browser. A bookmark saves
+a reference to a verse, in a bookmark file. By selecting a
+bookmark the Bible and commentary windows load the text for the
+verse referenced by the bookmark. (To save not just the verse
+reference, but also the Bible version and selected commentary,
+use the <font color="#00FF00">State Marks</font>. See [<a
+href="#keycodes">State Marks</a>])</p>
+
+<p><a name="bmarkops"></a>Clicking on the Bookmark button
+displays the following options:</p>
+
+<ul type="circle">
+    <li>Add Bookmark </li>
+    <li>Edit Bookmarks/Tree View </li>
+    <li>Bookmark Files (more than one line) </li>
+</ul>
+
+<p>Selecting <font color="#00FF00">Add Bookmark</font> will add a
+reference to the current verse to the Personal bookmarks file.
+Selecting one of the <font color="#00FF00">bookmark files</font>
+will expand the view of that file so you can select a topic to
+expand or select a verse to display. Selecting <font
+color="#00FF00">Edit Bookmarks/Tree View</font> will display the <font
+color="#00FF00">Bookmarks window</font> with a Tree View of the
+bookmark files, topics and verse references. Clicking on a plus
+sign will expand the tree at that point. Clicking on a minus sign
+will collapse the tree at that point. Double clicking on a file
+or topic will toggle the expanded view on and off at that point
+in the tree. <font color="#00FF00">Right clicking</font> in the
+Bookmarks window will display the following options:<a
+name="bmarkrops"></a></p>
+
+<ul type="square">
+    <li>Add Child </li>
+    <li>Delete </li>
+    <li>Rename </li>
+    <li>New Bookmark File </li>
+</ul>
+
+<p>Selecting <font color="#00FF00">Add Child</font> will add a
+topic, named &quot;New Topic,&quot; below the place in the tree
+that is highlighted. You can change the name to your topic or
+enter a verse reference. By selecting <font color="#00FF00">Delete</font>
+the highlighted item in the tree will be deleted. Selecting <font
+color="#00FF00">Rename</font> allows the renaming of the
+highlighted item in the tree. Selecting <font color="#00FF00">New
+Bookmark File</font> allows the creation of a new bookmark file,
+and opens the <font color="#00FF00">Add New Bookmark File Window</font>,
+with the following fields:</p>
+
+<ul type="circle">
+    <li>File Name (without extension) </li>
+    <li>Bookmark Section Title </li>
+</ul>
+
+<p>Enter the name of the file to be created and a Title for it to
+be displayed in the bookmark tree.</p>
+
+<p><a name="dkey"></a></p>
+
+<h3>Dictionary Key </h3>
+
+<p>Entering a word in the Dictionary Key causes a lookup of the
+word in the current dictionary. If the word is not found the next
+word after where it would have been is displayed. See [<a
+href="windowsh.html#diction">Dictionaries</a>]</p>
+
+<p><a name="keycodes"></a></p>
+
+<h3>Key Codes </h3>
+
+<p>The ten <font color="#00FF00">State Marks</font><font
+color="#800080"> </font>CTRL-[0-9], (press the control key and
+one of the keys &quot;0&quot; through &quot;9&quot; at the same
+time), are used to save the state of the current verse, selected
+Bible version and selected commentary so they can be recalled
+latter by using CTRL-SHIFT-[0-9]. </p>
+
+<hr>
+
+<p align="center">[<a href="#top">Top</a>] -[<a
+href="windowsh.html">Next</a>] - [<a href="prefer.html">Previous</a>]</p>
+</body>
+</html>

Added: trunk/stage/help/windowsh.html
===================================================================
--- trunk/stage/help/windowsh.html	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/help/windowsh.html	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,181 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<meta name="CREATED" content="20000213;16525637">
+<meta name="CHANGED" content="16010101;0">
+<meta name="Template"
+content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<title>Sword Help - Sword windows</title>
+<STYLE>
+<!--
+		A:link { color: #0000ff }
+		A:visited { color: #800080 }
+	-->
+</STYLE>
+</head>
+
+<body bgcolor="#C0C0C0" link="#0000FF" vlink="#800080">
+
+<h4 align="center"><a name="top"></a>Sword <strong>windows Help</strong></h4>
+
+<hr>
+
+<p>The three main window areas, Bible, Commentary and Dictionary,
+are covered in this section.</p>
+
+<h3><a name="tabs"></a>Selection Tabs</h3>
+
+<p>The selection Tabs at the top of the Bible, Commentary and
+Dictionary windows provide a way to quickly select which text to
+view in each window. By clicking on a tab that text will be
+displayed.</p>
+
+<h3><a name="right"></a>Right Click Mouse Menu</h3>
+
+<p>To bring up the Right Click Mouse Menu right click in the text
+of the item you want select to produce a menu for. However, if
+the item you want the menu for is highlighted, you can right
+click anywhere in the window it is in and the highlighted text
+will be selected.</p>
+
+<p>The Right Click Mouse Menu has the following options:</p>
+
+<ul type="circle">
+    <li>Copy </li>
+    <li>Dictionary Lookup </li>
+    <li>Create Verse List (Appears if the cursor is on a list of
+        verse references) # Col 2:13-15;Rom 5:18 </li>
+    <li>References (Appears if the cursor is on a list of verse
+        references) </li>
+</ul>
+
+<p><a name="rcopy"></a><font color="#00FF00"><strong>Copy</strong></font>
+will copy highlighted text to the Windows clipboard.</p>
+
+<p><a name="rdic"></a><font color="#00FF00"><strong>Dictionary
+Lookup</strong></font> changes the display in the dictionary
+window for the selected word. If that word is not in the current
+dictionary the display moves to the word following where the word
+should have been. <strong>LEFT click</strong> with the mouse
+cursor, on the word to look up, before right clicking.</p>
+
+<p><a name="rvl"></a><font color="#00FF00"><strong>Create Verse
+List</strong></font> opens a verse list window for the verses in
+the reference list of the selected text. (A reference list looks
+something like, # Col 2:13-15;Rom 5:18.) The title bar of the
+verse list window shows the source of the list. Multiple verse
+list windows can be open at the same time. Clicking on a verse
+reference in a verse list window will display the verse in the
+preview panel of the verse list window. Double clicking on a
+verse reference will cause the Bible and Commentary windows to
+display the text for that verse.</p>
+
+<p><a name="rrefer"></a><font color="#00FF00"><strong>References</strong></font>
+to verses appear in the Right Click Mouse Menu if a verse
+reference list was the selected text. Selecting one of the verses
+causes the Bible and Commentary windows to display text for the
+selected verse.</p>
+
+<h3><a name="bible"></a>Bible Window</h3>
+
+<p>The Bible window displays text indicated by the Current Verse
+tools, the selected Bible translation <a href="#tabs">Tab</a> and
+the window scrollbar. To change the current verse see [<a
+href="toolsh.html#lookup">Verse Lookup Controls</a>].</p>
+
+<p>The Bible window uses the <a href="#right">Right Click Mouse
+Options</a>. For information on what Bible translation modules
+are available and how to install them see [<a
+href="modulesh.html">Modules</a>].</p>
+
+<h3><a name="comment"></a>Commentary Window</h3>
+
+<p>The Commentary Window displays a comment, if one exists, for
+the verse indicated by the Current Verse selection tools and the
+commentary indicated by the selected commentary <a href="#tabs">Tab</a>.
+To see the comment for another verse use the [<a
+href="toolsh.html#lookup">Verse Lookup Controls</a>] to change
+the current verse.</p>
+
+<p><a name="extra"></a>In addition to the <a href="#right">Right
+Click Mouse Options</a> the Commentary window has the following <font
+color="#00FF00">Extra Right Mouse Options</font> for the <font
+color="#00FF00">Personal</font> commentary module.</p>
+
+<ul>
+    <li><strong>Edit Entry </strong></li>
+    <li><strong>Delete Entry </strong></li>
+    <li><strong>Link to Comment for Verse </strong></li>
+</ul>
+
+<p>To create or Edit an entry in the Personal Commentary module
+for the current verse select <font color="#00FF00">Edit Entry</font>
+from the Right Mouse Menu to open a Rich Text Format Editor
+window. To delete the entry for the current verse select <font
+color="#00FF00">Delete Entry</font> from the Right Mouse Menu. </p>
+
+<p><strong>Multiple Verse (passage) Comments</strong></p>
+
+<p>All the verses of a passage can be linked to the same comment
+in the Personal Commentary module. Create a comment using <font
+color="#00FF00">Edit Entry</font> for one of the verses and then
+for each remaining verse make the verse current and then select <font
+color="#00FF00">Link to Comment for Verse</font> and enter the
+name of the verse with the comment to link to. Parallel verses
+can also be linked this way, though it is best to avoid mixing
+passage and parallel comments. A better way to do Parallels and
+cross-references is to put a verse list in the comment or copy
+and paste comments. </p>
+
+<p><a name="makevl"></a><strong>Making a Verse List (cross-references)</strong></p>
+
+<p>To provide for cross-referencing in the Personal comments a
+verse list may be placed in the text. Right click on the comment
+to bring up the comment editor. Then place a pound sign, &quot;#&quot;,
+in the text where the list should go. Follow it with a space and
+a verse or passage reference. For multiple references in a list,
+separate the references with semicolons. The format looks like, #
+Col 2:13-15;Rom 5:18. When the comment in the comment window is
+right clicked, the <a href="#right">Right Click Menu</a> will
+show the references in the menu. Selecting a reference from the
+menu will make it the current verse.</p>
+
+<h3><a name="diction"></a>Dictionaries</h3>
+
+<p>There are two ways to look up the definition of a word--using
+the Right Click Menu or the Dictionary Key.</p>
+
+<p>To look up the definition of a word in a Bible, Commentary or
+Dictionary window right click on the word to bring up the <a
+href="#right">Right Click Menu</a> and select <font
+color="#00FF00">Dictionary Lookup</font>. The word will then be
+displayed in the <font color="#00FF00">Dictionary Key</font> and
+the <font color="#00FF00">Word List</font> will scroll to the
+place in the list where the word should be. If the word exists in
+the selected dictionary, the definition for it will be displayed.
+If the word does not exist in the selected dictionary, the
+definition for the word following where the word would have been
+is displayed. </p>
+
+<p>To look up the definition of a word by using the <font
+color="#00FF00">Dictionary Key</font>, just enter the word into
+the Dictionary Key. The word list will scroll through the word
+list for the selected dictionary as you type the word. If the
+word does not exist in the selected dictionary, the definition
+for the word following where the word would have been is
+displayed.</p>
+
+<p>To change the selected dictionary click on the tab of another
+dictionary. Use the scroll bar in <font color="#00FF00">Dictionary
+Word List</font> to scroll through the words in the selected
+dictionary that are in the word list near the Dictionary Key word.</p>
+
+<hr>
+
+<p align="center">[<a href="#top">Top</a>] -[<a
+href="searchh.html">Next</a>] - [<a href="toolsh.html">Previous</a>]</p>
+</body>
+</html>

Added: trunk/stage/icudt28l.dll
===================================================================
(Binary files differ)


Property changes on: trunk/stage/icudt28l.dll
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/stage/layout.conf
===================================================================
--- trunk/stage/layout.conf	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/layout.conf	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,7 @@
+
+[History]
+LastComModule=Personal
+LastLDKey=5485
+LastLDModule=StrongsGreek
+LastTextModule=KJV
+LastVerse=John 1:1

Added: trunk/stage/mods.d/globals.conf
===================================================================
--- trunk/stage/mods.d/globals.conf	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/mods.d/globals.conf	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,2 @@
+[Globals]
+AutoInstall=./newmods/

Added: trunk/stage/options.conf
===================================================================
--- trunk/stage/options.conf	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/options.conf	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,14 @@
+[CustomRanges]
+New Testament=mat-rev
+Old Testament=gen-mal
+Gospels=Mat-John
+Letters/Epistles=Rom-Jude
+Paul's Epistles=Rom-Phile;Heb
+Moses/Pentateuch/Torah=Gen-Deu
+History=Jos-Est
+Poetry and Wisdom=Job-Song; Lam
+Prophets=Isa-Mal
+
+[System]
+MaxFiles=30
+

Added: trunk/stage/readme.txt
===================================================================
--- trunk/stage/readme.txt	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/stage/readme.txt	2005-09-18 09:09:58 UTC (rev 418)
@@ -0,0 +1,49 @@
+Install Manager
+---------------
+	The Install Manager utility provides a means for
+adding and removing plugin modules to The SWORD Project
+software.
+
+	If there are any modules available local to your
+computer, they will be displayed from the 'Local' tab in
+the 'Available' modules tree.  If you have modules available
+on a CD or network drive, you may tell Install Manager the
+location of these modules by selected the 'Local Path'
+option from the menu.
+
+	Remote sources can also be added by selecting the
+'Manage Remote Sources' option from the menu.  Remote
+sources are sites out on the internet that make modules
+available for download.  Anyone can provide a remote module
+source for The SWORD Project.  For a list of known sites, see
+the official SWORD Project page at CrossWire Bible Society's
+site: http://www.crosswire.org
+
+
+	-=+* WARNING *+=- -=+* WARNING *+=-
+
+Although Install Manager provides a convenient way for
+installing and upgrading SWORD components, it also uses a
+systematic method for accessing sites which gives packet
+sniffers a target to lock into for singling out users. 
+
+IF YOU LIVE IN A PERSECUTED COUNTRY AND DO NOT WISH TO RISK
+DETECTION, YOU SHOULD *NOT* USE INSTALL MANAGER'S REMOTE
+SOURCE FEATURES.
+
+
+	CrossWire Bible Society's Remote Source for SWORD
+modules can be accessed with the following entry:
+
+	Site Name:		CrossWire Bible Society
+	Site Machine Name:	ftp.crosswire.org
+	Repository Directory:	/pub/sword/raw/
+
+	Many users may have problems with remote source
+access with Install Manager due to firewall issues.
+Install Manager uses standard FTP protocal for accessing its
+remote sources and many network administrators do not allow
+FTP access thru their firewall.  These users will have to use
+alternative methods for obtaining and installing modules.
+See the CrossWire Bible Society website for more details on
+easy module installation without Install Manager.

Modified: trunk/sword.bpr
===================================================================
--- trunk/sword.bpr	2005-06-10 16:25:39 UTC (rev 417)
+++ trunk/sword.bpr	2005-09-18 09:09:58 UTC (rev 418)
@@ -73,8 +73,8 @@
 AutoIncBuild=1
 MajorVer=1
 MinorVer=5
-Release=7
-Build=113
+Release=8
+Build=1
 Debug=0
 PreRelease=0
 Special=0
@@ -86,13 +86,13 @@
 [Version Info Keys]
 CompanyName=CrossWire Software &amp; Bible Society
 FileDescription=Windows 32bit User Interface to The SWORD Project
-FileVersion=1.5.7.113
+FileVersion=1.5.8.1
 InternalName=biblecs
 LegalCopyright=(c) 1990-2005 CrossWire Bible Society under the terms of the GNU General Public License
 LegalTrademarks=
 OriginalFilename=
 ProductName=The SWORD Project
-ProductVersion=1.5.8rc1
+ProductVersion=1.5.8
 Comments=Seek Him and you will find Him
 
 [HistoryLists\hlIncludePath]

Modified: trunk/sword.res
===================================================================
(Binary files differ)



More information about the sword-cvs mailing list