View Single Post
Old 01-03-2013, 04:12 AM   #8
AlPe
Digital Amanuensis
AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.
 
AlPe's Avatar
 
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
Quote:
Originally Posted by Nick_1964 View Post
0= I did every time and it is 0.9.12
1= None of my books has DRM
2= There you understood me wrong
3= No

I ment: I have the metadata added to calibre, but it's not in the book, it is only the description in Calibre that I want to convert as a page to the book.
There are no exlibris pages in the book, there is no metadata in the Book, only in Calibre.

I try again: I want to add the details about the book, that I downloaded and added into Calibre like a catalog, and send the description to the book as a readable page.
With the exlibris plugin, you can access calibre metadata and replace them into an XHTML page you set up like this:

Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>EX LIBRIS</title>
</head>
<body> 
<h1>[%calibre-title%]</h1>
<h2>[%calibre-author%]</h2>
<p>[%calibre-comments%]</p>
</body>
</html>
AlPe is offline   Reply With Quote