No description
Find a file
Henry Castro 2774a04833 loleaflet: improve early "websocket" connection
Normally the "websocket" is created and start a connection when browser
evaluate "bundle.js" after download it.
So we create an early "websocket" connection after the browser parse
"loleaflet.html" and start receiving tiles to improve load page
performance

Change-Id: I56fca7a2da39031222c1d43781825997221385a1
2019-03-07 14:13:52 -04:00
android fix order of elements in 'AndroidManifest.xml' as per guidelines and icon of the android app wasn't reflecting in the launcher 2019-02-24 13:48:53 +01:00
bundled/include/LibreOfficeKit Update from core master 2019-01-22 17:33:57 +02:00
common Fix -Werror=stringop-truncation: Make sure FatalGdbString is NUL-terminated 2019-03-06 11:48:33 +02:00
debian systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
docker docker: --enable-pdfimport and --disable-poppler in build config 2019-03-07 12:30:20 +01:00
etc add the /hosting/capabilities endpoint to the example reverse proxy configs 2018-11-30 13:46:33 +01:00
gtk Revert "android: Various fixes to make the sending from the core to JS..." 2019-02-20 00:38:16 +01:00
ios Fix iOS build in Xcode: Add header search path for boost 2019-03-06 11:03:01 +02:00
kit wsd: more informative callback failure error message 2019-02-26 14:23:47 +01:00
loleaflet loleaflet: improve early "websocket" connection 2019-03-07 14:13:52 -04:00
m4 m4: fix 'char exit()' conflicts with built-in declaration 'void exit(int)' 2019-03-05 17:19:15 -04:00
man
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 TileCache: key almost everything on TileDesc instead of string names. 2019-03-05 06:58:50 +01:00
tools net: make members private in DelaySocket 2019-01-17 08:46:11 +01:00
wsd wsd: allow compression gzip for html and js resources 2019-03-05 21:14:04 -04:00
.clang-format Add clang-format config from core repo 2018-11-28 16:46:11 +01:00
.clang-tidy
.gitignore ignore generated m4 files 2019-03-05 21:16:08 -04:00
.gitreview
AUTHORS
autogen.sh configure: add Boost.Locale library 2019-03-05 16:58:22 -04:00
browsersync-config.js Integrate browser-sync 2019-02-21 09:23:47 +01:00
ChangeLog
configure.ac configure: check "msgfmt" installation 2019-03-05 17:31:57 -04: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 systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
loolwsd.xml.in Remove unnecessary leftovers after Michael's removal of the on-disk tile cache 2019-02-15 21:36:16 +01:00
Makefile.am configure: add libraries from Boost Locale to the linker 2019-03-05 17:42:07 -04: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.