Initial commit

This commit is contained in:
Joseph Milazzo 2020-12-12 17:03:06 -06:00
commit a2e6d03d5b
11 changed files with 1371 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Kavita
Kavita, meaning Stories, is a lightweight manga server. The goal is to replace Ubooqity with an
open source variant that is flexible and packs more punch, without sacrificing ease to use.
## Goals:
* Server up Comics (cbr, cbz, zip/rar, pdf, raw images) and Books (epub, mobi, azw, djvu, pdf)
* Provide Reader for Comics and Books via web app that is responsive
* Provide customization themes (server installed) for web app
* Provide hooks into metadata providers to fetch Manga/Comic data
* Metadata should allow for collections, want to read integration from 3rd party services, genres.
* Expose an OPDS API/Stream for external readers to use
* Allow downloading files directly from WebApp
* WebApp/Server is Translated via Weblate (free for Open Source)