Difference between revisions of "Frontends:Ezra Bible App"

From CrossWire Bible Society
Jump to: navigation, search
(Created initial version of Ezra Project frontend page)
 
(Added some more details (technology info, additional links))
Line 1: Line 1:
 
'''Ezra Project''' is a desktop bible study tool focussing on topical study based on keywords/tags. This program helps the user to easily create and manage topical verse lists. Ezra Project runs on Linux and Windows.
 
'''Ezra Project''' is a desktop bible study tool focussing on topical study based on keywords/tags. This program helps the user to easily create and manage topical verse lists. Ezra Project runs on Linux and Windows.
  
GitHub project: https://github.com/tobias-klein/ezra-project
+
Detailed information and installation/build instructions are available [https://github.com/tobias-klein/ezra-project/blob/master/README.md here].
 +
 
 +
== Technology ==
 +
 
 +
Ezra Project is a web-based desktop application based on Electron. It is programmed in JavaScript, uses SQLite as its database and HTML with jQuery UI for its frontend.
 +
 
 +
== Links ==
 +
 
 +
* GitHub project - frontend: https://github.com/tobias-klein/ezra-project
 +
 
 +
* GitHub project - sword integration library: https://github.com/tobias-klein/node-sword-interface
 +
 
 +
* Published Javascript package for sword integration library: https://www.npmjs.com/package/node-sword-interface
  
 
[[Category:SWORD Frontends|Ezra Project]]
 
[[Category:SWORD Frontends|Ezra Project]]

Revision as of 09:08, 1 June 2019

Ezra Project is a desktop bible study tool focussing on topical study based on keywords/tags. This program helps the user to easily create and manage topical verse lists. Ezra Project runs on Linux and Windows.

Detailed information and installation/build instructions are available here.

Technology

Ezra Project is a web-based desktop application based on Electron. It is programmed in JavaScript, uses SQLite as its database and HTML with jQuery UI for its frontend.

Links