While reviewing material for an upcoming post, I came across the following suggestion on the Scrum Guide User Voice forum:
Publish an epub and mobi (Kindle) version of the guide
Well, that might be handy indeed!
Mobile versions currently are not provided by scrumguides.org,
but the markup of the html version of the guide is pretty clean.
This means it can be used as input for Pandoc,
to create an epub
version.
This epub
version can be easily converted to a mobi
version
using KindleGen.
I’ve created a simple makefile to do this. You can download the makefile and the mobile versions of the guide in this public Google Drive folder.
The makefile is available also available as a Github gist.
Comments
Leave a comment