No description
Find a file
Tor Lillqvist 273452d8c6 We don't need the l10n folder in the app bundle
I could not figure out any sane way to access the correct .json files,
or data constructed from them by the Objective-C code, at run-time in
the iOS app. The l10n-for-node stuff that gets used in a normal Online
is not suitable at all as it wants to use XMLHttpRequest.

Thus I am working on changes to loleaflet that will include the
translations in the bundle.js when building for iOS. (Or Android,
presumably, once we get there.) There won't be any need to load the
correct .json files separately.

Change-Id: Ifd72b4077f3634c34dd2c2d84c0a2554459c86b6
2018-11-10 01:34:37 +02:00
bundled/include/LibreOfficeKit update bundled LOKit headers with document signature functions 2018-11-09 09:03:20 +01:00
common Add a time limit for badly behaved / huge document load / conversions. 2018-11-08 01:27:40 +00:00
debian core dependency: libXrender 2018-10-18 15:16:05 +02:00
docker Docker: Fix replacement of username and password 2018-11-09 21:03:25 +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 Adapt to change in core: paintTile() now takes a buffer pointer also on iOS 2018-10-10 16:31:38 +03:00
kit Fix -Werror,-Wstring-plus-int warning 2018-11-09 09:19:40 +01:00
loleaflet Fix MOBILEAPP fallout from c74c9e39c8 2018-11-10 00:04:28 +02:00
man typo 2018-10-10 09:04:05 +02:00
Mobile We don't need the l10n folder in the app bundle 2018-11-10 01:34:37 +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 Add a time limit for badly behaved / huge document load / conversions. 2018-11-08 01:27:40 +00:00
tools Fix -Werror,-Wswitch warning 2018-11-09 09:20:44 +01:00
wsd Disable document signing via config setting 2018-11-09 13:56:02 +01:00
.clang-tidy
.gitignore Revert the addition of the --with-lo-srcdir option 2018-11-04 12:58:30 +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 configure: undefined option is "" not "no" 2018-11-07 12:39:47 +01: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 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 Disable document signing via config setting 2018-11-09 13:56:02 +01:00
Makefile.am Convert wsd/reference.txt to Markdown format 2018-11-07 21:25:25 +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.