No description
e858d5940c
Change-Id: I963b0966bd33f052d7c95947d660b79d954b7401 |
||
---|---|---|
.git-hooks | ||
android | ||
common | ||
cypress_test | ||
debian | ||
docker | ||
etc | ||
fuzzer | ||
gtk | ||
ios | ||
kit | ||
kubernetes/helm | ||
loleaflet | ||
man | ||
net | ||
scripts | ||
test | ||
tools | ||
wsd | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
browsersync-config.js | ||
ChangeLog | ||
CODE_OF_CONDUCT.md | ||
configure.ac | ||
COPYING | ||
discovery.xml | ||
favicon.ico | ||
INSTALL | ||
logerrit | ||
loolkitconfig-mobile.xcu | ||
loolkitconfig.xcu | ||
loolwsd-generate-proof-key | ||
loolwsd-systemplate-setup | ||
loolwsd.init.rhel6 | ||
loolwsd.service | ||
loolwsd.spec.in | ||
loolwsd.xml.in | ||
Makefile.am | ||
NEWS | ||
PROBLEMS | ||
README.md | ||
sysconfig.loolwsd |
Collabora Online.
Website
For many more details, build instructions, downloads and more please see https://collaboraonline.github.io/
Or ask questions on irc.freenode.net in #cool-dev or on our 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:
wsd/README loleaflet/README