Some experiments with the language: html, epub, covers.
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 2 May 2013 10:17:09 +0000 (12:17 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 2 May 2013 10:17:27 +0000 (12:17 +0200)
commit13480b3da2d3da87f1d99c6d340c1553ca9d89c1
treeb8b3371b82314b3adc1fb547619ddf1eb7b244f7
parent0cefa871f6f1253be544a39c51e1f66f536805ce
Some experiments with the language: html, epub, covers.
30 files changed:
librarian/__init__.py
librarian/book2anything.py
librarian/core.py [new file with mode: 0755]
librarian/cover.py [deleted file]
librarian/document.py [new file with mode: 0755]
librarian/epub/cover.html [deleted file]
librarian/formats/__init__.py [new file with mode: 0644]
librarian/formats/cover/__init__.py [new file with mode: 0644]
librarian/formats/cover/partners/__init__.py [new file with mode: 0644]
librarian/formats/cover/wolnelektury/__init__.py [new file with mode: 0644]
librarian/formats/epub/__init__.py [new file with mode: 0644]
librarian/formats/epub/res/chapter.html [new file with mode: 0644]
librarian/formats/epub/res/content.opf [new file with mode: 0644]
librarian/formats/epub/res/cover.html [new file with mode: 0644]
librarian/formats/epub/res/footnotes.html [new file with mode: 0644]
librarian/formats/html/__init__.py [new file with mode: 0644]
librarian/formats/html/res/html.html [new file with mode: 0644]
librarian/formats/html/res/html_standalone.html [new file with mode: 0644]
librarian/functions.py [deleted file]
librarian/html.py [deleted file]
librarian/meta.py [new file with mode: 0755]
librarian/output.py [new file with mode: 0755]
librarian/parser.py
librarian/picture.py [deleted file]
librarian/renderers.py [new file with mode: 0755]
librarian/utils.py [new file with mode: 0755]
scripts/book2cover
scripts/book2epub
scripts/book2html
setup.py