More actions
(Created page with "{{Infobox PSP homebrew | title = The Good Bookr | image = https://dlhb.gamebrew.org/psphomebrew/TheGoodBookr.jpg|250px | type = Other | version = v1.2.1 | licence = Mixed | au...") |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/psphomebrew/TheGoodBookr.jpg|250px | | image = https://dlhb.gamebrew.org/psphomebrew/TheGoodBookr.jpg|250px | ||
| type = Other | | type = Other | ||
| version = | | version = 1.2.1 | ||
| licence = Mixed | | licence = Mixed | ||
| author = phosphorous | | author = phosphorous | ||
Line 10: | Line 10: | ||
| source = http://www.gzipped.com/goodbookr/ | | source = http://www.gzipped.com/goodbookr/ | ||
}} | }} | ||
The Good Bookr is a Bible reader for the Sony PSP, based on the open source Bookr ebook reader. | The Good Bookr is a Bible reader for the Sony PSP, based on the open source [http://sourceforge.net/projects/bookr/ Bookr] ebook reader. | ||
Unlike other Bible releases for the PSP, The Good Bookr is a standalone compiled program, not a set of images or web pages. This is because a major goal of The Good Bookr is to provide a robust search interface which lends itself to Bible study. | Unlike other Bible releases for the PSP, The Good Bookr is a standalone compiled program, not a set of images or web pages. This is because a major goal of The Good Bookr is to provide a robust search interface which lends itself to Bible study. The Good Bookr uses SQLite to store, search, and retrieve Bible texts. It also uses Danzeff OSK for the search interface. | ||
It was one of the contest entries for the Neo Summer Coding Compo 2008 (PSP Applications, 2nd place). | |||
==Features== | |||
* Load a specific book, from Genesis to Revelation. | |||
* Search by keyword, chapter, or verse. | |||
* Bookmark individual chapters and verses. | |||
* Navigate via book and chapter. | |||
* Configurable controls. | |||
* Select font face and font size. | |||
* Customize font and background colors. | |||
* Rotate the text to read vertically. | |||
==Installation== | |||
'''For Firmware 3.x:''' | |||
Copy the goodbookr folder to /PSP/GAME/. | Copy the goodbookr folder to /PSP/GAME/. | ||
For Firmware 1.5: | '''For Firmware 1.5:''' | ||
Copy /goodbookr/Bible/ and /goodbookr/graphics/ to __SCE__goodbookr. | Copy /goodbookr/Bible/ and /goodbookr/graphics/ to __SCE__goodbookr. | ||
Then copy __SCE__goodbookr and %__SCE__goodbookr to /PSP/GAME/. | Then copy __SCE__goodbookr and %__SCE__goodbookr to /PSP/GAME/. | ||
User guide | ==User guide== | ||
Bible Translations | ===Bible Translations=== | ||
The default Bible version packaged with the Good Bookr is the King James Version. You can replace other languages. Download, extract, and replace the original Bible file with the one in the archive (links are available from the official webpage). | The default Bible version packaged with the Good Bookr is the King James Version. | ||
You can replace other languages. Download, extract, and replace the original Bible file with the one in the archive (links are available from the official webpage). | |||
* [http://www.gzipped.com/goodbookr/download/lang/goodbookr-Tagalog-Bible.zip Tagalog Bible] (Ang Dating Biblia). | |||
* [http://www.gzipped.com/goodbookr/download/lang/goodbookr-German-Bible.zip German Bible] (Schlachter). | |||
* [http://www.gzipped.com/goodbookr/download/lang/goodbookr-Dutch-Bible.zip Dutch Bible] (Statenvertaling). | |||
* [http://www.gzipped.com/goodbookr/download/lang/goodbookr-Spanish-Bible.zip Spanish Bible] (Reina Valera). | |||
Note that Bookr does not support unicode, so characters with diacritical marks like the umlaut (ä,ö,ü etc.) and the eñe have been converted to their plain english equivalents. | |||
===Search Types=== | |||
* Partial Word - A search for "kin" would match "kin", "king", "skin", "walking" etc. | |||
* Full Word - A search for "kin" would match only "kin". | |||
* Chapter or Verse - A search for "7" will open chapter 7 of the current book. A search for "10:5" will open chapter 10, verse 5 of the current book. A search for "gen 5:7" will open Genesis chapter 5, verse 7. * For the latter, full book names or abbreviations are valid. | |||
A complete list of acceptable book abbreviations can be found from the [http://www.gzipped.com/goodbookr/#abbrev official webpage] and in the readme file. | |||
==Controls== | |||
'''Defaults (configurable):''' | |||
Triangle - Open search menu | Triangle - Open search menu | ||
Square - Previous chapter | Square - Previous chapter | ||
Circle - Next chapter | Circle - Next chapter | ||
L | |||
L/R- Previous/next book | |||
Up/Down - Scroll one line | Up/Down - Scroll one line | ||
Left/Right - Scroll ten lines | Left/Right - Scroll ten lines | ||
Select - Open bookmarks/options | Select - Open bookmarks/options | ||
Start - Open main menu | Start - Open main menu | ||
Search feature (not configurable): | '''Search feature (not configurable):''' | ||
Up/Down - Move through search history, Remove history item | Up/Down - Move through search history, Remove history item | ||
Left/Right - Move text cursor | Left/Right - Move text cursor | ||
Select - Cancel search | Select - Cancel search | ||
Start - Accept search | Start - Accept search | ||
Changelog | ==Media== | ||
v1.2.1 | '''bookr psp homebrew review''' ([https://www.youtube.com/watch?v=Vd4XQZk8-w8 thecfwgenguy]) <br> | ||
<youtube>Vd4XQZk8-w8</youtube> | |||
==Changelog== | |||
'''v1.2.1''' | |||
* Remove Neo splash screen. | |||
* Fix several bugs with Strong's Concordance integration. | |||
* Add Tagalog Bible. | |||
v1.2 neo | '''v1.2 neo''' | ||
* Look up the original Greek and Hebrew words using Strong's Concordance. | |||
* Cross reference Greek and Hebrew words. | |||
v1.1 | '''v1.1''' | ||
* Search by book, chapter, or verse, with support for book abbreviations. | |||
* Search history (similar to command line history). | |||
* Option to search entire Bible (can be slow, use accordingly). | |||
* Danzeff numeric pad modified to make searching for verses easier. | |||
* Single search result opens directly instead of opening search menu. | |||
v1.0 | '''v1.0''' | ||
* First release. | |||
Credits | ==Credits== | ||
Many thanks for the excellent work which made this possible: | Many thanks for the excellent work which made this possible: | ||
Bookr - Carlos Carrasco Martinez and Edward Choh. | * [http://sourceforge.net/projects/bookr/ Bookr] - Carlos Carrasco Martinez and Edward Choh. | ||
SQLite PSP Port - Kolaaaa. | * [https://github.com/pspdev/psp-ports/tree/master/sqlite SQLite PSP Port] - Kolaaaa. | ||
Danzeff OSK - Danzel and Jeff Chen. | * [https://www.brewology.com/downloads/download.php?id=4231 Danzeff OSK] - Danzel and Jeff Chen. | ||
==External links== | |||
* Author's website - http://www.gzipped.com/goodbookr/ | |||
* NeoFlash - https://www.neoflash.com/forum/index.php?topic=5325.0 | |||
[[Category:PSP homebrew applications]] | |||
[[Category:Other PSP homebrew applications]] | |||
Revision as of 07:33, 11 August 2021
The Good Bookr | |
General | |
---|---|
Author(s) | phosphorous |
Type | Other |
Version | 1.2.1 |
Licence | Mixed |
Links | |
Download | |
Website | |
Source |
<htmlet>adsense</htmlet>
The Good Bookr is a Bible reader for the Sony PSP, based on the open source Bookr ebook reader.
Unlike other Bible releases for the PSP, The Good Bookr is a standalone compiled program, not a set of images or web pages. This is because a major goal of The Good Bookr is to provide a robust search interface which lends itself to Bible study. The Good Bookr uses SQLite to store, search, and retrieve Bible texts. It also uses Danzeff OSK for the search interface.
It was one of the contest entries for the Neo Summer Coding Compo 2008 (PSP Applications, 2nd place).
Features
- Load a specific book, from Genesis to Revelation.
- Search by keyword, chapter, or verse.
- Bookmark individual chapters and verses.
- Navigate via book and chapter.
- Configurable controls.
- Select font face and font size.
- Customize font and background colors.
- Rotate the text to read vertically.
Installation
For Firmware 3.x:
Copy the goodbookr folder to /PSP/GAME/.
For Firmware 1.5:
Copy /goodbookr/Bible/ and /goodbookr/graphics/ to __SCE__goodbookr.
Then copy __SCE__goodbookr and %__SCE__goodbookr to /PSP/GAME/.
User guide
Bible Translations
The default Bible version packaged with the Good Bookr is the King James Version.
You can replace other languages. Download, extract, and replace the original Bible file with the one in the archive (links are available from the official webpage).
- Tagalog Bible (Ang Dating Biblia).
- German Bible (Schlachter).
- Dutch Bible (Statenvertaling).
- Spanish Bible (Reina Valera).
Note that Bookr does not support unicode, so characters with diacritical marks like the umlaut (ä,ö,ü etc.) and the eñe have been converted to their plain english equivalents.
Search Types
- Partial Word - A search for "kin" would match "kin", "king", "skin", "walking" etc.
- Full Word - A search for "kin" would match only "kin".
- Chapter or Verse - A search for "7" will open chapter 7 of the current book. A search for "10:5" will open chapter 10, verse 5 of the current book. A search for "gen 5:7" will open Genesis chapter 5, verse 7. * For the latter, full book names or abbreviations are valid.
A complete list of acceptable book abbreviations can be found from the official webpage and in the readme file.
Controls
Defaults (configurable):
Triangle - Open search menu
Square - Previous chapter
Circle - Next chapter
L/R- Previous/next book
Up/Down - Scroll one line
Left/Right - Scroll ten lines
Select - Open bookmarks/options
Start - Open main menu
Search feature (not configurable):
Up/Down - Move through search history, Remove history item
Left/Right - Move text cursor
Select - Cancel search
Start - Accept search
Media
bookr psp homebrew review (thecfwgenguy)
Changelog
v1.2.1
- Remove Neo splash screen.
- Fix several bugs with Strong's Concordance integration.
- Add Tagalog Bible.
v1.2 neo
- Look up the original Greek and Hebrew words using Strong's Concordance.
- Cross reference Greek and Hebrew words.
v1.1
- Search by book, chapter, or verse, with support for book abbreviations.
- Search history (similar to command line history).
- Option to search entire Bible (can be slow, use accordingly).
- Danzeff numeric pad modified to make searching for verses easier.
- Single search result opens directly instead of opening search menu.
v1.0
- First release.
Credits
Many thanks for the excellent work which made this possible:
- Bookr - Carlos Carrasco Martinez and Edward Choh.
- SQLite PSP Port - Kolaaaa.
- Danzeff OSK - Danzel and Jeff Chen.
External links
- Author's website - http://www.gzipped.com/goodbookr/
- NeoFlash - https://www.neoflash.com/forum/index.php?topic=5325.0