aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3d3d5eec60f4c3821c2e43b663e4a87294c4b7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Web interface for Radicale

Create, edit and delete calendars and address books 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](https://github.com/Unrud/Radicale/) which includes all necessary pull requests:

    pip3 install --upgrade git+https://github.com/Unrud/Radicale

## Screenshots

![Login](https://github.com/Unrud/RadicaleWeb/raw/master/etc/screenshot_login.png)
![Overview](https://github.com/Unrud/RadicaleWeb/raw/master/etc/screenshot_overview.png)
![New Collection](https://github.com/Unrud/RadicaleWeb/raw/master/etc/screenshot_new_collection.png)

## License

[AGPL-3.0](https://github.com/Unrud/RadicaleWeb/blob/master/COPYING) for the whole package because [InfCloud](https://github.com/Unrud/RadicaleWeb/blob/master/radicale_web/web/infcloud/) is included.

[GPL-3.0](https://github.com/Unrud/RadicaleWeb/blob/master/COPYING_GPL) for RadicaleWeb without InfCloud.
bgstack15