No description
Find a file
Matthaiks 5f3ea128d6 Translated using Weblate (Polish)
Currently translated at 100.0% (424 of 424 strings)

Co-authored-by: Matthaiks <kitynska@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/collabora-online/ui/pl/
Translation: Collabora Online/UI
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ife77197b87feb2507cfecf31cf39e12140305010
2021-11-24 20:28:23 +01:00
.git-hooks git-hooks: pre-commit: clean up not needed tweak of the perl library path 2021-07-12 19:47:59 +03:00
.github codeql: Limit the project building only to the C++ checking 2021-11-11 16:42:03 +01:00
.gitpod-files rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
android Translated using Weblate (Italian) 2021-11-24 11:14:09 +01:00
browser Translated using Weblate (Polish) 2021-11-24 20:28:23 +01:00
common wsd: Termination flag requires having ShutdownRequested 2021-11-23 09:31:46 +01:00
cypress_test Hyperlink dialog: use textarea to handle line breaks 2021-11-22 09:58:36 +01:00
debian Bump version to 21.11.0.2 (RC2) 2021-11-19 21:29:51 +01:00
docker docker: update files for upcoming 21.11 release 2021-11-22 15:00:16 +01:00
etc backward compatibility: /lool/convert-to endpoint 2021-11-19 13:27:27 +01:00
fuzzer rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
gtk rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
indexing indexing: rename 'lool' -> 'cool' 2021-11-17 09:17:31 +01:00
ios Make Notebookbar the default 2021-11-19 16:08:44 +00:00
kit notebookbar: activate in core when default ui mode 2021-11-23 19:47:25 +01:00
kubernetes/helm rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
man rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
net rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
scripts rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
test wsd: test: killpoco web-sockets in testHandshake 2021-11-23 09:31:46 +01:00
tools coolconvert: fix stack-use-after-scope 2021-11-19 12:41:28 +01:00
wsd wsd: cache misses are not errors 2021-11-24 20:11:07 +01:00
.cirrus.yml rename: loolmount -> coolmount 2021-11-17 21:51:05 +01:00
.clang-format
.clang-tidy
.gitignore rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
.gitpod.dockerfile
.gitpod.yml rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
AUTHORS
autogen.sh
browsersync-config.js browser: update config files 2021-11-10 17:18:56 +01:00
ChangeLog
CODE_OF_CONDUCT.md
configure.ac wsd: test: support logging passing test assertions 2021-11-23 09:31:46 +01:00
CONTRIBUTING.md
coolkitconfig-mobile.xcu rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
coolkitconfig.xcu.in rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
coolwsd-generate-proof-key rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
coolwsd-systemplate-setup rename: loolwsd-systemplate-setup -> coolwsd-systemplate-setup - part2 2021-11-18 08:07:23 +01:00
coolwsd.init.rhel6 rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
coolwsd.service rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
coolwsd.spec.in rpm: fix installation of compat symlinks 2021-11-18 15:41:02 +01:00
coolwsd.xml.in Add a value "default" for the user interface 2021-11-19 16:08:44 +00:00
COPYING
discovery.xml
favicon.ico
g Use custom local branch name as explicit remote user branch name for PR 2021-07-16 08:53:58 +02:00
jsstress.in rename coolstress to jsstress 2021-11-16 11:16:45 +01:00
Makefile.am Cleanup the old binaries 2021-11-19 21:16:32 +01:00
NEWS
PROBLEMS rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
README.CONTRIBUTING.md
README.md Update README.md 2021-11-18 13:16:45 +01:00
SECURITY.md Update SECURITY.md 2021-07-05 12:24:14 +02:00
sysconfig.coolwsd rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
trace-event.sample2.json Try repeated async events with same name and id 2021-06-23 12:26:27 +03:00

Collabora Online

irc Telegram Forum Website L10n Gitpod Ready-to-Code

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 primarily under the MPLv2 license. Some parts are under other open source licences, see e.g. browser/LICENSE.

Website

For many more details, build instructions, downloads and more please visit https://collaboraonline.github.io/

Developer assistance

Please ask your questions on irc.libera.chat in our #cool-dev channel

Join the conversation on our Discourse server at https://forum.collaboraonline.com/

Watch the tinderbox status (if it's green) at https://cpci.cbg.collabora.co.uk:8080/view/Tinderbox/job/Tinderbox%20for%20online%20master/

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
  • browser/
    • The client side JavaScript component
  • test/
    • C++ based unit tests
  • cypress_test/
    • JavaScript based integration tests

Please consult the README files in the component's directory for more details:

  • wsd/README
  • browser/README

iOS and Android apps

See the corresponding READMEs:

  • ios/README
  • android/README

Enjoy!