libreoffice-online/README

29 lines
457 B
Text
Raw Normal View History

LibreOffice Online.
2015-03-25 09:15:57 -05:00
This project has several components:
2015-03-25 09:15:57 -05:00
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.
2015-03-25 09:15:57 -05:00
2015-04-21 05:48:17 -05:00
loleaflet/
The client side JavaScript component.
2015-03-25 09:15:57 -05:00
test/
C++ based unit tests.
cypress_test/
JavaScript based integration tests.
It is recommended to read these files:
2015-04-21 05:48:17 -05:00
wsd/README
loleaflet/README
2015-03-25 09:15:57 -05:00
Enjoy.