No description
Find a file
Tor Lillqvist 7af1db615d These enums are indeed not used, and are not a good idea, so kill them
To use such enums would be a mistake. It is quite enough to just use
the message tokens as strings. Duplicating them as enums will just
lead to the enums getting out of synch (as they already were). We
would also need functions to covert between the string and enum
forms. It seems to be hard enough to keep the messages documented in
protocol.txt.
2016-04-06 12:51:31 +03:00
loleaflet loleaflet: Show the 'More' button only when there are more items. 2016-04-06 09:00:48 +02:00
loolwsd These enums are indeed not used, and are not a good idea, so kill them 2016-04-06 12:51:31 +03:00
scripts Parse and track starting and running lok instances. 2016-03-18 16:59:04 +00:00
.gitreview Add git-review config 2015-11-20 17:13:26 +01:00
README Reformatted loolwsd README. 2015-04-21 12:48:17 +02:00

LibreOffice on-line.

This project fundamentally has two pieces:

loolwsd/
	The server side component.

loleaflet/
	The client side component.

First compile loolwsd, and then loleaflet.

Since you need both of these to get things working, it is recommended
to read the READMEs in both projects.

Enjoy.