Dublin Core support? DC.creator, DC.date
I use Dublin Core metadata on my blog, embedded as meta elements. I noticed the following elements are not scraped properly:
* DC.creator (or DC.creator.name) is completely ignored
* DC.date (in WTN8601 format) is read, but misinterpreted
* DC.date.created is ignored.
A sample page: http://www.brainonfire.net/blog/force-ssl-for-wikipedia/
* DC.creator (or DC.creator.name) is completely ignored
* DC.date (in WTN8601 format) is read, but misinterpreted
* DC.date.created is ignored.
A sample page: http://www.brainonfire.net/blog/force-ssl-for-wikipedia/
DC.date.created isn't supported because we currently support only unqualified DC. However, DC.created ought to work.
I'll add in DC.created for compatibility.
* DC.creator is being read in properly now that I am using last-name-first format.
* DC.date and DC.creator both result in a misinterpreted date. Can you recommend a known good date format? WTN8601 isn't working. [*]
[*] "2010-05-22T22:54:14" is imported, but "y d" displays next to it and the interpreted value is "2010-00-05".
So either the Embedded RDF translator could be made to parse specific formats or strToDate() could be extended to handle 8601.
That's all; sorry if this is noise.