From 39b4bc5ec077101c85d3fa19d946bc6cc9ff9ca8 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Sun, 3 Mar 2013 12:47:19 +0100 Subject: [PATCH] Add rendition:layout and rendition:orientation meta tags (supported by new kindlegen 2.8) --- kcc/comic2ebook.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kcc/comic2ebook.py b/kcc/comic2ebook.py index c438b17..b3ebbcb 100755 --- a/kcc/comic2ebook.py +++ b/kcc/comic2ebook.py @@ -141,6 +141,8 @@ def buildOPF(profile, dstdir, title, filelist, cover=None, righttoleft=False): "\n", "\n", "\n", + "\n", + "\n", "\n\n\n" ])