Mercurial > hg > MetaDataProvider
comparison MetaDataFolder.py @ 11:a29665fa9c62
more work for non-bib metadata
author | casties |
---|---|
date | Fri, 29 Jul 2011 14:45:13 +0200 |
parents | 68bc459c9f59 |
children | 7f0e2b656e5c |
comparison
equal
deleted
inserted
replaced
10:68bc459c9f59 | 11:a29665fa9c62 |
---|---|
164 getFormattedMetaDataShort = getBibFormattedMetaData | 164 getFormattedMetaDataShort = getBibFormattedMetaData |
165 getFormattedMetaDataExtended = getBibFormattedMetaDataExtended | 165 getFormattedMetaDataExtended = getBibFormattedMetaDataExtended |
166 getFormattedLabel = getBibFormattedLabel | 166 getFormattedLabel = getBibFormattedLabel |
167 | 167 |
168 | 168 |
169 def getDCFormatted(self,path): | 169 def OLDgetDCFormatted(self,path): |
170 """get the metadata as dc set""" | 170 """get the metadata as dc set""" |
171 logging.debug("getDCFormatted(path=%s)"%path) | 171 logging.debug("getDCFormatted(path=%s)"%path) |
172 namespace={ 'mpiwg': "http://www.mpiwg-berlin.mpg.de/ns/mpiwg"} | 172 namespace={ 'mpiwg': "http://www.mpiwg-berlin.mpg.de/ns/mpiwg"} |
173 namespaceUsed=False | 173 namespaceUsed=False |
174 | 174 |