Do we need to generate Kindle mobi files? #2574
Labels
Status: Pending
pending action described in a comment, to return to discussion before further action will be taken
TEI: Build Process
TEI: Guidelines & Documentation
Milestone
The build process currently generates a special EPUB version and then processes it with the kindlegen tool to produce a .mobi file. However, Kindle now supports EPUB natively, and .mobi seems to be on the way out:
https://kdp.amazon.com/en_US/help/topic/G200634390
Since kindlegen itself is not open-source (one reason it's not installed on my build server), and .mobi isn't necessary, I suggest we completely remove this step from our build process, and offer only the PDF and EPUB formats for offline reading.
The relevant Makefile lines are here:
https://github.com/TEIC/TEI/blob/dev/P5/Makefile#L124
The text was updated successfully, but these errors were encountered: