All Projects → thiagobodruk → Bible

thiagobodruk / Bible

Bible: JSON + XML

Labels

Projects that are alternatives of or similar to Bible

Iran
Administrative divisions of Iran in json and xml formats - تقسیمات کشوری ایران با فرمت جی‌سان و ایکس ام ال
Stars: ✭ 201 (-18.29%)
Mutual labels:  json, xml
Renderer
Simple, lightweight and faster response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go
Stars: ✭ 220 (-10.57%)
Mutual labels:  json, xml
Unbescape
Advanced yet easy to use escaping library for Java
Stars: ✭ 207 (-15.85%)
Mutual labels:  json, xml
Libxo
The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.
Stars: ✭ 185 (-24.8%)
Mutual labels:  json, xml
Libyang
YANG data modeling language library
Stars: ✭ 227 (-7.72%)
Mutual labels:  json, xml
Validation
validation api extracted from play
Stars: ✭ 194 (-21.14%)
Mutual labels:  json, xml
Biblia
Bíblia: XML + SQL + JSON
Stars: ✭ 211 (-14.23%)
Mutual labels:  json, xml
Goxml2json
XML to JSON converter written in Go (no schema, no structs)
Stars: ✭ 170 (-30.89%)
Mutual labels:  json, xml
Konf
A type-safe cascading configuration library for Kotlin/Java/Android, supporting most configuration formats
Stars: ✭ 225 (-8.54%)
Mutual labels:  json, xml
Apiproblem
A simple implementation of the api-problem specification. Includes PSR-15 support.
Stars: ✭ 225 (-8.54%)
Mutual labels:  json, xml
Bancosbrasileiros
Lista de bancos brasileiros | Brazilian banks list
Stars: ✭ 178 (-27.64%)
Mutual labels:  json, xml
Il Ilce Mahalle Sokak Cadde Sql
Türkiye İl, İlçe, Mahalle, Sokak, Cadde Bilgisi SQL Şeklinde
Stars: ✭ 235 (-4.47%)
Mutual labels:  json, xml
Qxorm
QxOrm library - C++ Qt ORM (Object Relational Mapping) and ODM (Object Document Mapper) library - Official repository
Stars: ✭ 176 (-28.46%)
Mutual labels:  json, xml
Xlog
Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.
Stars: ✭ 2,468 (+903.25%)
Mutual labels:  json, xml
Node Js2xmlparser
Popular Node.js module for parsing JavaScript objects into XML
Stars: ✭ 171 (-30.49%)
Mutual labels:  json, xml
Python Benedict
dict subclass with keylist/keypath support, I/O shortcuts (base64, csv, json, pickle, plist, query-string, toml, xml, yaml) and many utilities. 📘
Stars: ✭ 204 (-17.07%)
Mutual labels:  json, xml
Acl
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
Stars: ✭ 2,113 (+758.94%)
Mutual labels:  json, xml
Exportsheetdata
Add-on for Google Sheets that allows sheets to be exported as JSON or XML.
Stars: ✭ 170 (-30.89%)
Mutual labels:  json, xml
Parse
Go parsers for web formats
Stars: ✭ 224 (-8.94%)
Mutual labels:  json, xml
Horaires Ratp Api
Webservice pour les horaires et trafic RATP en temps réel
Stars: ✭ 232 (-5.69%)
Mutual labels:  json, xml

Bible: XML and JSON

Do you want to create a Bible based app? What about an API for Bible verses search? Now you can do this, using sources in your very own language! The main objective of this project is to allow people to create Bible related apps using XML and JSON. Do you like this idea? Help us to go even further. Support this project! :)

Donate

How were the files built?

The source files were generated using a Python based crawler. Therefore, these files may contain minor issues related to encoding and syntax.

Which languages and versions are covered by the project?

Arabic

  • The Arabic Bible (ar_svd)

Chinese

  • Chinese Union Version (zh_cuv)
  • New Chinese Version (zh_ncv)

German

  • Schlachter (de_schlachter)

Greek

  • Modern Greek (el_greek)

English

  • Basic English (en_bbe)
  • King James Version (en_kjv)

Esperanto

  • Esperanto (eo_esperanto)

Spanish

  • Reina Valera (es_rvr)

Finnish

  • Finnish Bible (fi_finnish)
  • Pyhä Raamattu (fi_pr)

French

  • Le Bible de I'Épée (fr_apee)

Korean

  • Korean Version (ko_ko)

Portuguese

  • Almeida Revisada Imprensa Bíblica (pt_aa)
  • Almeida Corrigida e Revisada Fiel (pt_acf)
  • Nova Versão Internacional (pt_nvi)

Romanian

  • Versiunea Dumitru Cornilescu (ro_cornilescu)

Russian

  • Синодальный перевод (ru_synodal)

Vietnamese

  • Tiếng Việt (vi_vietnamese)

How the files are structured?

XML

The XML files are encoded using UTF-8 and built in the following structure:

<book>
  <chapter>
    <verse>Texto</verse>
  </chapter>
</book>

JSON

The JSON files are also encoded using UTF-8 and built in the following structure:

[
	{
	"abbrev" : "abbrev"
	"book" : "name"
	"chapters": 
		[
			["Verse 1", "Verse 2", "Verse 3", "..."],
			["Verse 1", "Verse 2", "Verse 3", "..."],
			["Verse 1", "Verse 2", "Verse 3", "..."]
		]
	}
]

You can get the number of the chapter and verse using the array index.

What about the license and the copyrights?

This project is distributed under the Creative Commons BY-NC license. All the Bible versions are property of their respective owners. All rights reserved to the owners.

How can I help the project?

You can review the code, enhance the structures or work on new versions. Every help is welcome! :)

Can I donate to the project?

Yes, you can! You can give a volunteer donation by PayPal.

Donate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].