Rocket eBook
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Electronic Publishing formats |extensions={{ext|rb}} |mimetypes={{mimetype|application/x-mobipocket-ebook}} |pronom={{PRONOM|fmt/48...") |
Parchivist (Talk | contribs) |
||
Line 30: | Line 30: | ||
== Sample files == | == Sample files == | ||
* [http://rbmake.sourceforge.net/RbmakeDocumentation.rb rbmake documentation] | * [http://rbmake.sourceforge.net/RbmakeDocumentation.rb rbmake documentation] | ||
+ | |||
+ | |||
+ | == Online utilities == | ||
+ | * [https://cloudconvert.com/rb-to-epub RB to ebook converter] | ||
== Software == | == Software == | ||
+ | * [https://web.archive.org/web/20220102172735/http://www.ebooksystem.net/support_publisher_download.htm eBook Publisher] - create professional .rb files ([https://wiki.mobileread.com/wiki/Book_Designer additional info]) | ||
* [http://calibre-ebook.com/ Calibre] - read, convert to, and convert from .rb | * [http://calibre-ebook.com/ Calibre] - read, convert to, and convert from .rb | ||
* [https://rbmake.sourceforge.io/ rbmake] | * [https://rbmake.sourceforge.io/ rbmake] | ||
Line 40: | Line 45: | ||
** rbdump - a debug dump for a .rb file (if you need to debug the .hidx files that rbmake produced) | ** rbdump - a debug dump for a .rb file (if you need to debug the .hidx files that rbmake produced) | ||
* [http://www.chromakinetics.com/REB1200/rlibrarian13222.exe RocketLibrarian 1.3.222] - converts html and txt to .rb | * [http://www.chromakinetics.com/REB1200/rlibrarian13222.exe RocketLibrarian 1.3.222] - converts html and txt to .rb | ||
− | * [http://www.breeno.org/_eBook/index.html GEB eBook Librarian] - create .rb (also rebranded as eBookwise Librarian) | + | * [http://www.breeno.org/_eBook/index.html GEB eBook Librarian] - create and view .rb (also rebranded as eBookwise Librarian) ([https://wiki.mobileread.com/wiki/GEB_Librarian additional info]) |
* [https://web.archive.org/web/20220102154534/http://www.ebooksystem.net/support_rb2project_download.htm RB2Project] - convert a .rb to either HTML markup for import into eBook Publisher or directly to a .imp file | * [https://web.archive.org/web/20220102154534/http://www.ebooksystem.net/support_rb2project_download.htm RB2Project] - convert a .rb to either HTML markup for import into eBook Publisher or directly to a .imp file |
Revision as of 15:06, 25 September 2023
Rocket eBook format was used by one of the first physical ebook readers, the Rocket eBook from NuvoMedia (and later REB 1100 from RCA/Gemstar and GEB1150).
It is a container format for simplified html, images and a pseudo-OPF (.info) file with all of the metadata.
It supports optional DRM and was sold by Gemstar, Barnes & Noble, Powells.com, and eBookwise.
Contents |
Identification
HEX "B0 0C B0 0C
" or "B0 0C F0 0D
" appears at offset 0.
References and format
- https://wiki.mobileread.com/wiki/RB
- http://www.chromakinetics.com/REB1200/REB1100.htm
- https://en.wikipedia.org/wiki/Rocket_eBook
- format documentation
Sample files
Online utilities
Software
- eBook Publisher - create professional .rb files (additional info)
- Calibre - read, convert to, and convert from .rb
- rbmake
- rbmake - a book-maker for .rb files
- rbburst - extract a .rb back into its component files
- rbinfo - summarize a .rb file
- rbdump - a debug dump for a .rb file (if you need to debug the .hidx files that rbmake produced)
- RocketLibrarian 1.3.222 - converts html and txt to .rb
- GEB eBook Librarian - create and view .rb (also rebranded as eBookwise Librarian) (additional info)
- RB2Project - convert a .rb to either HTML markup for import into eBook Publisher or directly to a .imp file