No description
Find a file
Tor Lillqvist 5f2a6f6aa3 Avoid need for manual editing of the iOS app Xcode project file
Since some days, you need to run the configure script in a tree where
you are going to build the iOS app anyway (to set the app's
user-visible name). Use the configure script to set up a couple of
symbolic links pointing to the LibreOffice core source and build
directories and the Poco installation. Use those symbolic links in the
project file.

Also, now a vendor-specific app icon set can be given with the
--with-iosapp-appicon option.

Change-Id: Ib936388a4cc680bd97ca6ef95a91e3296ab04d18
2018-11-02 01:08:37 +02:00
bundled/include/LibreOfficeKit Add a newline to make the file match the one in core.git 2018-10-29 14:23:16 +02:00
common Use faster PNG compression in mobile app 2018-11-01 02:32:56 +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 gtk: compile with older WebKit JS interface too. 2018-11-01 21:23:12 +00: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 non-empty dummy values of 'jailId' and 'pid' 2018-11-01 18:34:14 +02:00
loleaflet loleaflet: Rename Sheet dialog should have the current sheet name in input box 2018-11-01 11:39:13 +01:00
man typo 2018-10-10 09:04:05 +02:00
Mobile Avoid need for manual editing of the iOS app Xcode project file 2018-11-02 01:08:37 +02:00
net WaE: -Werror=unused-parameter 2018-11-01 21:34:16 +02:00
scripts adapth paths to new source layout 2018-10-21 21:22:04 +02:00
test WaE: -Werror=unused-parameter 2018-11-01 21:34:16 +02:00
tools Socket: do what the TODO says 2018-10-25 16:39:02 +02:00
wsd gtk: compile fixes for socket latency and version display. 2018-11-01 21:23:15 +00:00
.clang-tidy
.gitignore Avoid need for manual editing of the iOS app Xcode project file 2018-11-02 01:08:37 +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 Avoid need for manual editing of the iOS app Xcode project file 2018-11-02 01:08:37 +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 typo: missing backslash 2018-11-01 17:25:44 +01:00
loolwsd.service
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 take hello-world.ods and hello-world.odp out of version control 2018-11-01 11:39:43 +01:00
NEWS
PROBLEMS typo fixes 2018-06-14 19:43:47 +02: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.