WebODF
From Guifi.net - English Wiki
This article is in development. Practically all pages on Guifi.net Wiki can be edited, but in this essential information is not available. You can expand it to help to improve Guifi.net.
Maybe yo can help yourself with spanish & catalan wikis if they have a equivalent page.
Requirements:
- cmake
- gcc
- g++
- make
- zip
- libjs-extjs
Run:
$ cmake .
root@v-www-conway:/var/www/build/webodf/instrumented# ln -sf /usr/share/javascript/extjs/ .
Where are files?
We have an answer in this file gui.js
:
listFiles("./DeltaXML-TC4/", /\.od[tps]$/i, listFilesCallback, listFilesDoneCallback);
So, we put this file to test:
./DeltaXML-TC4/odt/test01.ods
What's the problem now?
We can't save modifications, maybe it's not possible yet or maybe you can use installing WebDAV, do you wanna try?