No description
Find a file
Szymon Kłos c984e6c321 Make the toolbar white
Change-Id: I9bcec2ed9c162b84f3f53f9abbeb3616ed1c35c9
2018-12-07 21:52:40 +01:00
bundled/include/LibreOfficeKit loleaflet: shape scaling rework 2018-12-07 12:39:28 +01:00
common wsd: utility to parse integer lists 2018-12-07 12:39:27 +01:00
debian Depend on nodejs instead, Debian 9 does not have npm package, and node-jake is very old 2018-11-30 13:35:59 +01:00
docker docker: apt-transport-https no longer needed 2018-12-07 10:12:08 +01:00
etc add the /hosting/capabilities endpoint to the example reverse proxy configs 2018-11-30 13:46:33 +01:00
gtk cleanup and simplify. 2018-11-02 16:19:54 +00:00
ios Bump CFBundleVersion 2018-12-07 15:28:11 +02:00
kit wsd: update bundled headers and improve renderShapeSelection test 2018-12-07 12:39:27 +01:00
loleaflet Make the toolbar white 2018-12-07 21:52:40 +01:00
man
Mobile/Android Move the iOS app to the ios folder 2018-11-22 16:50:57 +02:00
net CRYPTO_dynlock_value: make members private 2018-12-03 09:11:22 +01:00
scripts escape double quotes when generating json files from po files 2018-11-09 21:59:50 +01:00
test Update test SVG after export was optimized a bit 2018-12-07 12:39:27 +01:00
tools ask for username (default to 'admin' if nothing set) with 'loolconfig set-admin-password' 2018-11-13 14:32:37 +01:00
wsd Some compilers do not like this and complain about shadowing the methods. 2018-12-07 13:39:10 +01:00
.clang-format Add clang-format config from core repo 2018-11-28 16:46:11 +01:00
.clang-tidy
.gitignore Also ios/config.h is generated at configure time 2018-11-29 11:01:50 +02: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 Add --with-iosapp-fonts option to bundle some 3rd-party fonts in the app 2018-11-27 17:06:22 +02:00
COPYING
discovery.xml
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 Convert wsd/reference.txt to Markdown format 2018-11-07 21:25:25 +01:00
loolwsd.xml.in make vereign server configurable, dynamically show sign. infobar 2018-11-29 22:46:07 +01:00
Makefile.am Extract Authorization out of Auth and put it into common 2018-11-29 21:47:13 +01:00
NEWS
PROBLEMS
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.