|
|
@@ -3,28 +3,47 @@
|
|
|
* Description
|
|
|
An Emacs Bible study application using [[https://www.croswire.org][the SWORD project]]'s `diatheke'
|
|
|
command line program to access SWORD text modules.
|
|
|
+
|
|
|
* Dependencies
|
|
|
[[https://www.crosswire.org/sword/develop/index.jsp][The SWORD Project]] library and utilities and a [[https://www.crosswire.org/sword/modules/index.jsp][Biblical Text module]]
|
|
|
(uses KJV by default). Also, Strong's lexicons and morphological
|
|
|
databases should be installed:
|
|
|
-- StrongsRealGreek
|
|
|
-- StrongsRealHebrew
|
|
|
-- Robinson
|
|
|
-- Packard
|
|
|
-- OSHM
|
|
|
-- AbbottSmith (lexicon) + AbbottSmithStrongs (index)
|
|
|
-- BDBGlosses_Strongs
|
|
|
+- Recommended Bible text modules
|
|
|
+ - KJV
|
|
|
+ - NASB
|
|
|
+- Optional (original language modules)
|
|
|
+ - Byz --- Byzantine Greek text
|
|
|
+ - SBLGNT --- Society of Biblical Literature Greek New Testament
|
|
|
+ - MorphGNT --- Morphologically parsed version of SBLGNT
|
|
|
+ - OSHB --- Open Scriptures Hebrew Bible: Westminster Leningrad codex
|
|
|
+ marked tagged with Strongs Numbers and Morphological tags.
|
|
|
+- Lexicons and morphologies
|
|
|
+ - StrongsRealGreek
|
|
|
+ - StrongsRealHebrew
|
|
|
+ - AbbottSmithStrongs
|
|
|
+ - BDBGlosses_Strongs (Hebrew lexicon)
|
|
|
+ - Robinson (Greek morphology)
|
|
|
+ - Packard (Alternate Greek morphology used for LXX module)
|
|
|
+ - OSHM (Open Scriptures Hebrew morphology)
|
|
|
|
|
|
The SWORD Project utility `installmgr' can be used to install text
|
|
|
modules and lexical and morphological databases.
|
|
|
|
|
|
+Two scripts are provided to make the installation process easier.
|
|
|
+
|
|
|
+- test
|
|
|
+ This script tests your environment and ensures that Emacs can run diatheke.
|
|
|
+ It also prints out a list of installed modules.
|
|
|
+- setup
|
|
|
+ This script installs various
|
|
|
+
|
|
|
The program `mkfastmod' should be used to generate indexes so the
|
|
|
lexical search method will work.
|
|
|
|
|
|
* Usage
|
|
|
- M-x ~bible-open~
|
|
|
- Invoke from command line as follows (requires installing [[https://software.sil.org/ezra/][Ezra SIL font]]):
|
|
|
- - emacs -g =150x25 -fn \"Ezra SIL-14\" -f bible-open
|
|
|
+ - emacs -g =150x25 -fn \"Ezra SIL-14\" -l bible -f bible-open
|
|
|
|
|
|
** Keybindings
|
|
|
- b - Select book
|