From: Radek Czajka Date: Mon, 25 Oct 2010 08:48:44 +0000 (+0200) Subject: fix author name X-Git-Tag: 1.7~262 X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/3a27423b73ba18f8aad3043c1fbcdbf6e4dad890 fix author name --- 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 @@ + +
+ +
+
+