From 057a0180accbef909f5d64378d2ff4b6f266293d Mon Sep 17 00:00:00 2001 From: walljm Date: Sat, 28 Jan 2017 12:16:39 -0500 Subject: [PATCH] HELP: improved help page. --- .../platforms/android/res/xml/config.xml | 19 --------- DynamicBibleIonic/src/pages/help/help.html | 40 +++++++++++++------ 2 files changed, 27 insertions(+), 32 deletions(-) diff --git a/DynamicBibleIonic/platforms/android/res/xml/config.xml b/DynamicBibleIonic/platforms/android/res/xml/config.xml index b5bdd268..431ab00e 100644 --- a/DynamicBibleIonic/platforms/android/res/xml/config.xml +++ b/DynamicBibleIonic/platforms/android/res/xml/config.xml @@ -1,24 +1,5 @@ - - - - - - - - - - - - - - - - - - - Dynamic Bible A bible app designed for bible study Jason Wall diff --git a/DynamicBibleIonic/src/pages/help/help.html b/DynamicBibleIonic/src/pages/help/help.html index f13db1f0..7717578e 100644 --- a/DynamicBibleIonic/src/pages/help/help.html +++ b/DynamicBibleIonic/src/pages/help/help.html @@ -8,18 +8,32 @@

How to search for a verse

-

-Dynamic Bible doesn't yet have a verse picker. If you need a verse picker, hang on, we're diligently working on that feature. In the mean time, to bring up a passage, -just type in a reference. Dynamic Bible will recognize many abbreviations of books, and can handle ranges within a book. Here are a few examples to get you started: -

-
-
John 3:16
-
Jn 3:16
-
Jn 3:16-17
-
John 3:16-4:4
-
Jn 3-4
-
Jn 3:1-* (this will get all the verses in the chapter. the * char can be used in verse ranges, but not chapter ranges.)
-
+

+ Dynamic Bible doesn't yet have a verse picker. If you need a verse picker, hang on, we're diligently working on that feature. In the mean time, to bring up a passage, + just type in a reference. Dynamic Bible will recognize most abbreviations of books, and can handle ranges within a book. Here are a few examples to get you started: +

+

Examples of Search Items:

+
    +
  • John 1 (displays whole chapter)
  • +
  • John 3:16 (displays single verse)
  • +
  • Jn 3:16 (handles abbreviation of John)
  • +
  • Jn 3:16-17 (displays verses starting with chapter 1 verse 3 through chapter 1 vs 5)
  • +
  • John 3:16-4:4
  • +
  • Jn 3-4 (displays both chapters)
  • +
  • John 3 - John 4 (displays both chapters)
  • +
  • Jn 3:1-* (this will get all the verses in the chapter. the * char can be used in verse ranges, but not chapter ranges.)
  • +
  • H1234 (displays the strongs definition for the Hebrew # 1234)
  • +
  • G1234 (displays the strongs definition for the Greek # 1234)
  • +
  • Jesus (searches for "Jesus". all search terms assume boolean AND, i.e. "Jesus Christ" assumes "Jesus AND Christ". A word without a number is interpreted as search term).
  • +
-We currently don't support ranges that cross book boundaries. + We currently don't support ranges that cross book boundaries. If you search for "John 12 - Romans 3" you will get an error. the second book name is ignored. + +

Further Notes:

+
    +
  • Multiple lookups can be made useing a semicolon as a seperator, i.e. "Ruth 1; g1234; spirit").
  • +
  • All greek/hebrew cross references translations are taken from the 1933 Websters version and are sometimes not the same as the KJV translation.
  • +
  • All source materials were taken from the Zefania XML Bible Project on SourceForge.
  • +
  • Any Errors and Omission you find would be appreciated. Please contact me via www.jasonwall.org.
  • +
\ No newline at end of file