Because OpenDocument is...
An ISO standard
The future
Truly open
Cross-platform
Stable
Versatile
Interoperable
Microsoft Office-compatible
Modular
Popular
A platform to build on
A level playing field
Because OpenDocument is...
<draw:image
xlink:href="Pictures/1D67595BF2E.png"
xlink:type="simple" xlink:show="embed"
xlink:actuate="onLoad"/>
What about this?
<text:h text:style-name="Heading_2">
Introduction to OpenDocument
</text:h>
<text:p text:style-name="Text_body">
OpenDocument is the only ISO standard covering
the needs of office applications. It can
represent text documents, spread sheets, vector
graphics, presentations and more. It reuses
existing standards and puts them in one simple
package.
</text:p>
[1] Article VI of the Agreement on Government Procurement and Article II of the Agreement on Technical Barriers to Trade.
[2] The E.C.'s IDABC, is an example of an implementing government body. Here is a good article that deals with OpenDocument and IDABC in context. NOTE: That article was written before OpenDocument became an ISO standard. Since then, many governments have announced they are moving to OpenDocument. See this site's government precedent page for the growing but non-comprehensive list.
[3] Eben Moglen of the Software Freedom Law Center has issued a formal legal opinion, concluding that "[o]n the factual basis described, and subject to reservations, it is our opinion that ODF, as standardized and licensed by the Organization for the Advancement of Structured Information (OASIS), is free of legal encumbrances that would prevent its use in free and open source software, as distributed under licenses authored by Apache and the FSF."
Because OpenDocument is...(continued)
<draw:image
xlink:href="Pictures/1D67595BF2E.png"
xlink:type="simple" xlink:show="embed"
xlink:actuate="onLoad"/>
What about this?
<text:h text:style-name="Heading_2">
Introduction to OpenDocument
</text:h>
<text:p text:style-name="Text_body">
OpenDocument is the only ISO standard covering the needs of office applications. It can
represent text documents, spread sheets, vector graphics, presentations and more. It reuses
existing standards and puts them in one simple package.
</text:p>
OASIS drives the development, convergence and adoption of e-business standards.
# Regular documents.
AddType application/vnd.oasis.opendocument.text .odt
AddType application/vnd.oasis.opendocument.spreadsheet .ods
AddType application/vnd.oasis.opendocument.presentation .odp
AddType application/vnd.oasis.opendocument.graphics .odg
AddType application/vnd.oasis.opendocument.chart .odc
AddType application/vnd.oasis.opendocument.formula .odf
AddType application/vnd.oasis.opendocument.image .odi
# Templates
AddType application/vnd.oasis.opendocument.text-template .ott
AddType application/vnd.oasis.opendocument.spreadsheet-template .ots
AddType application/vnd.oasis.opendocument.presentation-template .otp
AddType application/vnd.oasis.opendocument.graphics-template .otg
AddType application/vnd.oasis.opendocument.chart-template .otc
AddType application/vnd.oasis.opendocument.formula-template .otf
AddType application/vnd.oasis.opendocument.image-template .oti
# Master documents and HTML templates
AddType application/vnd.oasis.opendocument.text-master .odm
AddType application/vnd.oasis.opendocument.text-web .oth
cd /tmp/space/
cvs -d :pserver:cvsread@cvs.php.net:/repository login
(enter password 'phpfi')
cvs -d :pserver:cvsread@cvs.php.net:/repository checkout pear/OpenDocument
