No description
33511bfade
Currently translated at 100.0% (418 of 418 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (348 of 348 strings) Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Translate-URL: https://hosted.weblate.org/projects/collabora-online/help/fr/ Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/pt_BR/ Translation: Collabora Online/Help Translation: Collabora Online/UI Change-Id: I3cc51e257ac1939943d0102c030f9d41fc2a79bc |
||
---|---|---|
.git-hooks | ||
.github | ||
.gitpod-files | ||
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 | ||
.gitpod.dockerfile | ||
.gitpod.yml | ||
AUTHORS | ||
autogen.sh | ||
browsersync-config.js | ||
ChangeLog | ||
CODE_OF_CONDUCT.md | ||
configure.ac | ||
COPYING | ||
discovery.xml | ||
favicon.ico | ||
g | ||
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 | ||
SECURITY.md | ||
sysconfig.loolwsd |
Collabora Online
LibreOffice in the Cloud on your Own Terms
Key features
- View and edit text documents, spreadsheets, presentations & more
- Collaborative editing features
- Works in any modern browser – no plugin needed
- Open Source
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/
Development 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