https://github.com/libreoffice/online
Read-only Mirror - no pull request (use https://gerrit.libreoffice.org instead)
https://github.com/libreoffice/online
libreoffice libreoffice-online wopi
Last synced: 7 months ago
JSON representation
Read-only Mirror - no pull request (use https://gerrit.libreoffice.org instead)
- Host: GitHub
- URL: https://github.com/libreoffice/online
- Owner: LibreOffice
- License: other
- Created: 2015-05-21T15:11:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T12:23:04.000Z (about 2 years ago)
- Last Synced: 2025-04-12T14:58:03.733Z (7 months ago)
- Topics: libreoffice, libreoffice-online, wopi
- Language: JavaScript
- Homepage: https://www.libreoffice.org/
- Size: 185 MB
- Stars: 612
- Watchers: 63
- Forks: 183
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
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.