Ebookmaker for Docker
This packages up Project Gutenberg's Ebookmaker to run under Docker. I'm working on my own Gutenberg mirror that will download HTML source from Project Gutenberg, produce EPUB and Kindle files from the source, and generate a web interface to make it usable, as it appears that the Kiwix mirror I've been using up to now is no longer being updated.
Example
This will produce both EPUB and Kindle files, as the EPUB serves as input to kindlegen:
docker run -it --rm -v /mnt/media/books/gutenberg-mirror/html-src/1/3/135/135-h:/src -v /tmp:/dest cr.gitlab.alfter.us/salfter/ebookmaker --make kindle.images --generate_cover --output-dir /dest /src/135-h.htm
Description
Languages
Dockerfile
70.9%
Shell
29.1%