Difference between revisions of "OpenDocument Format"

From Creative Commons
Jump to: navigation, search
Line 1: Line 1:
 +
{{Filetype
 +
|license_url=no
 +
|web_statement=no
 +
|more_permissions=no
 +
}}
 
[[Category:Developer]]
 
[[Category:Developer]]
[[Category:Developer Challenges]]
 
[[Category:filetype]]
 
[[Category:XML]]
 
[[Category:example]]
 
 
[[Category:metadata]]
 
[[Category:metadata]]
[[Category:ODF]]
 
{{incomplete}}
 
  
 
[http://en.wikipedia.org/wiki/Open_document_format OpenDocument format] (ODF). The OpenDocument format (ODF), short for the OASIS Open Document Format for Office Applications, is an open document file format for saving and exchanging editable office documents such as text documents (including memos, reports, and books), spreadsheets, databases, charts, and presentations. The most common file extensions used for OpenDocument documents are .odt for text documents, .ods for spreadsheets, .odp for presentations and .odg for graphics..
 
[http://en.wikipedia.org/wiki/Open_document_format OpenDocument format] (ODF). The OpenDocument format (ODF), short for the OASIS Open Document Format for Office Applications, is an open document file format for saving and exchanging editable office documents such as text documents (including memos, reports, and books), spreadsheets, databases, charts, and presentations. The most common file extensions used for OpenDocument documents are .odt for text documents, .ods for spreadsheets, .odp for presentations and .odg for graphics..
Line 13: Line 12:
  
 
Develop software that embeds and can edit licenses and metadata into ODF files (file-type ending ODT, ODS, ODG, ODP, etc). Generally, this is not a hard thing since ODF uses standard Dublin-core metadata.
 
Develop software that embeds and can edit licenses and metadata into ODF files (file-type ending ODT, ODS, ODG, ODP, etc). Generally, this is not a hard thing since ODF uses standard Dublin-core metadata.
 
=== Implementations ===
 
 
* Please add yours here :)
 
 
=== Examples ===
 
 
=== Code ===
 
 
* Please add yours here :)
 
 
==== Sample ====
 
 
* Please add yours here :)
 
 
=== Mockups ===
 
 
* Please add yours here :)
 
 
=== TODO ===
 
 
* Please help by adding you todo here :)
 
  
 
=== Reference ===
 
=== Reference ===

Revision as of 18:17, 4 March 2008

File Type Information
Supports embedding license URL: supports_license_url::no
Supports embedding web statement: supports_web_statement::no
Supports embedding more permissions: supports_more_permissions::no
Metadata Location: [[Metadata location::{{{metadata_location}}}]] | (unknown) }}
Metadata Format: [[Metadata format::{{{metadata_format}}}]] | (unknown) }}


OpenDocument format (ODF). The OpenDocument format (ODF), short for the OASIS Open Document Format for Office Applications, is an open document file format for saving and exchanging editable office documents such as text documents (including memos, reports, and books), spreadsheets, databases, charts, and presentations. The most common file extensions used for OpenDocument documents are .odt for text documents, .ods for spreadsheets, .odp for presentations and .odg for graphics..

Developer Challenges

Develop software that embeds and can edit licenses and metadata into ODF files (file-type ending ODT, ODS, ODG, ODP, etc). Generally, this is not a hard thing since ODF uses standard Dublin-core metadata.

Reference