View Single Post
Old 10-01-2010, 03:20 PM   #3
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,844
Karma: 6120478
Join Date: Nov 2009
Device: many
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
KevinH is offline   Reply With Quote