The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: almost scared to ask this...
by Hank Miller on Thursday 10/Jan/2008, @06:32
|
Except that at least half their board is composed of major Koffice contributers. (I don't recognize the names of the other 2 board members, but that doesn't mean they are outside the koffice community, just that I don't know them) While in theory the koffice community could reject their patches, since they are the community this is less likely.
I suppose it is possible they will get paid for an ugly hack that sortof works and meets a customers needs now, but isn't the direction they want koffice to go long term.
Special builds for customers, and single builds are likely. Sort of like Code Weavers has their own version of Wine, but it only better than Wine as a whole in places where they have ugly hacks that make one things sort of work while making others less likely to work.
|
[
Reply To This | View ]
|
Re: almost scared to ask this...
by Glen Anthony Kirkup on Thursday 10/Jan/2008, @08:22
|
Exactly, it's natural for variants of software to exist for different applications. No need for something unnecessary to be added to the main code base.
|
[
Reply To This | View ]
|
|
Re: almost scared to ask this...
by Thomas Zander on Saturday 12/Jan/2008, @06:09
|
One thing that I kept in mind while doing plugin-interface design for KOffice2 in general and for text specifically is to make sure companies can add their own workflow features without touching the KOffice codebase.
If a company wants to have something like a special variable in text that connects to their internal database (for example), they can write a text-plugin quite easily to do that, again without touching the KOffice codebase. (see the techbase tutorials about koffice plugins)
Since the libraries KOffice provides are LGPL the company may very well choose to make the plugin they want to use closed source. Which obviously means it will never hit the KOffice codebase.
There is a nice incentive for companies to go via KOfficeSource instead of doing it in-house not only because of the expertise, but also because of the Qt licenses required to do this.
Bottom line; this significantly lowers the trashhold for large rollouts to succeed. Any missing thing can now be added by paying the experts to do exactly that.
Exciting times :)
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|