Difference between revisions of "Frontends:Tyndale STEP"

From CrossWire Bible Society
Jump to: navigation, search
(Intended features: [https://stepweb.atlassian.net/browse/TYNSTEP Atlassian JIRA])
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''STEP Project''' ([http://www.theologyontheweb.org.uk/step.html Scripture Tools for Every Person]) aims to build a study tool for Christians around the world. The software will be available on-line as well as distributed to pastors in poorer countries who would usually not be able to afford commercial software.  
+
([http://www.stepbible.org/ STEP Bible] (Scripture Tools for Every Person) aims to build a study tool for Christians around the world. The software will be available on-line as well as distributed to pastors in poorer countries who would usually not be able to afford commercial software.  
  
Click the following link for the [[Frontends:TyndaleStep_Tech_Home_Page | Developer's STEP technical home page]].
+
An introduction to the project can be found on the [http://www.tyndale.cam.ac.uk/index.php?page=STEP Tyndale House STEP home page] website. An independent review can be found [http://www.theologyontheweb.org.uk/step.html here].
  
== Aims & Architecture ==
+
Click the following link for the [https://stepweb.atlassian.net/wiki/ Developer's STEP technical home page].
=== Aim of the STEP project ===
+
 
The intention of the STEP project is to have a bible tool that will be available for a wide number of platforms:
+
== Aim of the STEP project ==
* multiple platforms: including off line and online
+
The intention of the STEP Bible project is to have a Bible study tool that will be available for a wide number of platforms:
 +
* multiple platforms: including an online version, a desktop version and multiple mobile apps.
 
* multiple operating systems, including mobile OS
 
* multiple operating systems, including mobile OS
It is accepted that the mobile versions of the STEP project will access a web-based version, due to the variety of platforms and restrictions in development capabilities (for e.g. no Java platform on iPhones).  Note: It is possible that offline access would be available for Android devices.
 
  
 
The motivation is to help believers who have limited access to the internet, by providing tools which can be distributed on flash memory, which are expandable online when access is available.
 
The motivation is to help believers who have limited access to the internet, by providing tools which can be distributed on flash memory, which are expandable online when access is available.
  
=== Intended features ===
+
== Range of features ==
The roadmap, features and bugs are in the [https://stepweb.atlassian.net/browse/TYNSTEP Atlassian JIRA]. Our roadmap strategy can be found [[Frontends:TyndaleStep_Roadmap | here]].
 
 
 
==== Data ====
 
The data produced by [http://www.tyndale.cam.ac.uk/ Tyndale House], Cambridge, UK will be the main driving factor of development of this front-end. This new project offers a lot of development opportunities:
 
* developing in writing a web-based front-end to JSword;
 
* working with Tyndale House to help them produce and publish their data; and
 
* enhancing the main Sword and JSword engines to cope with the new types of datasets.
 
 
 
==== Range of features ====
 
 
The following features are just a sample list of the intended feature set:
 
The following features are just a sample list of the intended feature set:
 
* History modules (including genealogies, timelines, articles, etc.)
 
* History modules (including genealogies, timelines, articles, etc.)
Line 29: Line 20:
 
* Translations (alternative transliterations, variants & manuscript evidence)
 
* Translations (alternative transliterations, variants & manuscript evidence)
 
* Modern publications (links to commentaries, journal articles and books)
 
* Modern publications (links to commentaries, journal articles and books)
 
=== Overall Architecture ===
 
To further the aim outlined above, the choice of technologies is as follows:
 
* Embedded [http://en.wikipedia.org/wiki/Jetty_%28web_server%29 Jetty] (for the stand-alone applications)
 
* Embedded JavaDB<ref>If possible, the Embedded JavaDB module dependency will be removed in time.</ref> (for web and standalone) ensuring common data access throughout.
 
* JSword for Bible and Module access
 
 
As a result of the above choice, we have a 100% Java application, and are able to run it as an online and offline application.
 
 
Go to the [[Tyndale Step High Level Design]] for more information
 
 
=== Description of the external libraries ===
 
* [http://jetty.codehaus.org/jetty/ Jetty] is a java container that will be used in the embedded mode for serving local web pages. On a server, STEP can be deployed to a Tomcat or Jetty server
 
* [http://db.apache.org/derby/ JavaDB] or Apache Derby is an RDBMS written in Java, that can be run in server mode as well as embdeded in the VM. If used in the embedded mode it starts up upon the first request
 
* [http://www.crosswire.org/jsword/ JSword] needs no introduction - see {link} instead
 
* Dependency Injection
 
** Server-side: [http://code.google.com/p/google-guice/ Guice] (on the server)
 
** Client-side: [http://code.google.com/p/google-gin/ Gin] (similar to Guice but for client-side code)
 
  
 
== Development of Datasets ==
 
== Development of Datasets ==
 
* Bibles - mainly PD versions with interlinear based on tagging
 
* Bibles - mainly PD versions with interlinear based on tagging
 
* Dictionaries - merging and editing of PD dictionaries & encyclopaedias  
 
* Dictionaries - merging and editing of PD dictionaries & encyclopaedias  
* Maps - 1:20,000 scale maps scanned for overlay with GoogleMaps; gazetteer with co-ordinates  
+
* Maps - 1:20,000 scale maps scanned for overlay with Google Maps; gazetteer with co-ordinates  
 
* Translations - analysis of differences in translations, and interpreting variant data
 
* Translations - analysis of differences in translations, and interpreting variant data
 
* Modern literature - gaining copyright permissions; links to Bible refs; develop specialist search
 
* Modern literature - gaining copyright permissions; links to Bible refs; develop specialist search
Line 57: Line 30:
  
 
==Volunteers==
 
==Volunteers==
If you are interested to become a volunteer, please visit the facebook page below, or contact the STEP team by email. You can also contact David Instone-Brewer via facebook.
+
If you are interested to become a volunteer, please visit the facebook page below, or contact the STEP team by email. You can also contact David Instone-Brewer via Facebook.
 
 
==References==
 
<references />
 
  
 
== External links ==
 
== External links ==
Line 78: Line 48:
 
[[Category:SWORD Frontends|TyndaleStep]]
 
[[Category:SWORD Frontends|TyndaleStep]]
 
[[Category:JSword|TyndaleStep]]
 
[[Category:JSword|TyndaleStep]]
[[Category:TyndaleStep|TyndaleStep]]
 

Latest revision as of 17:53, 10 August 2013

(STEP Bible (Scripture Tools for Every Person) aims to build a study tool for Christians around the world. The software will be available on-line as well as distributed to pastors in poorer countries who would usually not be able to afford commercial software.

An introduction to the project can be found on the Tyndale House STEP home page website. An independent review can be found here.

Click the following link for the Developer's STEP technical home page.

Aim of the STEP project

The intention of the STEP Bible project is to have a Bible study tool that will be available for a wide number of platforms:

  • multiple platforms: including an online version, a desktop version and multiple mobile apps.
  • multiple operating systems, including mobile OS

The motivation is to help believers who have limited access to the internet, by providing tools which can be distributed on flash memory, which are expandable online when access is available.

Range of features

The following features are just a sample list of the intended feature set:

  • History modules (including genealogies, timelines, articles, etc.)
  • Geography modules (maps, integration with Google Maps, Google Earth, overlay of historical maps)
  • Linguistics (interlinears, lexicons, parsing help)
  • Parallels (searching extra-Biblical literature from the same time & culture)
  • Translations (alternative transliterations, variants & manuscript evidence)
  • Modern publications (links to commentaries, journal articles and books)

Development of Datasets

  • Bibles - mainly PD versions with interlinear based on tagging
  • Dictionaries - merging and editing of PD dictionaries & encyclopaedias
  • Maps - 1:20,000 scale maps scanned for overlay with Google Maps; gazetteer with co-ordinates
  • Translations - analysis of differences in translations, and interpreting variant data
  • Modern literature - gaining copyright permissions; links to Bible refs; develop specialist search
  • Parallels - collecting parallel literature; create search by linguistic domains

Volunteers

If you are interested to become a volunteer, please visit the facebook page below, or contact the STEP team by email. You can also contact David Instone-Brewer via Facebook.

External links

Historical Tyndale STEP blogs

Facebook