Danish Study Recommends Open Standards for EU
PDAJames writes "The Danish government has wrapped up a two-year study of open source's potential for the public sector, and has some pretty interesting things to say. For one, it says that tie-ins to proprietary software effectively eliminate competition for government procurement and are inherently bad. For another, it recommends a public sector-led effort to adopt an XML-based standard document format, either that of OpenOffice or a new one developed by the EU. Will they push ahead with these plans or is it just more talk?"
Why don't the KDE developer stop working on KOffice support OpenOffice instead?
He is busy convincing the GNOME developer to just give up and support KDE.
Better yet than XML... bundles!!!
.rtfd files on NeXT and Mac OS X. They're basically super-RTF files. They are actually a folder ending with .rtfd that the operating system presents to the user as a single file (for mere aesthetic and encapsulation reasons). They contain an RTF file and all the non-RTF resources (images, sounds, etc) that are embedded in the document as separate files in their own formats. I believe images are saved as TIFF by default.
:)
Go research
So why not combine open XML document formats and rtfd-style bundles! A complex document is really a folder full of files, but it appears to the user as a single file. This makes it easy to move around, esp from computer to computer, and presents a nice sensible metaphor to the user. It's also difficult to screw things up by messing with the components (but it is possible to get into the bundle if you need to). Inside these complex documents is an XML file that describes the components of the document. Then there are files that contain the components, in whatever (open) format you wish. RTF or OpenOffice or whatever for text, Ogg sounds, PNG or SVG images, CSV or more complex spreadsheet/table formats, all the fonts the document needs, etc.
One of the replies to the parent addressed the issue of pixel-exact rendering. That's easy - just use the same rendering engine everywhere! All Gecko browsers render exactly the same everywhere (assuming the same fonts are available). So just use a single homogenous rendering engine everywhere. (And include fonts in the document bundle).
I sure hope some brilliant application-software engineer reads this!
(Final note: Another, more risky option would be to provide an API for rendering modules written in some suitable language, which would then be included in the bundle. You want to render, say, Maya IFF images? Include the IFF renderer in the bundle. Of course great security precautions would need to be taken, and optimally the rendering modules would have access to nothing outside the document-world, and preferably only a buffer to draw into and layout above them would be managed by the program. This has been tried before, I think. But maybe its time has come?)
Save time now so you can waste it later
OpenOffice uses zip to combine several xml files (one for content, others for meta-info and editor advice) and any image files or similar embedded content in their native formats. IIRC, KOffice uses tar.bzip2 and Abiword uses tar.gz, but I don't have those in front of me at the moment.
Sig:Why copyright isn't a fundamental human right
Open Standards are all about interoperability creating a level playing field where companies can compeat to produce the best readers and writers of the standards. Consumers and Govs are free to choose which suits them best. This is one of the reasons the web took off as html was essentially an open standard, even though there were no open source browsers about in the early days.
Open Source is a different beast. I don't think the the benifits for a company to open source its products are as clear. Yes there are advantages with transpanancy for govemental use. Yes its great for hobbyiest, probably great for products aimed at developers. But the economic model is dificult, the viral licencing can cause problems.
In general I'm much more passionatle about Open Standard than Open Source.
There are four sorts of people in the world: fools, lunatics, idiots and morons. - Umberto Eco, Foucaut's pendulum.