|
@@ -0,0 +1,92 @@
|
|
|
|
|
+
|
|
|
|
|
+# Table of Contents
|
|
|
|
|
+
|
|
|
|
|
+1. [Description](#org0fd2bf5)
|
|
|
|
|
+2. [Dependencies](#orgdac3001)
|
|
|
|
|
+3. [Usage](#org5c15c21)
|
|
|
|
|
+ 1. [Keybindings](#org0af4153)
|
|
|
|
|
+4. [Features](#org4cdaafe)
|
|
|
|
|
+5. [Example](#org1894248)
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+<a id="org0fd2bf5"></a>
|
|
|
|
|
+
|
|
|
|
|
+# Description
|
|
|
|
|
+
|
|
|
|
|
+An Emacs Bible study application using [the SWORD project](https://www.croswire.org)'s \`diatheke'
|
|
|
|
|
+command line program to access SWORD text modules.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+<a id="orgdac3001"></a>
|
|
|
|
|
+
|
|
|
|
|
+# Dependencies
|
|
|
|
|
+
|
|
|
|
|
+[The SWORD Project](https://www.crosswire.org/sword/develop/index.jsp) library and utilities and a [Biblical Text module](https://www.crosswire.org/sword/modules/index.jsp)
|
|
|
|
|
+(uses KJV by default). Also, Strong's lexicons and morphological
|
|
|
|
|
+databases should be installed:
|
|
|
|
|
+
|
|
|
|
|
+- StrongsRealGreek
|
|
|
|
|
+- StrongsRealHebrew
|
|
|
|
|
+- Robinson
|
|
|
|
|
+- Packard
|
|
|
|
|
+- OSHM
|
|
|
|
|
+- AbbottSmith (lexicon) + AbbottSmithStrongs (index)
|
|
|
|
|
+- BDBGlosses<sub>Strongs</sub>
|
|
|
|
|
+
|
|
|
|
|
+The SWORD Project utility \`installmgr' can be used to install text
|
|
|
|
|
+modules and lexical and morphological databases.
|
|
|
|
|
+
|
|
|
|
|
+The program \`mkfastmod' should be used to generate indexes so the
|
|
|
|
|
+lexical search method will work.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+<a id="org5c15c21"></a>
|
|
|
|
|
+
|
|
|
|
|
+# Usage
|
|
|
|
|
+
|
|
|
|
|
+- M-x `bible-open`
|
|
|
|
|
+- Invoke from command line as follows (requires installing [Ezra SIL font](https://software.sil.org/ezra/)):
|
|
|
|
|
+ - emacs -g =150x25 -fn \\"Ezra SIL-14\\" -f bible-open
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+<a id="org0af4153"></a>
|
|
|
|
|
+
|
|
|
|
|
+## Keybindings
|
|
|
|
|
+
|
|
|
|
|
+- b - Select book
|
|
|
|
|
+- c - Select chapter
|
|
|
|
|
+- d - Toggle XML display (debugging)
|
|
|
|
|
+- h - Describe mode
|
|
|
|
|
+- m - Select module
|
|
|
|
|
+- n - Next chapter
|
|
|
|
|
+- p - Previous chapter
|
|
|
|
|
+- q - Quit window
|
|
|
|
|
+- s - Search
|
|
|
|
|
+- w - Toggle word study
|
|
|
|
|
+- x - Split display
|
|
|
|
|
+- / - Search
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+<a id="org4cdaafe"></a>
|
|
|
|
|
+
|
|
|
|
|
+# Features
|
|
|
|
|
+
|
|
|
|
|
+- Chapter-based browsing of the Bible
|
|
|
|
|
+- Text Formatting
|
|
|
|
|
+ - Red Letters
|
|
|
|
|
+ - Strong's Greek (with Lemma)
|
|
|
|
|
+ - Strong's Hebrew
|
|
|
|
|
+ - Morphology
|
|
|
|
|
+- Greek & Hebrew Lexicon definition lookup
|
|
|
|
|
+- Morphology lookup
|
|
|
|
|
+- Tooltip display of definitions, morphology
|
|
|
|
|
+- Searching
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+<a id="org1894248"></a>
|
|
|
|
|
+
|
|
|
|
|
+# Example
|
|
|
|
|
+
|
|
|
|
|
+[Example Image](./example4.png)
|
|
|
|
|
+
|