No description
Find a file
Tor Lillqvist d81fe29ad0 We don't need discovery.xml in the iOS app any longer either
Change-Id: Id592b58f091607cf2e8c5e951a95aa3a563e8def
2019-02-13 20:00:04 +02:00
android android: Don't try to read discovery.xml, it's not needed on mobile. 2019-02-13 17:36:19 +01:00
bundled/include/LibreOfficeKit Update from core master 2019-01-22 17:33:57 +02:00
common Improve unit test / SSL handling & detection. 2019-02-13 18:24:36 +01:00
debian systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
docker systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
etc add the /hosting/capabilities endpoint to the example reverse proxy configs 2018-11-30 13:46:33 +01:00
gtk android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability. 2019-02-12 12:20:11 +01:00
ios We don't need discovery.xml in the iOS app any longer either 2019-02-13 20:00:04 +02:00
kit android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability. 2019-02-12 12:20:11 +01:00
loleaflet android: Copy the test documents to the assets too. 2019-02-13 14:56:05 +01:00
man typo 2018-10-10 09:04:05 +02:00
net android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability. 2019-02-12 12:20:11 +01:00
scripts enable l10n of shape group names of insert shapes dropdown panel 2018-12-27 22:31:35 +01:00
test Add calc / typing unit test. 2019-02-13 18:24:36 +01:00
tools net: make members private in DelaySocket 2019-01-17 08:46:11 +01:00
wsd getServerURL() is not used in MOBILEAPP 2019-02-13 19:50:54 +02:00
.clang-format Add clang-format config from core repo 2018-11-28 16:46:11 +01:00
.clang-tidy
.gitignore android: Copy the test documents to the assets too. 2019-02-13 14:56:05 +01:00
.gitreview
AUTHORS
autogen.sh Require running configure also in tree where you will build the iOS app 2018-10-30 12:10:31 +02:00
ChangeLog
configure.ac android: Link against the debug POCO libraries if --enable-debug. 2019-02-13 17:28:01 +01:00
COPYING
discovery.xml Add /hosting/capabilities endpoint to advertise online features 2018-10-19 18:15:22 +02:00
favicon.ico
INSTALL
loolkitconfig.xcu wsd: configure listboxes to limit the drop-down height 2018-12-07 12:39:28 +01:00
loolstat
loolwsd-systemplate-setup Fix domain name resolution from jail by adding required libs to systemplate 2018-12-02 18:32:34 +01:00
loolwsd.service
loolwsd.spec.in systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
loolwsd.xml.in clarifying allowed_languages setting 2018-12-27 11:15:29 +01:00
Makefile.am android: Create the html, js and css and copy it to the right place. 2019-02-13 13:22:25 +01: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.