View Single Post
Old 01-03-2013, 05:13 AM   #9
Nick_1964
Bookworm
Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.Nick_1964 ought to be getting tired of karma fortunes by now.
 
Nick_1964's Avatar
 
Posts: 975
Karma: 768585
Join Date: Aug 2010
Location: Netherlands
Device: Sony prs-650, Kobo Glo HD (2x), Kobo Glo
Quote:
Originally Posted by AlPe View Post
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>
The above mentioned by davidfor plugin does it all, creates the jacket page, insert it, without manually set up a page, only "problem" is that the Sony doesn't show the graphical "sticker" with name and title but shows only the txt, I dont want to insult you but it is more easy.
Nick_1964 is offline   Reply With Quote