No description
Find a file
Andras Timar e96bb9e1d3 add loolsocketdump to .gitignore
Change-Id: I55f0ad084e3929c707ffe36892cc21a6e1dd8f4c
Reviewed-on: https://gerrit.libreoffice.org/54519
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2018-05-18 10:48:16 +02:00
bundled/include/LibreOfficeKit Writer: View jumps to cursor position even if it is moved by an other view. 2018-04-10 17:00:21 +02:00
common wsd: log proper ISO date in YYYY-MM-DD format 2018-04-23 11:53:23 +02:00
debian do not distribute unused or internal dev tool binaries: loolmap, loolmount, loolstress 2018-05-09 15:28:19 +02:00
docker tdf#117557 Add CJK Fonts to LibreOffice Online Docker Image 2018-05-11 13:15:40 +02:00
etc new dummy ssl key and cert for testing 2018-04-14 17:52:54 +02:00
kit Revert "ChildSession: use NoFileSync as default during convert-to as well" 2018-05-10 09:51:38 +02:00
loleaflet loleaflet: remove unused js files 2018-05-17 17:27:12 -04:00
man Add man pages for installed binaries/scripts 2018-05-14 12:04:41 +02:00
net Use inet_ntop for ipv6 address names. 2018-05-14 12:03:17 +01:00
scripts use Makefile to build loleaflet 2018-05-10 20:30:16 +02:00
test Make slideshow unit test more verbose. 2018-05-14 12:03:17 +01:00
tools loolconvert: print help if no args 2018-05-09 15:27:38 +02:00
wsd Start the admin thread even if it is disabled. 2018-05-15 10:58:02 +01:00
.clang-tidy
.gitignore add loolsocketdump to .gitignore 2018-05-18 10:48:16 +02:00
.gitreview
AUTHORS
autogen.sh execute autogen.sh from a build directory 2018-04-12 15:46:40 -04:00
ChangeLog
configure.ac use Makefile to build loleaflet 2018-05-10 20:30:16 +02:00
COPYING
discovery.xml discovery: Add the binary MS filetypes. 2017-08-07 10:28:18 +02:00
favicon.ico Add LibreOffice favicon 2017-03-01 13:48:57 +00:00
INSTALL
loolkitconfig.xcu loolkitconfig.xcu: add documentation how to disable thumbnails 2018-01-22 17:34:31 +01:00
loolstat
loolwsd-systemplate-setup Avoid copying most code into the chroot jail. 2018-03-28 16:38:10 +01:00
loolwsd.service don't hardcode lo_template_path, use the setting from loolwsd.xml 2017-03-20 23:29:15 +01:00
loolwsd.spec.in add man pages to rpm 2018-05-14 13:22:08 +02:00
loolwsd.xml.in trace should not be enabled by default in config file 2018-05-08 17:09:37 +02:00
Makefile.am loolsocketdump is an internal utility, not for packaging 2018-05-14 12:05:02 +02:00
NEWS
PROBLEMS
README Online, not on-line 2017-02-03 13:47:30 +00:00
sysconfig.loolwsd Online, not on-line 2017-02-03 13:47:30 +00:00
TODO

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.