blob: 890ee185e14512ff9dbbc9e73898487984a33222 (
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
|
LibreOffice Online.
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.
It is recommended to read these files:
wsd/README
loleaflet/README
Enjoy.
|