All Projects → rupor-github → Fb2mobi

rupor-github / Fb2mobi

Licence: mit
[DEPRECATED] fb2mobi - derived from fb2conv 1.5.4

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fb2mobi

Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+171.91%)
Mutual labels:  ebooks, mobi, epub
Asciidoctor Epub3
📘 Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3 & KF8/MOBI
Stars: ✭ 166 (+86.52%)
Mutual labels:  ebooks, mobi, epub
Shirah Reader
RSVP speed reader, written in python.
Stars: ✭ 133 (+49.44%)
Mutual labels:  ebooks, mobi, epub
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (-58.43%)
Mutual labels:  mobi, epub, ebooks
Lightnovel Crawler
Download and generate e-books from online sources.
Stars: ✭ 344 (+286.52%)
Mutual labels:  mobi, epub
Unix As Ide
The ebook version of Tom Ryder's series on the Unix programming environment
Stars: ✭ 315 (+253.93%)
Mutual labels:  mobi, epub
Calibre Web
📚 Web app for browsing, reading and downloading eBooks stored in a Calibre database
Stars: ✭ 5,616 (+6210.11%)
Mutual labels:  mobi, epub
Owasp Masvs
The Mobile Application Security Verification Standard (MASVS) is a standard for mobile app security.
Stars: ✭ 1,030 (+1057.3%)
Mutual labels:  mobi, epub
fiction-dl
A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
Stars: ✭ 22 (-75.28%)
Mutual labels:  mobi, epub
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+3201.12%)
Mutual labels:  mobi, epub
Lector
Qt based ebook reader
Stars: ✭ 1,218 (+1268.54%)
Mutual labels:  mobi, epub
Ruby Hacking Guide.github.com
Ruby Hacking Guide Translation
Stars: ✭ 305 (+242.7%)
Mutual labels:  mobi, epub
Redux Offline Docs
Redux documentation in PDF, ePub and MOBI formats for offline reading.
Stars: ✭ 292 (+228.09%)
Mutual labels:  mobi, epub
Webpub Manifest
📜 A JSON based Web Publication Manifest format used at the core of the Readium project
Stars: ✭ 46 (-48.31%)
Mutual labels:  ebooks, epub
Narou
Narou.rb - 小説家になろうのダウンローダ&縦書き整形&管理アプリ。Kindle(などの電子書籍端末)でなろうを読む場合に超便利です!
Stars: ✭ 256 (+187.64%)
Mutual labels:  mobi, epub
Google Sre Ebook
Google SRE Book Generator (EPUB/MOBI/PDF).
Stars: ✭ 578 (+549.44%)
Mutual labels:  mobi, epub
Booktype
Booktype is a free, open source platform that produces beautiful, engaging books formatted for print, Amazon, iBooks and almost any ereader within minutes.
Stars: ✭ 810 (+810.11%)
Mutual labels:  ebooks, epub
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+747.19%)
Mutual labels:  mobi, epub
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-74.16%)
Mutual labels:  mobi, epub
Fb2converter
Unified converter of FB2 files into epub2, kepub, mobi and azw3 formats.
Stars: ✭ 83 (-6.74%)
Mutual labels:  ebooks, thumbnails

This program is based on fb2conv program published by dnkorpushov on the-ebook.org site.

Important:

This project has been "stable" for a while - no changes or additional fixes were requested for a long time. Builds for Linux and Windows build environments have been fully defined in the docker files and build process fully automated in scripts. At the same time maintaining Python build environment for several platforms (as well as attemptng to fix various problems with Unicode support in Python for Windows) has been noticeable burden for me - requiring time and resources (which I do not have). As the result I am reducing my attention to this project - there would not be conversion to latest Python or any further program binary distributions for Windows and Linux coming from me. I may be able to provide source level fixes, but this would be it.

Instead I am opening new project - fb2converter, a complete rewrite of this program in go language which requires much less support time (or so I think). At the moment it has everything command line of fb2mobi does and then some and eventually it may even get its own UI, we'll see. Any new features or significant fixes would be provided by new project or would have to come from somebody else.

Original program (being Python 2) did not work well under Windows when non-russian system codepage was selected for non-Unicode programs. In order to improve the situation I had to port it to Python 3. Later author of original converter re-joined the project and ported GUI UI here. He also added binary releases for MAC.

Here is brief list of changes to the original project (in addition to bug fixes):

  • All messages and profile descriptions got translated to English
  • Fixed all problems I was aware of at the moment (see git log)
  • Added ability to apply xslt transformation from external file to fb2 before further processing (--xslt key or <xslt> config tag)
  • Added xslt extension "katz_tr" to speedup and simplify transformation of direct speech in dialogs
  • Added smart dropcaps processing (--dropcaps=Smart key or <dropcaps>Smart</dropcaps> config tag)
  • Added some rudimentary epub processing (like title rewriting based on calibre metadata and hyphenation)
  • Switched hyphenator to hyphen which uses properly maintained dictionaries from LibreOffice, so now many languages are supported and you could add more
  • Added support for "floating" footnotes (--notes-mode=float key or <notesMode>float</notesMode> config tag)
  • Added support for MOBI post-processing and optimization
  • Added cover and thumbnail image optimization
  • Made cover size user configurable (--screen-width, --screen-height or <screenWidth>, <screenHeight>)
  • Added support for latest Kidle firmware (>= 5.7.2)
  • Added simple tool to generate thumbnails on Kindle devices
  • Added synchronous logging to file and console (console logging level is set independently by --console-level key or <consoleLevel> config tag)
  • Added an option to make PNG images non-transparent to prevent "ghostly images" on Kindle (--remove-png-transparency key or <removePngTransparency> config tag)
  • Added support for auto-generation of PageMaps - now it is possible to have APNX files (--apnx=eInk|PC key or <generateAPNX> profile tag). Number of uncompessed text characters per page is (approximately) controlled by charactersPerPage profile tag and by default is equal to 2300 (Calibre default setting)
  • Removed <flatTOC> support. New config tag <tocType> and command line parameter --toc-type could be used instead with values Flat|Kindle|Normal. This introduces special support for eInk Kindle devices with 2-level TOC views. Additional tag <tocKindleLevel> and parameter --toc-kindle-level allow for precise tuning of generated NCX for eInk devices.
  • Expanded book title generation: added #padnumber to generate number in series padded with zeros (use <seriesPositions> or --series-positions to specify how many digits overall will be generated) and #date to add proper date from <title-info> if availabe.
  • Added new <chapterLevel> configuration tag and ---chapter-level parameter along with new style .titleblock_nobreak. When parsing sections this style will be generated if nesting level is greater or equal to specified value. This allows better control of page breaks on sections boundaries.
  • Supported <openBookFromCover> configuration tag and ---open-book-from-cover parameter for compatibility with fb2conv. Works for epub output only.
  • Changed how book title and book author are formatted - added processing of conditional blocks, for example: <bookTitleFormat>{(#abbrseries{ #padnumber}) }#title</bookTitleFormat>. To output curly braces escape them with backslash.
  • Added new css style .linkanchor - this is style for all href links which are NOT pointing to the note bodies. This allows for flexible formatting of hyperlinks in the text.
  • Added "default" cover for fb2 which do not have it (APG 2018.1) - <coverDefault> in profile configuration.
  • Added image re-sampling - <scaleImages> in profile configuration or --scale-images on command line (Should be positive non-zero float number, cover image is exempt from this). DPI is preserved.
  • Added --config parameter and changed the way program looks for configuration file. Now, unless --config is provided files in user HOME directory have precedence over distribution files.
  • For FB2 input files output name could be derived from book metadata using tag <outputPattern> and the same rules as for book title.
  • Added support for multiple authors

More info can be found on russian forum.

Program uses source code (modified) from following projects released under GPL:

In order to build releases we are using Python 3.6.5 with following modules.

If you are not using "frozen" distribution you would need to download Amazon's KindleGen.

Enjoy!

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].