libreoffice-online/README.md
Guy Lunardi 6bef407799 Minor edits (punctuations and small text changes)
Change-Id: Ic464378c9e8c9992f3b60b055e6e4a56afef849a
2020-10-02 10:14:50 +02:00

41 lines
891 B
Markdown

# 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