gen-epub-book

Crates.iogen-epub-book
lib.rsgen-epub-book
version2.3.2
sourcesrc
created_at2017-02-14 01:20:15.733681
updated_at2019-03-08 21:41:24.742175
descriptionGenerate an ePub book from a simple plaintext descriptor
homepage
repositoryhttps://github.com/nabijaczleweli/gen-epub-book.rs
max_upload_size
id8510
size1,674,035
наб (nabijaczleweli)

documentation

https://rawcdn.githack.com/nabijaczleweli/gen-epub-book.rs/doc/gen_epub_book/index.html

README

gen-epub-book.rs TravisCI Build Status AppVeyorCI build status Licence Crates.io version

Generate an ePub book from a simple plaintext descriptor.

Manpage

Documentation

Quickstart

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.

Versions in other languages

The original in AWK.
A rewrite in C++.
A rewrite in Scala.
A rewrite in JavaScript.

Commit count: 53

cargo fmt