aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index 43f6d78..9b2e289 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# InfCloud for Radicale
-Integrate [InfCloud](https://www.inf-it.com/open-source/clients/infcloud/) into [Radicale](http://radicale.org/)'s web interface.
+Integrate [InfCloud](https://www.inf-it.com/open-source/clients/infcloud/) into
+[Radicale](http://radicale.org/)'s web interface.
InfCloud allows you to to manage appointments, tasks and contacts in the browser.
@@ -10,12 +11,12 @@ for InfCloud to work properly. Otherwise the "Refresh" button is broken.
## Installation
```shell
-$ python3 -m pip install --upgrade https://github.com/Unrud/RadicaleInfCloud/archive/master.tar.gz
+python3 -m pip install --upgrade https://github.com/Unrud/RadicaleInfCloud/archive/master.tar.gz
```
## Configuration
-Set the configuration option `type` in the `web` section to ``radicale_infcloud``.
+Set the configuration option `type` in the `web` section to `radicale_infcloud`.
```ini
[web]
@@ -24,6 +25,9 @@ type = radicale_infcloud
## License
-[AGPL-3.0](https://github.com/Unrud/RadicaleWeb/blob/master/COPYING) because [InfCloud](https://github.com/Unrud/RadicaleInfCloud/blob/master/radicale_infcloud/web/) is included.
+[AGPL-3.0](https://github.com/Unrud/RadicaleWeb/blob/master/COPYING) because
+[InfCloud](https://github.com/Unrud/RadicaleInfCloud/blob/master/radicale_infcloud/web/)
+is included.
-[GPL-3.0](https://github.com/Unrud/RadicaleWeb/blob/master/COPYING_GPL) for `radicale_infcloud/__init__.py`
+[GPL-3.0](https://github.com/Unrud/RadicaleWeb/blob/master/COPYING_GPL)
+for `radicale_infcloud/__init__.py`
bgstack15