Extracting Metadata from ODF (OpenOffice.org) files
Open Office (OOo) can store author and description metadata according to DublinCore standards but when OO documents are viewed in Firefox 2 (using the ODF reader plugin) no metadata is extracted when the 'Create New Item from this page' in Zotero.
I would like to use Zotero as a tool for organising libraries of ODT files that can be either locally stored or on a server. In the latter case it is in principle possible to refine the metadata offered by presenting the links through a web interface, but when using firefox to browse to a locally stored odt file it does not seem possible extract the ODT stored metadata in a simple way.
Am I doing something wrong or should zotero be able to extract data from file:///...testfile.odt url's. Can it do this for file:///...testfile2.pdf references - I would prefer to use the OOo format as a the definitive references as it is always editable.
thanks
Kurt
I would like to use Zotero as a tool for organising libraries of ODT files that can be either locally stored or on a server. In the latter case it is in principle possible to refine the metadata offered by presenting the links through a web interface, but when using firefox to browse to a locally stored odt file it does not seem possible extract the ODT stored metadata in a simple way.
Am I doing something wrong or should zotero be able to extract data from file:///...testfile.odt url's. Can it do this for file:///...testfile2.pdf references - I would prefer to use the OOo format as a the definitive references as it is always editable.
thanks
Kurt
https://www.zotero.org/trac/ticket/1102
thanks
Kurt
In the context of this thread, OO.o still uses meta.xml for the metadata that is used in your document.
I believe Bruce's note was a mere reminder to developers to leverage this feature, that he helped to develop.
1) point firefox at a local ODF archive - press 'create new item for current page' and let zotero create a new citation record, which you would hope pulls out the relevant metadata and also stores a local copy of the file in the zotero archive
2) serve the archived ODF files off a server with a web interface that can do a bit of processing behind the scenes to put the metadata/citation data into whatever fancy COINs or other format that zotero can pick up.
In the second case it should be possible for our web server code to pick out the meta.xml file and present the citation data to zotero in a format that it likes, but in the first case we must rely on internal mechanisms within zotero - the question is then how might it work ? Can anyone point to any useful references on this ?