From 3a27423b73ba18f8aad3043c1fbcdbf6e4dad890 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 25 Oct 2010 10:48:44 +0200 Subject: [PATCH] fix author name --- librarian/epub.py | 4 ++++ librarian/epub/xsltTitle.xsl | 17 ++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/librarian/epub.py b/librarian/epub.py index 52294dd..e992f40 100644 --- a/librarian/epub.py +++ b/librarian/epub.py @@ -20,6 +20,10 @@ sys.path.append('..') # for running from working copy from librarian import XMLNamespace, RDFNS, DCNS, WLNS, NCXNS, OPFNS, NoDublinCore from librarian.dcparser import BookInfo +from librarian import functions + +functions.reg_person_name() + def inner_xml(node): """ returns node's text and children as a string diff --git a/librarian/epub/xsltTitle.xsl b/librarian/epub/xsltTitle.xsl index c69db26..3b24c76 100644 --- a/librarian/epub/xsltTitle.xsl +++ b/librarian/epub/xsltTitle.xsl @@ -1,5 +1,8 @@ - + @@ -18,10 +21,12 @@
- + + - + +
@@ -48,6 +53,12 @@ + +
+ +
+
+
-- 2.20.1