View Single Post
Old 10-01-2010, 04:40 PM   #5
crutledge
eBook FANatic
crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.
 
crutledge's Avatar
 
Posts: 18,301
Karma: 16071131
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
Quote:
Originally Posted by KevinH View Post
Actually you can include the dc. and dcterms. meta data right into your html.
Please hang with me here.

Extract from WIKI:
Code:
<meta http-equiv="Content-Type" content="text/html;" />
<title>MyBookTitle</title>
<meta name="DCTERMS.title" content="MyBookTitle" />
<meta name="DCTERMS.language" content="en-US" scheme="DCTERMS.RFC4646" />
<meta name="DCTERMS.source" content="http://xml.openoffice.org/odf2xhtml" />
<meta name="DCTERMS.issued" content="TimeOf Creation eg:2006-05-25T16:53:56" scheme="DCTERMS.W3CDTF"/>
<meta name="DCTERMS.creator" content="Author's Name"/>
<meta name="DCTERMS.contributor" content="Other Contributor's Name" />
<meta name="DCTERMS.modified" content="Last Modified eg:2010-02-06T13:28:08.71" scheme="DCTERMS.W3CDTF"/>
<meta name="DCTERMS.provenance" content="Your ISBN Number" />
<meta name="DCTERMS.subject" content="What book is about" />
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" hreflang="en" />
<link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" hreflang="en" />
<link rel="schema.DCTYPE" href="http://purl.org/dc/dcmitype/" hreflang="en" />
<link rel="schema.DCAM" href="http://purl.org/dc/dcam/" hreflang="en" />
<link rel="stylesheet" type="text/css" href="ebook.css" />
<base href="." />
This tells me that I should be able to use any of the terms in the Meta Data editor, e.g. producer using
Code:
<meta name="DCTERMS.whatever" content="Fill in the blank" />
Do you recommend this format? If so, I will convert to it and see if it follows through to Calibre.

What about the <link rel ... and <base href="."
crutledge is offline   Reply With Quote