Meta Data
From AbiWiki
(One intermediate revision not shown) | |||
Line 3: | Line 3: | ||
= Goal = | = Goal = | ||
- | 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 [http://www.oasis-open.org/committees/documents.php?wg_abbrev=office-metadata]. |
+ | |||
+ | See also http://bugzilla.abisource.com/show_bug.cgi?id=12177 | ||
= Implementation = | = Implementation = | ||
+ | |||
+ | The AbiWord implementation of the meta data spec reside for now in a branch in SVN. The name of the branch is "odf-medata" (don't ask I just realised the typo). | ||
== PieceTable changes == | == PieceTable changes == | ||
Line 13: | Line 17: | ||
TBD | TBD | ||
- | == | + | == AbiWord file format changes == |
Since we implement this feature, we need to store the meta data into the AbiWord native file format. | Since we implement this feature, we need to store the meta data into the AbiWord native file format. |
Current revision as of 04:21, 7 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 [1].
See also http://bugzilla.abisource.com/show_bug.cgi?id=12177
Implementation
The AbiWord implementation of the meta data spec reside for now in a branch in SVN. The name of the branch is "odf-medata" (don't ask I just realised the typo).
PieceTable changes
We store a numeric ID into the fragment.
TBD
AbiWord 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 [2]
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. [3]
TBD: find out what is implemented. 3.1 does not seem to have it.