GithubHelp home page GithubHelp logo

photokandystudios / greekinterlinearbible Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 4.0 15.06 MB

Greek Interlinear Bible for iOS devices (currently iPad)... Under Development

Home Page: http://photokandy.com/apps/gib/

JavaScript 99.66% Objective-C 0.34%

greekinterlinearbible's Introduction

Greek Interlinear Bible

NOTE: THIS PROJECT IS NO LONGER UNDER ACTIVE MAINTENANCE. FOR THE NEW PROJECT, PLEASE VISIT https://github.com/photokandyStudios/gbible

Project code for the Greek Interlinear Bible iOS application. This code is COPYRIGHT (C) 2011-2012 photoKandy Studios LLC. Portions are CC-BY-SA and MIT, and the texts are Public Domain. The icons and graphics are COPYRIGHT their respective owners.

If using to learn PhoneGap, feel free to use this code to "inspire" you, but please, don't copy verbatim the code that is not placed under a CC-BY-SA or MIT license. The following code is licensed under a CC-BY-SA or MIT license:

/www/style/ios.css
/www/style/ipad-landscape.css
/www/style/ipad-portrait.css
/www/style/ipad.css
/www/style/iphone-landscape.css
/www/style/iphone-portrait.css
/www/style/iphone.css
/www/style/glossy-black.css

/www/script/ios.js
/www/script/iscroll-lite.js (modified to support longpress)
/www/script/utility.js

/www/index.html +++
/www/ChildBrowser.js
/www/ICloudPlugin.js
/www/ActionSheet.js (modified to support iPad)
/www/phonegap-1.3.0.js
/www/PhoneGapShim1.js
/www/PhoneGapShim2.js
/www/clipboardPlugin.js

Files marked with +++ have portions of (C) code. These are marked by comments in the text.

Attributions

About the Greek Interlinear Bible v1.0

(C) Copyright 2011- 2012 by Kerri Shotts and photoKandy Studios LLC. Portions of the work are obtained from Public Domain and CC-BY-SA sources.

Application Design

Application Designed by photoKandy Studios LLC in HTML, CSS, and Javascript using the PhoneGap framework. Some code fragments based on the following resources:

Biblical Texts

Note: All Biblical text sources are found at http://www.unboundbible.com/index.cfm?method=downloads.

The Unbound Bible. Converted from original format to JavaScript notation by Kerri Shotts. Conversion maintains original text, references, and order. Empty verses that appear in some texts have been replaced with "[...]" to make this clear.

Greek NT: Byzantine/Majority Text (2000) The Greek New Testament according to the Byzantine Textform, edited by Maurice A. Robinson and William G. Pierpont, 2000 edition This is the edition by Pierpont and Robinson of a Majority, or Byzantine, text of the NT. It is similar to an earlier production of Hodges and Farstad in being based on von Soden's apparatus, but without their stemmatic reconstruction of the Apocalypse and the Pericope Adulterae.

Greek NT: Tischendorf 8th Ed.The Greek Text corresponds to the printed text found in:

Tischendorf, Constantinus, Novum Testamentum Graece, editio octava critica major Vol. I, 1869; Vol. II 1872, Leipzig:Giesecke and Devrient. Vol 3, Prolegomena, ed. by Caspar Rene' Gregory, Leipzig: Hinrichs, 1894.

The text contains no accents or diacritical marks.

This text was prepared from the Westcott-Hort-Nestle Aland text found in the Greek text prepared by Dr. Maurice Robinson. The text was compared to the printed edition of Tischendorf's. Changes were made in the text to make it correspond to the printed edition. The text was proofed against the Tischendorf text.

According to J. Harold Greenlee "His 'eighth major edition' (1869-72) contains a critical apparatus which has never been equaled in comprehensiveness of citation of Greek mss., versions, and patristic evidence. A century later it is still indispensable for serious work in the text of the N.T."

The Greek text is released as a public domain text.

If any errors are found in this text please let me know as soon as possible.

Clint Yale 1014 West Smith Road #26 Bellingham, WA 98226 360-384-1015 [email protected]

Greek NT: Textus Receptus (1550/1894) The Textus Receptus; base text is Stephens 1550, with variants of Scrivener 1894.

Greek NT: Westcott/Hort, UBS4 variants The Westcott-Hort edition of 1881. Readings of Nestle27/UBS4 shown. {1: Refers to Westcott-Hort} while {2: Refers to Nestle-Aland 27th/UBS4}

English: King James Version Imported from http://ccat.sas.upenn.edu/gopher/text/religion/biblical/ University of Pennsylvania CCAT Biblical text archive. English: Young's Literal TranslationPublic Domain.

Dictionary of Greek Words, taken from Strong's Exhaustive Concordance Authored by James Strong, S.T.D., LL.D., 1890. JSON Version (C) Copyright 2009, Open Scriptures. CC-BY-SA. Derived from XML. The XML version of this work was prepared in 2006 by Ulrik Petersen (http://ulrikp.org) from the ASCII e-text version presented below. The XML version contains "real" UTF-8 Greek where the original ASCII e-text version had transliteration. The XML has a stand-alone DTD which should be easy to follow. Ulrik Petersen welcomes bugfixes to the text. Please send them to the address provided on the website: http://ulrikp.org

greekinterlinearbible's People

Contributors

kerrishotts avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

greekinterlinearbible's Issues

UI: Switches don't feel "native"

Known issue, and difficult to implement in CSS. Thinking about switching these to a check-box toggle, ala Alien Blue's settings screen. Seems like it would simplify the issue?

UI: Add timer to hide splash after given period

The idea here is to ensure that, should anything go wrong in startup, the splash screen will still be hidden, revealing the underlying view. It's entirely possible that if something goes very wrong, this view will be black, but if things go mostly right, it may also be a useable interface long enough to tweak the settings.

10-20s should be sufficient for a timer like this.

Feature: allow reference navigation using search bar

For example, permit "John 3:16", "John 3", "Mat 13:1", "Mt 13:1", "1 Corinthians 1:1", "1Co 1:1". A couple regular expressions should help determine if it is a reference: [A-Za-z\ ][0-9]+ and [A-Za-z\ ][0-9]+:[0-9]+

BUG: Broken on iOS < 5

Specifically:

  • Settings apparently don't work correctly (default settings aren't working either)
  • Can't click switches to toggle their state
  • Can't expand menu navigation
  • Crashes on Define... (expected, due to iOS5+ nature, but needs to provide alternate or eliminate here.)
  • iCloud toggle needs to go away since not iOS5

Feature/UI: Implement search functionality via native UITableView

Benefit: faster/better scrolling and we would be able to lose the painful animation. Would need a native view + plugin to support it. If we could layer on /top/ of the UIWebView, it would be ideal -- mainly to preserve the appearance of the interface. But if not, that's more than acceptable.

Feature: Add icons to navbar for quick actions

For example: add some icons to highlight the currently selected verse. Same for bookmark. Same for note.

The problem here isn't the iPad -- there's plenty of space up there -- it's the iPhone. To that end, we've moved the search bar down, but there's still /very/ limited room there. Maybe three icons at the most?

A side-benefit of doing this, however, is we could remove the displayed options from the popover/action-sheet that appears on a long-press. This would especially help on the iPhone where the list is already quite long.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.