Crates.io | gen-epub-book |
lib.rs | gen-epub-book |
version | 2.3.2 |
source | src |
created_at | 2017-02-14 01:20:15.733681 |
updated_at | 2019-03-08 21:41:24.742175 |
description | Generate an ePub book from a simple plaintext descriptor |
homepage | |
repository | https://github.com/nabijaczleweli/gen-epub-book.rs |
max_upload_size | |
id | 8510 |
size | 1,674,035 |
Generate an ePub book from a simple plaintext descriptor.
Install via:
cargo install gen-epub-book
Copy this somewhere:
Name: Simple ePub demonstration
Cover: cover.png
Image-Content: simple/chapter_image.png
Content: simple/ctnt.html
Author: nabijaczleweli
Date: 2017-02-08T15:30:18+01:00
Language: en-GB
Modify to your liking, then, assuming you put the file in "example/test.epupp" and want to write the result to "out/test.epub", run:
gen-epub-book example/test.epupp out/test.epub
For more detailed usage information and tag list, see the manpage, and for a full guide see the webpage.
The original in AWK.
A rewrite in C++.
A rewrite in Scala.
A rewrite in JavaScript.