rails / rails-dev-box

A virtual machine for Ruby on Rails core development
MIT License
2.05k stars 580 forks source link

Remove KindleGen installation #181

Closed yahonda closed 5 months ago

yahonda commented 3 years ago

This pull request removes KindleGen installation KindleGen is not available for download.

https://www.amazon.com/gp/feature.html?docId=1000765211

KindleGen is no longer available for download. Please use Kindle Previewer to convert, preview, and validate your eBooks. Kindle Previewer provides the same functionality of KindleGen and, in addition, provides:

Fix #177

fxn commented 3 years ago

Does that Kindle Previewer support some kind of batch processing?

yahonda commented 3 years ago

I've found "Kindle Previewer" is not available for Linux, available for Windows and macOS as described below.

https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000765261

System Requirements • Windows 8.1 or later • Intel Mac OSX 10.13 or later

yahonda commented 1 year ago

Rails supports to generate the guide in EPUB since https://github.com/rails/rails/pull/45539 and deprecates guides:generate:kindle task. So I think we can safely remove KindleGen installation.

After https://github.com/rails/rails-dev-box/pull/202 is merged or installing pkg-config and libyaml-dev packages manually, rails-dev-box can generate the epub format guides follows.