libreoffice-online/README
Tamás Zolnai 4168ff3394 Mention test folders in the top-level README.
Change-Id: I918edfde4d439f9387096ce458ab348c8fa87507
2020-05-27 15:36:14 +02:00

28 lines
457 B
Text

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.