No description
273452d8c6
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 |
||
---|---|---|
bundled/include/LibreOfficeKit | ||
common | ||
debian | ||
docker | ||
etc | ||
gtk | ||
ios | ||
kit | ||
loleaflet | ||
man | ||
Mobile | ||
net | ||
scripts | ||
test | ||
tools | ||
wsd | ||
.clang-tidy | ||
.gitignore | ||
.gitreview | ||
AUTHORS | ||
autogen.sh | ||
capabilities.json | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
discovery.xml | ||
favicon.ico | ||
INSTALL | ||
loolkitconfig.xcu | ||
loolstat | ||
loolwsd-systemplate-setup | ||
loolwsd.service | ||
loolwsd.spec.in | ||
loolwsd.xml.in | ||
Makefile.am | ||
NEWS | ||
PROBLEMS | ||
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.