summaryrefslogtreecommitdiffstats
path: root/README
blob: c1f3b7c614e6e5a6809edf1544c0bfece84af1a2 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Collabora Online

## Website

For many more details, build instructions, downloads and more please visit https://collaboraonline.github.io/

## Developer assistance
Please ask your questions on `irc.freenode.net` in our `#cool-dev` channel

Join the conversation on our Discourse server at https://forum.collaboraonline.com/

## Develoment bits

This project has several components:

### wsd/

The Web Services Daemon - which accepts external connections

### kit/
The client which lives in its own chroot and renders documents

### common/
Shared code between these processes

### loleaflet/
The client side JavaScript component

### test/
C++ based unit tests

### cypress_test/
JavaScript based integration tests

## Further recommended reading with build details

Please consult the README files in the component's directory for more details:
- wsd/README
- loleaflet/README

## Enjoy