aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnrud <Unrud@users.noreply.github.com>2017-04-02 01:32:16 +0200
committerGitHub <noreply@github.com>2017-04-02 01:32:16 +0200
commitd2c7d989d0ed81084a61387f89c19148d7c0fff8 (patch)
tree664e3e60278e815ff3411c7c7f5e7f696f7f0624
parentuse ResourceManager API to access web content (diff)
downloadradicaleinfcloud-d2c7d989d0ed81084a61387f89c19148d7c0fff8.tar.gz
radicaleinfcloud-d2c7d989d0ed81084a61387f89c19148d7c0fff8.tar.bz2
radicaleinfcloud-d2c7d989d0ed81084a61387f89c19148d7c0fff8.zip
Add description and clearify install instructions
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ca6023..2dac6c2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,15 @@
# Web interface for Radicale
+
+Create, edit and delete calendars and addressbooks via a simple web interface.
+
+The package also includes [InfCloud](https://www.inf-it.com/open-source/clients/infcloud/) which allows you to manage appointments, tasks and contacts in the browser.
+
## Installation
pip3 install --upgrade git+https://github.com/Unrud/RadicaleWeb
+
+The official version of [Radicale](https://github.com/Kozea/Radicale/) doesn't support this package (yet) and is missing a WebDAV features that is required by InfCloud.
+
+I created a fork of Radicale which includes all necessary pull requests:
+
+ pip3 install --upgrade git+https://github.com/Unrud/Radicale
bgstack15