Hi,
Actually you can include the dc. and dcterms. meta data right into your html.
So please try one of the following (I forget which works anymore)
<head>
<meta name="dc.contributor.Producer" content="Nick Hodson of London, England" />
</head>
<head>
<meta name="dcterms.Producer" content="Nick Hodson of London, England" />
</head>
Anyway, something here will work. There is support for the dc. and dcterms. namespace to be properly interpreted and stored by Sigil when presented in meta tags right in the html. I helped contribute support for it a long time back (with huge amounts of help from Valloric).
If you search Metadata in this forum (or my username KevinH) you should find a discussion of what was added, the forms it accepts, and hopefully when I get some more free time, some additional things to hopefully contribute to Valloric down the line.
KevinH
|