initial commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*~
|
||||
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM debian
|
||||
RUN apt update && apt install -y calibre libcairo2-dev fonts-noto fonts-noto-cjk pipenv && rm -r /var/lib/apt/lists/* && pipenv install cchardet==2.2.0a2 && pipenv install ebookmaker
|
||||
ENTRYPOINT ["pipenv", "run", "ebookmaker"]
|
||||
10
README.md
Normal file
10
README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
Ebookmaker for Docker
|
||||
=====================
|
||||
|
||||
This packages up Project Gutenberg's
|
||||
[Ebookmaker](https://github.com/gutenbergtools/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.
|
||||
|
||||
Reference in New Issue
Block a user