Owncloud 6 Brings Collaborative Open Document Format Editing to the Web 73
OwnCloud version six was released last week, and part of the release was a pretty major new feature: real-time collaborative editing of ODF documents (the format used by Libreoffice, Calligra, etc.). Although Etherpad has supported collaborating on simple text document for a while now, this is the first Free Software equivalent to Google Docs. From the article: "WebODF is a javascript library that lets you display ODF files in your browser. Think of it as PDF.js, but for ODF. You just throw a webodf.js script on your server, and do a couple of javascript calls to render an ODF file. It works completely client-side, no serverside ODF processing required. ... The collaborative server, included with OwnCloud Documents, lets users join a 'session', which is basically a document with a history of edit operations. Operations are small units of edits (think 'commits'). In a collaborative session, we use Operational Transformation techniques to make sure that operations fired by various clients will eventually result in a consistent state everywhere. When a new client joins an existing session, all earlier operations are played-back for it to reach the current state. Note that this editing is not turn-based; this is true inline collaborative editing where users can join a document and start editing straight away."
As always, source is available.
Re: (Score:1)
Wake me up, when it supports the dropbox API, so I can add some hosts entries and be done with that crap.
Or when it is significantly different than google apps ...
Re:Dropbox drop-in replacement? (Score:5, Insightful)
1) it's open source, and
2) it's self hosted, so you don't have to trust Google with your data (but at the same time, you probably wont have the reliability that comes with trusting Google with your data).
Re:Dropbox drop-in replacement? (Score:5, Informative)
As a company that has government contracts forbidding us from storing data outside of canada, this library is very good news.
Re: (Score:2)
Ok, go trust 'the cloud' then and play the odds.. People like you are the reason this corporate/government oligarchy gets away with what it does.
Re:Dropbox drop-in replacement? (Score:4, Interesting)
Yea 'cause most people wanna mess with setting up Apache and some other Linux bullshit.
Why would you need to do that?
I just clicked the "Install" button for Owncloud in the Software Centre.
Re: (Score:2)
Yah, and also having choice sucks. I know and it's also bullshit that there was the option to compile from source or "apt-get install $package". I had to wait almost 30 seconds. When I went to use it, I had to set up a password!!!! Does Droppants ask you to set up an account too?? 'Cause if I can get around having this stupid password incovenience, then I'll drop ownCloud like a bad habit. However the linux bullshit is pretty convenient and I'll keep using that.
If you just forgot to use your sarc tags, that
Re: (Score:2)
Re: (Score:3)
Re: (Score:2)
Assumptions and speculation of course.
Re: (Score:2)
Education & LMS (Score:2)
Seems like a boon for a open source LMS like moodle or canvas
Wonder if anyone is planning on doing an LTI with it... hrm.
More than that... (Score:5, Interesting)
But this is a viable FOSS option, on a trusted platform (Can't swing a cat without hitting an owncloud article) that can be public, or locked down internally.
Not really a Sharepoint replacement (Score:1)
I think this is a real game changer. Up to now, if you want document colaberation you have Sharepoint (Expensive) or the cloud. (Trust issues)
At this point in time, it's not really a viable SharePoint or SkyDrive replacement. While being able to work simultaneously on ODF documents is a great addition, it's not going to provide any real competition to SharePoint until you can have authors simultaneously editing [microsoft.com] MS Word documents -- in MS Word. For many small business (especially with remote workers), this is "must have" functionality.
On the flip-side, I presume simultaneous authoring in Word is going to be extremely difficult to reverse enginee
Being different is a good thing for some uses (Score:1)
Once somebody starts putting files in the multi-GB scale into Sharepoint it hits that design wall, stalls or crashes, and something else is needed.
So it fills a niche Sharepoint doesn't and presumably vice versa if you
Re: (Score:3)
There are a few design issues in Sharepoint which make me see it as not viable as well - eg. encapsulating files inside a database instead of keeping them as files with a reference too them is a very major one once you get above trivial file sizes and a trival number of versions of the files.
Fixed in SharePoint 2010. In addition to storing the files within the database, they can be stored on the filesystem beside the database ("Filestream") storage, or elsewhere, including a SAN ("Remote Blob Storage").
Re: (Score:1)
Re: (Score:1)
What functionality is WebODF (which ownCloud is using) is missing that Sharepoint has? I guess I don't really understand what Sharepoint feature you're referring to. (Sharepoint user at a job a while ago, but I wasn't a power user). Just an honest question, since I'm thinking about getting involved with the WebODF project
simultaneous editing [bhatts.org]
Re: (Score:2)
Abiword (Score:3)
Re: (Score:1)
And so what, what has happened to Sun Open Office? Abandoned, rotting in Apache's abandonware collection. The alternative was complete bitrot so I applaud Apache for taking it on board, just for the sake of it.
Libreoffice, on the other hand, is getting a lot more submissions and features.
Re: (Score:1)
And so what, what has happened to Sun Open Office? Abandoned, rotting in Apache's abandonware collection.
Evidently not, the latest release was on Oct. 1st, 2013 [openoffice.org]. By now three of the four users have probably downloaded and installed it.
Re: (Score:2, Informative)
like who originated the odf format? hint, submitter and editor.. it was not libreoffice.
still need some help? figured you might. try sun microsystems (pre-oracle days) and openoffice.org (pre-dating the hissyfit that spawned the libreoffice fork). it was their specification that was used as the basis for odf standard.
Seems you're too young to have heard of StarDivision [wikipedia.org]:
StarWriter 1.0 was written by Marco Borries in 1985 for the Zilog Z80. Borries formed StarDivision in Lüneburg the following year.
Sun acquired StarDivision in 1999.
Re: (Score:2)
Seems you're too young to have heard of StarDivision [wikipedia.org]:
StarWriter 1.0 was written by Marco Borries in 1985 for the Zilog Z80. Borries formed StarDivision in Lüneburg the following year.
Sun acquired StarDivision in 1999.
Seems you're too young to remember that StarOffice didn't use OpenDocument; it used a binary format. It was only after Sun rebranded the suite from StarOffice to OpenOffice that OpenDocument was released. Incidentally, according to Wikipedia, the first OpenDocument release was in 2005, 6 years after the acquisition of Star Division by Sun. That sounds about right to me, as I was using the suite at the time, so I have no reason to doubt Wikipedia's information.
Good idea. What's the server side like? (Score:2)
This could be really useful for business use, where you don't want Google to know your business plans. What does the server-side component look like? The demo site lets you edit .odf in your browser, but you can't push it back to the server.
Re:Good idea. What's the server side like? (Score:5, Informative)
Re: (Score:2, Funny)
SQLite (the default, but obviously not recommended for multiple users).
Obviously a good default for collaboration...
Re: (Score:2)
That seems too simplistic. Shared document editing has all the same issues as shared source code editing. Just saving old versions in their entirity isn't too helpful, especially when multiple people are editing. You need something at least as good as Wikipedia history diffs. (Git might be overkill.)
Re: (Score:2)
Just use CVS /duck
Re: (Score:2)
The server side can be really simple. In a real-time collaboration scenario, there needs to be conflict resolution. The code for that is implemented in JavaScript as well and, in the case of ownCloud Documents, runs in the clients.
Each change to the document is sent as a numbered operation to the server. If a change with the same number has already arrived, the latest changes are sent back to the client. The client then modifies/rebases the original change on top of the new changes and send the change again
Licences in order (Score:3)
Glad to see it's GPLv3+, and that they included statements in the javascript that gets sent to people's browsers.
Not the first:AbiCollab has been running for years (Score:5, Informative)
AbiWord and AbiCollab have been providing a free real-time document collaboration service in the cloud for 4 years.
See:
https://abicollab.net/ [abicollab.net]
Re: (Score:3)
Also Afresco offers web-based collaboration and edition of ODF documents. How it compares feature-wise I don't know.
Re: (Score:1)
There hasn't been new release of AbiWord in 4 years either...
Also OpenDocument support in AbiWord is nonexisting. Even Windows 8's WordPad supports OpenDocument better (for real. don't laugh. it's sad, not fun).
Re: (Score:3, Informative)
AbiCollab certainly precedes by many years. WebODF is newer and has two advantages of AbiCollab.net.
First, WebODF runs just in a browser with no need to install it locally. It runs completely on a webpage. That's why it can by integrated into any web-based workflow. E.g. a user could generate a document by filling in a questionnaire and edit a document afterwards with WebODF.
Second, there is no document conversion. A document that is loaded into LibreOffice, AbiWord, OpenOffice, or Microsoft Office, edited
Option to turn it off (Score:2)
I've been waiting for ODT editing to come to ownCloud for a while now so I could drop my last Google usage outside of search. I just wish there was a way to use it while turning off the collaborative stuff. Things seem to go wonky when you don't close a document properly sometimes.
I'd have been happy if it would just sync files (Score:3)
I setup an older version at work to sync important files between laptops. Version wasn't that far behind. We had nothing but trouble with it. If clients didn't hit the network or Internet, sometimes the clients would just lose all their settings. And client setup was not trivial, so I had to be the one to do it. Also, it would sometimes create a huge number of dupe files, which were versioned in order to stop collisions.
All in all, we ditched it for Goodsync. Not perfect, but it doesn't just one day up and lose all its settings for no apparent reason or create hundreds and hundreds of dupe files.
Re: (Score:2, Informative)
Owncloud has fixed lots of bugs, you should try it again! Works great for me!
Re: (Score:3)
Anecdotal confirmation from an AC doesn't amount to a whole lot.
Re: (Score:2)
Anecdotal confirmation from an AC doesn't amount to a whole lot.
Anonecdotal?
Re: (Score:1)
If you're looking to simply sync files between computers, Bittorrent Sync has been excellent for me. It's like Dropbox without the centralized storage I don't own, and it runs on Windows, OSX, I-think-Linux, and definitely BSD, since I have my laptop happily syncing with my FreeNAS box. It's simple, it's effective, and it doesn't make a mess. The only thing that OwnCloud does better (in theory, anyway) is the browser access part. BT Sync doesn't do browser access in any capacity, except the config panel on
Re: (Score:2, Informative)
There is an other important different (at least for some people) it's freeware, not FOSS.
Re:I'd have been happy if it would just sync files (Score:4, Interesting)
The linux client in 5 also didn't handle links to different filesystems from the sync directory.
I have not used version 6 yet.
Re: (Score:2)
Ditto with previous versions experience. I started using 6 when it was in beta and I only had one stupid deadlock issue which there was no way of fixing easily and one quota issue (it appears to be broken at the moment, even when my 40GB quota was less than half used, it was reporting full). Allegedly fixed but I just removed my quotas.
Dupe issue appears to have been fixed, that was what made me stop it using last time.
Re: (Score:2)
Killer feature would be zotero integration (Score:3)
I just set it up on a spare server and had a quick play with an odt version of a NIH grant (US National Institutes of Health) I'm collaborating on at the moment. Not too shabby - unlike google docs it doesn't completely bork the page formatting and the collection of styles we use to keep it in line with the (typographically absurd) requirements of the NIH (oh, SF424, how I hate thee). Which is a big deal, because most of the sections required in an NIH grant have strict page limits (and required fonts, font sizes, line spacing, and margin limits), and getting right to those page limits without going over is important. So when you've finished collaborating and are ready to download the final document, with google docs a) you have to reimpose those margins, fonts, etc which is a pita; and more importantly b) you run the real risk that on reimposing those margins, fonts etc the page count will change, requiring another whole round of editing to get it under the required page count. Whereas this appears to keep the document in odt the entire time and hence there'd be no nasty surprises at the end.
Having said all that, there's no way to add citations. Google docs has a close to useless implementation of citations (imagine 5 scientists collaborating on a document, each of whom have their own citation databases with thousands or tens of thousands of entries, and then go and have a play with citations in google docs. Try not to giggle too much when you realize how well that'd go..). But given open/libreoffice has really good integration with zotero, and zotero is also open source and browser based, it seems like these two could be made to talk to one another, which for academic collaborators would be a HUGE feature, jumping it way ahead of any other collaborative tool I've ever seen. And believe me, collaborative writing is so central to my work that I play with *anything* that looks like it might be an improvement on google docs or the nightmare of emailing around multiple copies of a document with 'track changes' in heavy use.
Re: (Score:1)
For example, WebODF does not support displaying columns yet, but if you have loaded a document with columns, after saving, the columns will still be there.
Since the document is part of the DOM, you can edit it programmatically with JavaScript. So adding functionality for scientific citations is as easy as any website prog
Browser editing? (Score:2)
Re: (Score:1)
Re: (Score:2)
Ah, this explains the increase in dependencies. (Score:3)
I was wondering why the last upgrade (Debian) on my server resulted (unhappily) in LibreOffice being installed.
Owncloud is very useful. I use it for file syncing, calendar, contacts, firefox (iceweasel) sync, etc. I've been using it for about 6 months, and, so far, it has been reliable.
Best wishes,
Bob
Re: (Score:3, Informative)
The LibreOffice dependence is just to generate the thumbnails. It is not needed to do editing or viewing of the ODF.
Re: (Score:2)