All Projects → readium → Architecture

readium / Architecture

Licence: bsd-3-clause
📚 Documents the architecture of the Readium project

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Architecture

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 (+7922.88%)
Mutual labels:  epub
Work crawler
Download comics novels 小说漫画下载工具 小説漫画のダウンローダ 小說漫畫下載:腾讯漫画 大角虫漫画 有妖气 知音漫客 咪咕 SF漫画 哦漫画 看漫画 漫画柜 汗汗酷漫 動漫伊甸園 快看漫画 微博动漫 733动漫网 大古漫画网 漫画DB 無限動漫 動漫狂 卡推漫画 动漫之家 动漫屋 古风漫画网 36漫画网 亲亲漫画网 乙女漫画 comico webtoons 咚漫 ニコニコ静画 ComicWalker ヤングエースUP モアイ pixivコミック サイコミ;アルファポリス カクヨム ハーメルン 小説家になろう 起点中文网 八一中文网 顶点小说 落霞小说网 努努书坊 笔趣阁→epub.
Stars: ✭ 1,224 (+937.29%)
Mutual labels:  epub
Amusewiki
Text::Amuse-based publishing platform
Stars: ✭ 95 (-19.49%)
Mutual labels:  epub
Epubcheck
Validation tool for EPUB
Stars: ✭ 1,073 (+809.32%)
Mutual labels:  epub
You Dont Know Js Epub
"You Don't Know JS Yet" (2nd Edition) ePub generator.
Stars: ✭ 76 (-35.59%)
Mutual labels:  epub
Kotlin Reference Chinese
Kotlin 官方文档(参考部分)中文版
Stars: ✭ 85 (-27.97%)
Mutual labels:  epub
Webpub Manifest
📜 A JSON based Web Publication Manifest format used at the core of the Readium project
Stars: ✭ 46 (-61.02%)
Mutual labels:  epub
Kobo Book Downloader
A tool to download your purchased Kobo books and remove the DRM from them.
Stars: ✭ 117 (-0.85%)
Mutual labels:  epub
Lector
Qt based ebook reader
Stars: ✭ 1,218 (+932.2%)
Mutual labels:  epub
Go Epub
Go library for creating EPUB files
Stars: ✭ 95 (-19.49%)
Mutual labels:  epub
Php Epub Meta
A PHP library to read and write EPub meta data
Stars: ✭ 55 (-53.39%)
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 (-38.98%)
Mutual labels:  epub
Fb2mobi
[DEPRECATED] fb2mobi - derived from fb2conv 1.5.4
Stars: ✭ 89 (-24.58%)
Mutual labels:  epub
Ebreader
一个让你可以在浏览器中阅读Epub电子书的CLI程序,使用Golang编写
Stars: ✭ 50 (-57.63%)
Mutual labels:  epub
Calibre
The official source code repository for the calibre ebook manager
Stars: ✭ 11,221 (+9409.32%)
Mutual labels:  epub
Thiefmd
The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter
Stars: ✭ 48 (-59.32%)
Mutual labels:  epub
Koreader Base
Base framework offering a Lua scriptable environment for creating document readers
Stars: ✭ 81 (-31.36%)
Mutual labels:  epub
Kreader
Android阅读器
Stars: ✭ 117 (-0.85%)
Mutual labels:  epub
R2 Testapp Swift
📖 An EPUB & CBZ reading app for iOS
Stars: ✭ 110 (-6.78%)
Mutual labels:  epub
Epub Manga Creator
a web GUI for create japanese epub manga
Stars: ✭ 90 (-23.73%)
Mutual labels:  epub

Readium Architecture

All Readium implementations (mobile, desktop or Web) are split in two main modules, which use the Readium Web Publication Manifest to communicate together.

On the Web, the Publication Server is responsible for serving a Readium Web Publication Manifest and the resources of a publication over HTTPS.

In native apps, the Streamer is responsible for parsing packaged publications and exposing them using an in-memory model.

On all platforms, the Navigator is meant to navigate in the resources of a publication and can adopt very different strategy based on the nature of the publication (ebooks, audiobooks and comics).

These modules are not necessarily meant to be deployed on the same device or written in the same language, which lets developers select the best implementation based on their requirements.

Diagram of the Readium Architecture

Components

Models

Main Modules

Services

Projects

Ecosystem

Take a look at our dedicated awesome-readium repository to explore the ecosystem built around Readium.

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].