Open petrk94 opened 6 years ago
The software still works in modern browsers, but it is not maintained by KO GmbH.
@vandenoever do you know why its not longer maintained? I have seen the company is in Germany, in theory not far away from me :D Before some time it was still active used, why its now not longer used, even the design could get a fresh up, I could make something with the css, but not with js due lack of knowledge in this. Is there another repo alternative or a maintainer who is caring about this?
The company is not active any more. You are right that the UI is a bit old fashioned. It is modular so you could add a different UI in. There is no-one currently active on this.
For web-editing of ODF/ODT-documents LibreOffice Online might be an alternative. See https://wiki.documentfoundation.org/Development/LibreOffice_Online
@akuckartz currently Im in different projects working, so Im too busy for this, but I will keep it in mind and take a look on it to investigate/update a later time at least the css file. So we get a modern look ;) Its a shame that there are no more active developer working and increasing the functionality for the modern web browser technologies :/
@akuckartz Its as I see developed by https://www.collaboraoffice.com/collabora_online_demo/ not sure how far the development is by LibreOffice itself.
@petrk94 LibreOffice is improved and maintained by a community, the Document Foundation. It consists of individuals and commercial companies. Collabora leads the LibreOffice Online work. As far as I know all code goes to the LibreOffice project.
I just found a freaking awesome reference project here: https://nlnet.nl/odf/
Here are some curated references from that page: http://odfplugfest.org/ http://www.opendocumentformat.org/ https://github.com/kpmy/odf -> http://b.ocsf.in/odf/ http://recipes.opendocsociety.org/ http://incubator.apache.org/odftoolkit/
From the 2017 Plugfest
And this is a rather interesting alternative approach (using markdown)
Interesting discussion going on here. Actually I've been searching for a solution to edit ODT files on ownCloud/nextcloud in the browser. I hoped that this would make for a browser-based alternative solution to GoogleDocs. But there doesn't seem to exist anything like that yet.
The "Documents" app in ownCloud 6 was based on WebODF and ODF processing was completely client-side. I think these days it is based on some server side components.
I am working on a new project that uses WebODF and KoType See https://github.com/inspired-futures/akowe
Wow, akowe looks promising. However I don't get how this could work to use it with owncloud/nextcloud. Any idea?
However I don't get how this could work to use it with owncloud/nextcloud. Any idea?
It will work with any cloud based web server under the sun (pun intended). It uses static web pages. Just host the docs folder from a webserver or simply let GitHub do it for you by cloning the akowe repo, enabling GitHub Pages and optionally configure a custom domain name if you don't like myname.github.io
For information, I started to work on a sheet viewer/editor (client-side only) :
My goal is to "re-implement" LibreOffice features in order to produce interactive examples for spreadsheet courses.
Please be aware that :
If you are interested, let me know and I'll put it in its own github repo.
For example, if you want, you could import an .ods
using WebODF, then fill the data into my demonstrator.
A quick update:
I do not think I'll make more updates here. Contact me if you want to use it, then I'll put it in its own repo. You can see lot of live examples here (sorry it's French, and I'm still working on it) : https://denis-migdal.github.io/Cours/dist/dev/pages/R1-01/CM/CM1/
Importation of a .ods :
Implementation of LO toolbar :
Hello,
I would like to know whether WebODF is still active or already dead due the last changes are 3-4 years old. Hope you can give me answer. Thanks