Meta Data
From AbiWiki
(Difference between revisions)
(initial version) |
|||
Line 5: | Line 5: | ||
Implement the ODF meta data specs whose goal is to define how to declare semantic meta data inside documents. | Implement the ODF meta data specs whose goal is to define how to declare semantic meta data inside documents. | ||
+ | = Implementation = | ||
+ | |||
+ | == PieceTable changes == | ||
+ | |||
+ | We store a numeric ID into the fragment. | ||
+ | |||
+ | TBD | ||
+ | |||
+ | == abw file format changes == | ||
+ | |||
+ | Since we implement this feature, we need to store the meta data into the AbiWord native file format. | ||
+ | |||
+ | TBD | ||
+ | |||
+ | == Dependencies == | ||
+ | |||
+ | In order to parse RDF segments we add as a dependency libraptor [http://librdf.org/raptor/libraptor.html] | ||
= Other implementations = | = Other implementations = | ||
+ | |||
+ | Here are the other implementations available (or not). | ||
== OpenOffice.org == | == OpenOffice.org == | ||
- | All the information about OOo implementation I could find is in their wiki | + | All the information about OOo implementation I could find is in their wiki. [http://wiki.services.openoffice.org/wiki/Meta_data] |
+ | TBD: find out what is implemented. 3.1 does not seem to have it. | ||
- | [[ | + | [[Category:Developer]] |
Revision as of 17:26, 3 August 2009
Implementation of the ODF Meta Data spec in AbiWord
Contents |
Goal
Implement the ODF meta data specs whose goal is to define how to declare semantic meta data inside documents.
Implementation
PieceTable changes
We store a numeric ID into the fragment.
TBD
abw file format changes
Since we implement this feature, we need to store the meta data into the AbiWord native file format.
TBD
Dependencies
In order to parse RDF segments we add as a dependency libraptor [1]
Other implementations
Here are the other implementations available (or not).
OpenOffice.org
All the information about OOo implementation I could find is in their wiki. [2]
TBD: find out what is implemented. 3.1 does not seem to have it.