{"id":34265350,"url":"https://github.com/barryanders/pocket-bible","last_synced_at":"2025-12-16T17:05:04.578Z","repository":{"id":15712809,"uuid":"18450835","full_name":"barryanders/pocket-bible","owner":"barryanders","description":"A simple offline Bible reader","archived":false,"fork":false,"pushed_at":"2022-07-30T08:36:01.000Z","size":13077,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2023-08-24T05:44:03.950Z","etag":null,"topics":["bible-reader","holy-bible","offline"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barryanders.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-04T19:50:51.000Z","updated_at":"2022-07-30T08:50:08.000Z","dependencies_parsed_at":"2022-08-30T20:00:49.393Z","dependency_job_id":null,"html_url":"https://github.com/barryanders/pocket-bible","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/barryanders/pocket-bible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barryanders%2Fpocket-bible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barryanders%2Fpocket-bible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barryanders%2Fpocket-bible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barryanders%2Fpocket-bible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barryanders","download_url":"https://codeload.github.com/barryanders/pocket-bible/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barryanders%2Fpocket-bible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27768440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bible-reader","holy-bible","offline"],"created_at":"2025-12-16T17:05:03.940Z","updated_at":"2025-12-16T17:05:04.573Z","avatar_url":"https://github.com/barryanders.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pocket Bible\nA simple offline Bible reader. There are 7 versions included, and you can add more.\n\n![bible](https://cloud.githubusercontent.com/assets/5648875/6840545/2ae66460-d348-11e4-891f-11b7b2a0a27c.png)\n\n## Getting Started\n\nTo get started using Pocket Bible, go to `/content/index.html` in your browser. The following versions ship with Pocket Bible.\n\n- American Standard Version (ASV)\n- Arabic Smith \u0026 Van Dyke (SVD)\n- French Ostvervald (FO)\n- German Schlachter (GS)\n- King James Version (KJV)\n- New Chinese Version Simplified (NCVS)\n- World English Bible (WEB)\n\nFeel free to download this and use it however you like. For example, you could put it on a flash drive and take it with you to use on any computer.\n\n### Features\n\n- Responsive Design\n- Version and Book Drop-down Menus\n- Hash-based Routing\n- Infinite Scrolling\n\n## Generate More Bible Versions\n\nUsing the included command line tools, you can generate more Bible versions.\n\n### Supported Formats\n\n\u0026#x2713; [OSIS](https://github.com/gratis-bible/bible)\u003cbr\u003e\n\u0026#x2713; [Unbound](https://www.biola.edu/talbot/unbound)\u003cbr\u003e\n\n### Step I: Setup\n\n1. Install Node.js (http://nodejs.org/download/) for your platform.\n2. Navigate to the `/core/tools/scribe` folder.\n3. Run `npm install` to install dependencies.\n4. For each Bible that you want to convert, create a file named `info.json`. Use this template as a guide.\n```\n{\n  \"type\": \"Bible\",\n  \"file\": \"asv\",\n  \"name\": \"American Standard Version\",\n  \"abbreviation\": \"ASV\",\n  \"language\": \"English\",\n  \"format\": \"unbound\"\n}\n```\n\n### Step II: Generate HTML from OSIS and/or Unbound Bibles\n\n1. Add OSIS and/or Unbound Bibles to the `/core/tools/scribe/literature` folder.\n2. Run `node /core/tools/scribe/translate.js` to convert all Bibles in the `/core/tools/scribe/literature` folder to JSON.\n3. Run `node /core/tools/scribe/write.js` to convert all JSON Bibles in the `/core/api/literature` folder to HTML.\n\n## Versioning\n\nRelease format: `\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e`\n\n## Author\n\n\u003ctable\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth valign=\"middle\" align=\"center\"\u003e\n        \u003ca href=\"https://barryanders.github.io\"\u003e\u003cimg alt=\"Barry Anders\" src=\"https://avatars.githubusercontent.com/u/91902180?v=4\u0026s=200\" width=\"100\" height=\"100\"\u003e\u003c/a\u003e\n      \u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd valign=\"middle\" align=\"center\"\u003e\n        \u003ca href=\"https://barryanders.github.io\"\u003e\u003cstrong\u003eBarry Anders\u003c/strong\u003e\u003c/a\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarryanders%2Fpocket-bible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarryanders%2Fpocket-bible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarryanders%2Fpocket-bible/lists"}