All Projects → bmaupin → Go Epub

bmaupin / Go Epub

Licence: mit
Go library for creating EPUB files

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Go Epub

Rest Epub
Roy Fielding's REST dissertation in .epub
Stars: ✭ 40 (-57.89%)
Mutual labels:  epub
Epubcheck
Validation tool for EPUB
Stars: ✭ 1,073 (+1029.47%)
Mutual labels:  epub
Work crawler
Download comics novels 小说漫画下载工具 小説漫画のダウンローダ 小說漫畫下載:腾讯漫画 大角虫漫画 有妖气 知音漫客 咪咕 SF漫画 哦漫画 看漫画 漫画柜 汗汗酷漫 動漫伊甸園 快看漫画 微博动漫 733动漫网 大古漫画网 漫画DB 無限動漫 動漫狂 卡推漫画 动漫之家 动漫屋 古风漫画网 36漫画网 亲亲漫画网 乙女漫画 comico webtoons 咚漫 ニコニコ静画 ComicWalker ヤングエースUP モアイ pixivコミック サイコミ;アルファポリス カクヨム ハーメルン 小説家になろう 起点中文网 八一中文网 顶点小说 落霞小说网 努努书坊 笔趣阁→epub.
Stars: ✭ 1,224 (+1188.42%)
Mutual labels:  epub
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+974.74%)
Mutual labels:  epub
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+9865.26%)
Mutual labels:  epub
Bookworm
A simple ebook reader for Elementary OS
Stars: ✭ 1,125 (+1084.21%)
Mutual labels:  epub
Readingcloud
An ebook reader written in Rails.
Stars: ✭ 33 (-65.26%)
Mutual labels:  epub
Fb2mobi
[DEPRECATED] fb2mobi - derived from fb2conv 1.5.4
Stars: ✭ 89 (-6.32%)
Mutual labels:  epub
Ebreader
一个让你可以在浏览器中阅读Epub电子书的CLI程序,使用Golang编写
Stars: ✭ 50 (-47.37%)
Mutual labels:  epub
Lector
Qt based ebook reader
Stars: ✭ 1,218 (+1182.11%)
Mutual labels:  epub
Owasp Masvs
The Mobile Application Security Verification Standard (MASVS) is a standard for mobile app security.
Stars: ✭ 1,030 (+984.21%)
Mutual labels:  epub
Thiefmd
The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter
Stars: ✭ 48 (-49.47%)
Mutual labels:  epub
Readium Shared Js
Repository for the shared JavaScript libraries that are used in the SDK-Launchers and other applications developed on top of the SDK
Stars: ✭ 72 (-24.21%)
Mutual labels:  epub
Readium Cfi Js
Stars: ✭ 42 (-55.79%)
Mutual labels:  epub
Koreader Base
Base framework offering a Lua scriptable environment for creating document readers
Stars: ✭ 81 (-14.74%)
Mutual labels:  epub
Publ Cg
EPUB 3 Community Group Repository
Stars: ✭ 40 (-57.89%)
Mutual labels:  epub
Php Epub Meta
A PHP library to read and write EPub meta data
Stars: ✭ 55 (-42.11%)
Mutual labels:  epub
Epub Manga Creator
a web GUI for create japanese epub manga
Stars: ✭ 90 (-5.26%)
Mutual labels:  epub
Kotlin Reference Chinese
Kotlin 官方文档(参考部分)中文版
Stars: ✭ 85 (-10.53%)
Mutual labels:  epub
You Dont Know Js Epub
"You Don't Know JS Yet" (2nd Edition) ePub generator.
Stars: ✭ 76 (-20%)
Mutual labels:  epub

Build Status Coverage Status Go Report Card License GoDoc

Features

  • Documented API
  • Creates valid EPUB 3.0 files
  • Adds an additional EPUB 2.0 table of contents (as seen here) for maximum compatibility
  • Includes support for adding CSS, images, and fonts

For an example of actual usage, see https://github.com/bmaupin/go-docs-epub

Installation

go get github.com/bmaupin/go-epub

Development

go get github.com/bmaupin/go-epub
cd $GOPATH/src/github.com/bmaupin/go-epub

Dependencies are managed using Go modules

Testing

  1. (Optional) Install EpubCheck

    wget https://github.com/IDPF/epubcheck/releases/download/v4.0.2/epubcheck-4.0.2.zip
    unzip epubcheck-4.0.2.zip
    
  2. Run tests

    go test
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].