No description
Find a file
Andras Timar b2272c5924 drop ssl configs, we want the simplest case, which is nossl
Change-Id: I788690cb3361b50a6db33f1c87b236b59b94821b
2018-10-27 14:47:45 +02:00
bundled/include/LibreOfficeKit wsd: send copied text to client upon .uno:Copy 2018-10-16 20:12:23 -04:00
common WebSocket: make members private 2018-10-24 09:36:13 +02:00
debian core dependency: libXrender 2018-10-18 15:16:05 +02:00
docker tdf#117557 Add CJK Fonts to LibreOffice Online Docker Image 2018-05-11 13:15:40 +02:00
etc drop ssl configs, we want the simplest case, which is nossl 2018-10-27 14:47:45 +02:00
gtk Take path to document to edit on the command line 2018-10-26 11:53:49 +03:00
ios Adapt to change in core: paintTile() now takes a buffer pointer also on iOS 2018-10-10 16:31:38 +03:00
kit Use Poco to convert from pathname to URI 2018-10-26 10:22:33 +03:00
loleaflet tdf#120438: Don't handle a lone "alt" modifier in any special way 2018-10-25 10:06:30 +02:00
man typo 2018-10-10 09:04:05 +02:00
Mobile Minor edits 2018-10-24 12:44:47 +03:00
net StreamSocket: make members private 2018-10-26 09:07:30 +02:00
scripts adapth paths to new source layout 2018-10-21 21:22:04 +02:00
test Handle X-Forwarded-For with more secure 2018-10-25 10:48:52 +02:00
tools Socket: do what the TODO says 2018-10-25 16:39:02 +02:00
wsd Have a better log for convert-to denial 2018-10-25 22:25:34 +02:00
.clang-tidy Png: avoid multiplication at int precision, then converting to long 2016-12-05 11:56:46 +01:00
.gitignore loleaflet: add more node paths when bundling admin files 2018-05-19 10:27:40 -04:00
.gitreview Add git-review config 2015-11-20 17:13:26 +01:00
AUTHORS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
autogen.sh execute autogen.sh from a build directory 2018-04-12 15:46:40 -04:00
capabilities.json Add /hosting/capabilities endpoint to advertise online features 2018-10-19 18:15:22 +02:00
ChangeLog Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
configure.ac Add gtk/README 2018-10-17 23:44:21 +03:00
COPYING Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
discovery.xml Add /hosting/capabilities endpoint to advertise online features 2018-10-19 18:15:22 +02:00
favicon.ico Favicon refresh 2018-06-06 03:18:13 -05:00
INSTALL Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolkitconfig.xcu loolkitconfig.xcu: add documentation how to disable thumbnails 2018-01-22 17:34:31 +01:00
loolstat Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd-systemplate-setup Fix networking in the chroot. 2018-08-03 05:22:03 +02: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 Cleanup all old files in the cache, not just png's. 2018-05-30 20:04:15 +02:00
loolwsd.xml.in wsd: anonymization config and settings for username/filename 2018-10-16 20:12:23 -04:00
Makefile.am Build the GTK+ testbed app using autofoo 2018-10-17 11:00:28 +03:00
NEWS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
PROBLEMS typo fixes 2018-06-14 19:43:47 +02:00
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 typo fix 2018-06-14 23:35:53 +02:00

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.