From 35f24d294a378e69ac8484046856919d0e5b53cf Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Fri, 3 Feb 2017 10:51:58 +0100 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 75d50672..4629a47f 100755 --- a/readme.md +++ b/readme.md @@ -24,6 +24,7 @@ Calibre Web is a web app providing a clean interface for browsing, reading and d - Upload new books in PDF, epub, fb2 format - Support for Calibre custom columns - Fine grained per-user permissions +- Self update capability ## Quick start @@ -42,10 +43,13 @@ The configuration can be changed as admin in the admin panel under "Configuratio Server Port: Changes the port calibre-web is listening, changes take effect after pressing submit button + Enable public registration: -Tick to enable public user registration. +Tick to enable public user registration. + Enable anonymous browsing: -Tick to allow not logged in users to browse the catalog, anonymous user permissions can be set as admin ("Guest" user) +Tick to allow not logged in users to browse the catalog, anonymous user permissions can be set as admin ("Guest" user) + Enable uploading: Tick to enable uploading of PDF, epub, FB2. This requires the imagemagick library to be installed.