summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-11-12 14:55:18 +0300
committerAndrew Dolgov <[email protected]>2019-11-12 14:55:18 +0300
commitd82d599812c1f126d7f9a9cecbca5422964da99e (patch)
tree9aed2918316ea44d428d52bb07ce617868aabda5 /README.md
parente6e5702a5c3abd51ccb5c9c689e8578cc89b3db6 (diff)
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 9 insertions, 16 deletions
diff --git a/README.md b/README.md
index fd13518..dde9507 100644
--- a/README.md
+++ b/README.md
@@ -3,17 +3,16 @@ The Epube
web EPUB reader using EPUB.js, Bootstrap, and Calibre.
-* responsive design
-* has transparent offline mode via service workers
-* can optionally store files locally for later reading
-* supports word definition lookups using dictd
-* supports Chrome homescreen "app mode"
-* has several color themes
+https://git.tt-rss.org/fox/the-epube/wiki
-Screenshots
-===========
+Copyright (c) 2017 Andrew Dolgov (unless explicitly stated otherwise).
-See here: https://git.tt-rss.org/fox/the-epube/wiki/Home
+Requirements
+============
+
+* HTTPS: required for service workers to work
+* PDO::sqlite
+* Calibre books directory and metadata.db
Installation
============
@@ -52,13 +51,6 @@ When upgrading from an older Git snapshot which used HTTP Authentication:
3. Add two new tables to scratch.db (epube_users & epube_sessions)
4. Add users via useradm.php (use same names as http auth, all data will be kept)
-Requirements
-============
-
-* HTTPS: required for service workers to work
-* PDO::sqlite
-* Calibre books directory and metadata.db
-
Acknowledgements
================
@@ -68,3 +60,4 @@ License
=======
GNU GPL version 3.
+