On 27 Jul., 17:01, Kovid <[email protected]> wrote: > It would be nice to have support for <dc:date> in the OPF metadata and > a cover. Both of these are implemented in the EpubBuilder sub class > here: > http://bazaar.launchpad.net/~kovid/calibre/trunk/annotate/head:/src/c... > > Unfortunately I don't have the time to create a patch against epub.py > in the sphinx trunk, hence the hackish subclassing
Hi, I'll work on it. The dc:date part is easy. For the cover I first have to find the best and most flexible solution. Some sources link to a bitmap in the meta cover attribute, but also add a html file that embeds the image. Is that necessary? Has this html file to be added to the spine and reference sections? Your approach is to link to the html file from the meta cover attribute. I'll try to figure it out. Maybe you could give some feedback. Thanks, Roland -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
