fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
yet another fix for slowo_obce + refactor
[librarian.git]
/
librarian
/
text.py
diff --git
a/librarian/text.py
b/librarian/text.py
index
39bf324
..
4064849
100644
(file)
--- a/
librarian/text.py
+++ b/
librarian/text.py
@@
-60,7
+60,7
@@
def transform(wldoc, flags=None, **options):
license_description = parsed_dc.license_description
license = parsed_dc.license
if license:
license_description = parsed_dc.license_description
license = parsed_dc.license
if license:
- license_description = u"Ten utwór jest udost
e
pniony na licencji %s: \n%s" % (
+ license_description = u"Ten utwór jest udost
ę
pniony na licencji %s: \n%s" % (
license_description, license)
else:
license_description = u"Ten utwór nie jest objęty majątkowym prawem autorskim i znajduje się " \
license_description, license)
else:
license_description = u"Ten utwór nie jest objęty majątkowym prawem autorskim i znajduje się " \
@@
-85,9
+85,9
@@
def transform(wldoc, flags=None, **options):
if funders:
funders = u"\n\nPublikację wsparli i wsparły: %s." % funders
publisher = '\n\nWydawca: ' + ', '.join(parsed_dc.publisher)
if funders:
funders = u"\n\nPublikację wsparli i wsparły: %s." % funders
publisher = '\n\nWydawca: ' + ', '.join(parsed_dc.publisher)
- isbn
_element = document.edoc.find("//meta[@id='txt-id']"
)
- if isbn
_element is not None
:
- isbn =
isbn_element.text.replace('ISBN-', '\n\nISBN ')
+ isbn
= getattr(parsed_dc, 'isbn_txt', None
)
+ if isbn:
+ isbn =
'\n\n' + isbn
else:
isbn = ''
else:
else:
isbn = ''
else: