adamwiggins / 12factor

Official fork now at: https://github.com/heroku/12factor
http://12factor.net/
MIT License
409 stars 714 forks source link

ePub book #7

Closed lucasfais closed 12 years ago

lucasfais commented 12 years ago

Hello.

I'm love to read articles and books in my mobile phone. I think the ePub formart is better for small devices.

I added the ePub format for download :) I used pandoc: http://johnmacfarlane.net/pandoc/

But, I didn't add the script to generate the ePub because I needed to change the images paths in markdown files. Then I used the command line:

pandoc intro.md background.md who.md codebase.md dependencies.md config.md backing-services.md build-release-run.md processes.md port-binding.md concurrency.md disposability.md dev-prod-parity.md logs.md admin-processes.md -o 12factor.epub

Maybe in the future I do a script to do this more easy.

adamwiggins commented 12 years ago

Nice, thanks!