From 0ce90a043eef532a71952e6aac43e6be6affc0f0 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 23 Nov 2010 22:13:32 +0100 Subject: Added import to EPUB function. --- epub/templates/content.opf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 epub/templates/content.opf (limited to 'epub/templates/content.opf') diff --git a/epub/templates/content.opf b/epub/templates/content.opf new file mode 100644 index 00000000..67f3f5c6 --- /dev/null +++ b/epub/templates/content.opf @@ -0,0 +1,34 @@ + + + + urn:uuid:${book.UUID} + ${book.lang} + ${book.title} + + $name + + + ${Markup(beginTag)}$content${Markup(endTag)} + + + + + + + + + + + + + + + + + + + + -- cgit