Quote:
Originally Posted by wiffel
I kind of like FBReader to read most of my books. And I like to be able to read Plucker files.
So, I patched the latest firmware from BeBook to include FBReader. (thanks to the previous work from Lunohod and iStealth)
I'm not sure if somebody is interested, but you can download it at :
www.tilient.net/bebook/V3update.zip
This patched firmware opens RTF, TXT, FB2, HTM and CHM with FBReader.
If you want to read plucker files with this firware, you have to apply a small trick. Zip the plucker file and rename it to xxx.fb2.zip. That way it will be opened by FBReader. (E.g. ABook.pdb becomes ABook.fb2.zip)
|
Thank you for this! I'm running it right now and reading some Plucker files.
I made a short script to handle the conversion you mentioned; just run the script with a list of filenames, e.g. "./plucker-fbreader-convert.sh *.pdb" and each individual file will be compressed as xxx.fb2.zip.
I haven't tested this script extensively, use at your own risk, etc. It's attached to this message, I hope.