No description
6942ee012e
Long time ago, the leaflet project was imported to be reused for document tile rending instead of map tiles. During that time they were added so many commit and the leaflet source code suffer modifications and mutations like: new functions are removed dead code (related to map Geo locations). Now if you try to open some of the files, it will not work, and to not confuse new contributors, it is preferable to remove all this unused files. But if you still interested in how to use all these files, please go to the original repository https://github.com/Leaflet/Leaflet.git and checkout the branch version 0.8.0-dev, you will be happy how all this file works very well. However, if you want to debug the new changes, I strongly recommend you to add ./configure --enable-debug /* other parameters */ to debug Collabora Online. Any objections? Change-Id: I38c85f5716f608390e79edbffecacb3561fda97a Reviewed-on: https://gerrit.libreoffice.org/81508 Reviewed-by: Henry Castro <hcastro@collabora.com> Tested-by: Henry Castro <hcastro@collabora.com> |
||
---|---|---|
android | ||
bundled/include/LibreOfficeKit | ||
common | ||
debian | ||
docker | ||
etc | ||
gtk | ||
ios | ||
kit | ||
kubernetes/helm | ||
loleaflet | ||
man | ||
net | ||
scripts | ||
test | ||
tools | ||
wsd | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gitreview | ||
AUTHORS | ||
autogen.sh | ||
browsersync-config.js | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
discovery.xml | ||
favicon.ico | ||
INSTALL | ||
loolkitconfig.xcu | ||
loolstat | ||
loolwsd-systemplate-setup | ||
loolwsd.init.rhel6 | ||
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.