All Projects → FriendsOfEpub → eBookDesignChecklist

FriendsOfEpub / eBookDesignChecklist

Licence: LGPL-3.0 license
A progressive web app to help you design eBooks

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to eBookDesignChecklist

Blitz
An eBook Framework (CSS + template)
Stars: ✭ 179 (+1093.33%)
Mutual labels:  ebook, epub, kindle
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (+146.67%)
Mutual labels:  ebook, epub, kindle
Asciidoctor Epub3
📘 Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3 & KF8/MOBI
Stars: ✭ 166 (+1006.67%)
Mutual labels:  ebook, epub, kindle
Soma
Ulysses.app blueprint for a better ePub stylesheet
Stars: ✭ 23 (+53.33%)
Mutual labels:  ebook, epub, kindle
Epub Press Clients
📦 Clients for building books with EpubPress.
Stars: ✭ 370 (+2366.67%)
Mutual labels:  ebook, epub, kindle
Calibre
The official source code repository for the calibre ebook manager
Stars: ✭ 11,221 (+74706.67%)
Mutual labels:  ebook, epub, kindle
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (+1373.33%)
Mutual labels:  ebook, epub, kindle
bookery
Manage all your ebooks and send them to your reader
Stars: ✭ 35 (+133.33%)
Mutual labels:  ebook, epub, kindle
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (+186.67%)
Mutual labels:  ebook, epub, kindle
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 (+63013.33%)
Mutual labels:  ebook, epub, kindle
The Economist Ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
Stars: ✭ 3,471 (+23040%)
Mutual labels:  ebook, epub, kindle
Libmobi
C library for handling Kindle (MOBI) formats of ebook documents
Stars: ✭ 197 (+1213.33%)
Mutual labels:  ebook, kindle
Pandoc Book Template
A simple Pandoc template to build documents and ebooks.
Stars: ✭ 214 (+1326.67%)
Mutual labels:  ebook, epub
Kepubify
Fast, standalone EPUB to KEPUB converter CLI app / library (and a few other utilities).
Stars: ✭ 225 (+1400%)
Mutual labels:  ebook, epub
Webpages To Ebook
Create an EPUB from a list of URLs. Standing on the shoulders of Wget, Readability and Pandoc.
Stars: ✭ 155 (+933.33%)
Mutual labels:  ebook, epub
onesync-reader-app
Cross-platform ebook reader built using Xamarin.Forms
Stars: ✭ 33 (+120%)
Mutual labels:  ebook, epub
react-viewer
Online EPUB/Comics viewer
Stars: ✭ 52 (+246.67%)
Mutual labels:  ebook, epub
Novel Grabber
Novel-Grabber can download novels from pretty much any webnovel and lightnovel site.
Stars: ✭ 125 (+733.33%)
Mutual labels:  ebook, epub
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+1513.33%)
Mutual labels:  ebook, epub
calibre-kindle-comics
A calibre plugin that converts your comics into a readable format for kindle.
Stars: ✭ 32 (+113.33%)
Mutual labels:  epub, kindle

eBookDesignChecklist

A progressive web app to help you design eBooks

Important Note

All the Blitz repositories reached End Of Life on July 1, 2020. The entire project is no longer maintained and its repositories are read-only. You can still fork them if they can be useful to you.

How-to

Use

If you’re using a mouse/touch:

  • click the “Expand/Collapse button” to toggle all details;
  • click the label to display details;
  • click the checkbox to check;
  • click the “Skip Section” button if the section doesn’t apply;
  • click reset to… reset the checklist.

If you’re using a keyboard:

  • press “tab” to navigate items;
  • press “enter” to check;
  • press “space” to display details;
  • press “esc” to reset the checklist.

Don’t worry, your checklist is autosaved: you can close this website, your current checklist will be retrieved when reopened.

Install

If you’re on iOS/Android/Windows 8–10, you can actually install this web app. Just visit the page and “Add to homescreen”.

Thanks to service workers, it will even work offline on Android, Chrome, Opera or Firefox (appcache fallback for iOS).

Summary

The eBook Design Checklist is part of the Blitz Project. It’s a progressive web app which aim is to help you design your eBooks.

It is available on this page.

Details

This web app is just a glorified form with checkboxes.

  • We’re using JS to toggle details.
  • We’re using localStorage (with cookie fallback) to store checked checkboxes + progress (bar’s width).
  • We’re using Service Workers and appcache (fallback) to make it work offline.
  • Keyboard features are implemented via JS when needed.

And that’s it.

License

eBook Design checklist, a Blitz tool to help you achieve great design in eBooks

Copyright (C) 2016 Jiminy Panoz

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

What LGPL3 actually implies

You can fork this repo and make your own checklist/web app, say for Quality Assurance, InDesign’s export cleaning, metadata, etc. You can use it in commercial projets but your modifications to this specific part (consider this a library) should then be released with a LGPL3 license. Attribution is needed in any case.

Why LGPL3 OMG it’s not MIT like the Blitz Framework!

The eBook dev ecosystem is a nightmare, we need eBook tools. And fast!

Very few people actually release those tools. Now it’s just a checklist so why would you want to keep this closed source, huh?

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