category-theory-for-programmers icon indicating copy to clipboard operation
category-theory-for-programmers copied to clipboard

Add a .mobi version for Kindles?

Open davidmyersdev opened this issue 8 years ago • 2 comments

Would it be possible for you to create a .mobi version as well? I'm not sure what the process is to properly convert it, otherwise I would submit a PR.

davidmyersdev avatar Oct 06 '17 19:10 davidmyersdev

Not without an additional conversion: the e-book is generated with Pandoc, which can only output (as standalone formats) PDF or ePUB files. I'm not familiar with the mobipocket format: the only tool I could find to do this job is KindleGen but it's non-free software with an EULA so I'm definitely not going to use it in the makefile. You could do the conversion on your own if you wish.

rnhmjoj avatar Oct 07 '17 00:10 rnhmjoj

The binary is available for download without signing an EULA: http://kindlegen.s3.amazonaws.com/kindlegen_linux_2.6_i386_v2_9.tar.gz.

I suppose I understand the worry though, so if you don't think it makes sense to offer it here, feel free to close the issue.

Thanks!

davidmyersdev avatar Oct 09 '17 18:10 davidmyersdev