From ee3385457de377886b4cafef9e13580f19f73282 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Mon, 6 Jul 2020 01:11:43 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8736fb9..43c6468 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@

Terminal based ebook server. Open source & Lightweight.

Having used Calibre for hosting my eBook collection in the past, I found myself frustrated having to install X on my server, or manage my library externally, Thus I have decided to spin up my own.

+ +

https://pyshelf.com

![pyShelf 0.5.0 Collection 1](https://github.com/th3r00t/pyShelf/raw/master/preview_050.png) @@ -18,8 +20,15 @@ * Ebook Downloading * Collections +| Branch | Support | Feature set | +| --- | --- | --- | +| Master | Officialy Supported | Most stable branch, may be behind in the core feature set | + | Development| Please report all bugs | Most active branch, this branch is a rolling release, containing the latest features. There will be bugs here hopefully nothing service killing | + | Others | Here there be dragons | These branches are used for day to day development, nothing here should be considered stable. + ## Currently Supported Formats * epub +* development branch has mobi support! ## Installation Example pyShelf Installation Video From 75e19303f9fbfed3294b40da7d76b2a1f6fed8a7 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Mon, 6 Jul 2020 01:14:24 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43c6468..9ea566f 100755 --- a/README.md +++ b/README.md @@ -5,10 +5,8 @@

https://pyshelf.com

- -![pyShelf 0.5.0 Collection 1](https://github.com/th3r00t/pyShelf/raw/master/preview_050.png) -![pyShelf 0.5.0 Collection 2](https://github.com/th3r00t/pyShelf/raw/master/preview_1_050.png) - +![pyShelf 0.6.0 newui](https://github.com/th3r00t/pyShelf/raw/development/src/interface/static/img/pyShelf_frontend_0_2_0.png) +

Screenshot is from v0.6.0 on the development branch

Discord | IRC freenode.net @ #pyshelf

## Current Features From f3f9a10bad80c7a41f4d1d3b37001c5e2a5b2815 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Mon, 6 Jul 2020 01:14:47 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ea566f..2f0e71b 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@

https://pyshelf.com

+ ![pyShelf 0.6.0 newui](https://github.com/th3r00t/pyShelf/raw/development/src/interface/static/img/pyShelf_frontend_0_2_0.png) +

Screenshot is from v0.6.0 on the development branch

Discord | IRC freenode.net @ #pyshelf

From 53b3772d9a2741731940a3359290c2850e267db7 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Mon, 6 Jul 2020 01:19:30 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f0e71b..82bd3c5 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ | Branch | Support | Feature set | | --- | --- | --- | -| Master | Officialy Supported | Most stable branch, may be behind in the core feature set | +| Master | Bugs get priority | Most stable branch, may be behind in the core feature set | | Development| Please report all bugs | Most active branch, this branch is a rolling release, containing the latest features. There will be bugs here hopefully nothing service killing | | Others | Here there be dragons | These branches are used for day to day development, nothing here should be considered stable.