No description
Find a file
Tor Lillqvist 9d8cc0b766 Initial attempt at C++ part of image insertion in the mobile app
Change-Id: I4b10f168f9283ba8a3f10dc272e24032af13b23b
2018-11-29 13:00:35 +02:00
bundled/include/LibreOfficeKit fix mismerge 2018-11-20 16:25:50 +01:00
common Use getAbbreviatedMessage() for its intended purpose 2018-11-29 01:07:03 +02:00
debian core dependency: libXrender 2018-10-18 15:16:05 +02:00
docker Docker: Install an editor 2018-11-20 12:29:08 +01:00
etc drop ssl configs, we want the simplest case, which is nossl 2018-10-27 14:47:45 +02:00
gtk cleanup and simplify. 2018-11-02 16:19:54 +00:00
ios Also ios/config.h is generated at configure time 2018-11-29 11:01:50 +02:00
kit Initial attempt at C++ part of image insertion in the mobile app 2018-11-29 13:00:35 +02:00
loleaflet Implement JavaScript parts of inserting an image in a mobile app 2018-11-29 11:29:45 +02:00
man typo 2018-10-10 09:04:05 +02:00
Mobile/Android Move the iOS app to the ios folder 2018-11-22 16:50:57 +02:00
net Don't name parameter after a local method. 2018-11-07 17:37:25 +00:00
scripts escape double quotes when generating json files from po files 2018-11-09 21:59:50 +01:00
test httpwstest: 'emplace_back' is called inside a loop 2018-11-26 09:43:17 +01:00
tools ask for username (default to 'admin' if nothing set) with 'loolconfig set-admin-password' 2018-11-13 14:32:37 +01:00
wsd Always allow frame embedding in debug mode 2018-11-29 09:34:37 +01:00
.clang-format Add clang-format config from core repo 2018-11-28 16:46:11 +01:00
.clang-tidy
.gitignore Also ios/config.h is generated at configure time 2018-11-29 11:01:50 +02:00
.gitreview
AUTHORS
autogen.sh Require running configure also in tree where you will build the iOS app 2018-10-30 12:10:31 +02:00
capabilities.json Add /hosting/capabilities endpoint to advertise online features 2018-10-19 18:15:22 +02:00
ChangeLog
configure.ac Add --with-iosapp-fonts option to bundle some 3rd-party fonts in the app 2018-11-27 17:06:22 +02:00
COPYING
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
loolkitconfig.xcu loolkitconfig.xcu: add documentation how to disable thumbnails 2018-01-22 17:34:31 +01:00
loolstat
loolwsd-systemplate-setup tdf#121429 PDF writing needs NSS libs in systemplate (2) 2018-11-22 14:28:21 +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 Convert wsd/reference.txt to Markdown format 2018-11-07 21:25:25 +01:00
loolwsd.xml.in Nasty hack to disable red-lining via config setting and the environment. 2018-11-28 16:44:27 +01:00
Makefile.am add net/FakeSocket.hpp to Makefile.am, otherwise missing in the tarball 2018-11-21 20:43:10 +01:00
NEWS
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

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.