No description
Find a file
Samuel Mehrbrodt cbbe43fcff Revert "Change package name to "libreoffice-online" instead of "loolwsd""
As discussed on IRC: This leads to incompatible changes (config directory changed) and instead we will use loolwsd on master branch too from now on.

This reverts commit 1dbbc5acc7.

Change-Id: Ifa38144f830578c12cda7454354b60d09426e704
Reviewed-on: https://gerrit.libreoffice.org/72734
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-05-22 12:07:07 +02:00
android Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
bundled/include/LibreOfficeKit lok: update graphic selection callback description 2019-05-20 10:40:05 +02:00
common Use compile-time rather than run-time string concatenation. 2019-05-20 12:30:01 +01:00
debian Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
docker Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
etc
gtk gtk: fix typo 2019-04-23 09:10:18 +02:00
ios tdf#122281: Prevent the WebView from scrolling 2019-05-20 16:25:52 +03:00
kit Use consistent terminology in LOG_INF() calls around runLoop() call 2019-05-16 11:41:56 +03:00
loleaflet mobile: Avoid uncaught exceptions when some toolbars don't exist at all. 2019-05-22 10:16:12 +02:00
man
net Initial HTTP Expect: 100-continue implementation. 2019-05-22 02:56:11 +01:00
scripts perftrace: fix time parsing issue. 2019-04-19 23:51:26 +01:00
test Initial HTTP Expect: 100-continue implementation. 2019-05-22 02:56:11 +01:00
tools Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
wsd Avoid exceptions in some shutdown corner cases. 2019-05-22 02:56:11 +01:00
.clang-format
.clang-tidy
.gitignore Revert "configure: add Boost.Locale library" 2019-03-15 17:28:14 +01:00
.gitreview git-review: Use the hostname instead of alias. 2019-05-17 14:10:33 +02:00
AUTHORS
autogen.sh Revert "configure: add Boost.Locale library" 2019-03-15 17:28:14 +01:00
browsersync-config.js Browsersync: Also sync html files 2019-05-20 09:59:45 +02:00
ChangeLog
configure.ac Revert "Change package name to "libreoffice-online" instead of "loolwsd"" 2019-05-22 12:07:07 +02:00
COPYING
discovery.xml
favicon.ico
INSTALL
loolkitconfig.xcu change default HelpRootURL to 'https://help.libreoffice.org/help.html?' 2019-04-23 10:05:05 +02:00
loolstat
loolwsd-systemplate-setup
loolwsd.service Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
loolwsd.spec.in Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
loolwsd.xml.in Revert "Adapt paths to new package name" 2019-05-22 12:06:06 +02:00
Makefile.am Fix copy/paste error 2019-04-08 15:54:53 +02:00
NEWS
PROBLEMS Tweak problemms. 2019-02-13 18:35:32 +01:00
README
sysconfig.loolwsd

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.

It is recommended to read these files:

	wsd/README
	loleaflet/README

Enjoy.