No description
891b942e7c
Introduce new API in our Util namespace to save data to a file safely. The data is written to a temporary file in the same directory and after that has succeeded, it is renamed atomicaly to the intended name. If any step of the saving fails, neither the temporay file or the intended target (if one exists before) is left behind. Also add an API intended to alert the sysadmin in cases where their attention and action are required. This is not yet properly implemented. See FIXME comment for discussion. |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.