No description
Find a file
Ashod Nakashian dfcada64b8 wsd: tilecombine now includes the versions of the tiles
Previously tilecombine had its own version, which is
nonesensical, since it's not really a tile.

Now it passes the version to the tiles when
parsing and serializes version per-tile.

Change-Id: I5db8d94880431e3d2a40b6787c6fe51a05771305
Reviewed-on: https://gerrit.libreoffice.org/32633
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2017-01-09 06:09:05 +00:00
bundled/include/LibreOfficeKit Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
common Add an assert to make sure assumptions I am about to make will hold 2017-01-04 17:10:58 +02:00
debian Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
etc Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
kit wsd: tilecombine now includes the versions of the tiles 2017-01-09 06:09:05 +00:00
loleaflet tdf#103779: Help menu accessibility, part 3 2017-01-07 08:44:35 -04:00
scripts Pootle server times out with IPv6 address... 2016-10-23 16:44:56 +02:00
test wsd: tilecombine now includes the versions of the tiles 2017-01-09 06:09:05 +00:00
tools Reanme png namespace to Png for consistency 2017-01-04 13:35:26 +02:00
wsd wsd: tilecombine now includes the versions of the tiles 2017-01-09 06:09:05 +00:00
.clang-tidy Png: avoid multiplication at int precision, then converting to long 2016-12-05 11:56:46 +01:00
.gitignore .gitignore editor dot files 2016-11-28 04:50:32 +00:00
.gitreview
AUTHORS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
autogen.sh Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
ChangeLog Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
configure.ac dist-hook and install-data-hook for loleaflet 2017-01-04 19:46:48 +05:30
COPYING Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
discovery.xml add text/rtf and text/plain as supported MIME types 2017-01-07 20:27:19 +00:00
favicon.ico Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
INSTALL Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolstat Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd-systemplate-setup script: remove POCO libraries from systemplate 2017-01-05 17:05:08 -04:00
loolwsd.service Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd.spec.in Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
loolwsd.xml.in browser console logging depending on loleaflet_logging prop. 2016-12-15 16:52:07 +05:30
Makefile.am loolwsd: per-socket dedicated sending thread 2016-12-14 04:21:20 +00:00
maketarballfordeb.sh.in no error if dir exists (maketarballfordeb.sh) 2016-12-29 19:56:10 +01:00
NEWS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
PROBLEMS Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
README Adapt makefiles, includes etc. to new locations. 2016-11-25 09:58:57 +00:00
robots.txt Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
sysconfig.loolwsd Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00
TODO Apply the pre-branch rename script to re-organize the source. 2016-11-25 09:58:48 +00:00

LibreOffice on-line.

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.