Initial FictionBook 2 output support.
authorMichał Górny <mgorny@gentoo.org>
Tue, 24 Apr 2012 18:29:12 +0000 (20:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 24 Apr 2012 18:29:30 +0000 (20:29 +0200)
commitcec81dc04a23808077505265a3f8bb0e9b6053cb
treeff31b24082ea53196697c7618bf22ed5c2fd5a99
parent3976b4e4cd70f87d0cdbd7191cc814a432eafc2d
Initial FictionBook 2 output support.

This is a work-in-progress and still needs a lot of polishing.
librarian/fb2.py [new file with mode: 0644]
librarian/fb2/fb2.xslt [new file with mode: 0644]
librarian/fb2/footnotes.xslt [new file with mode: 0644]
librarian/fb2/inline.xslt [new file with mode: 0644]
librarian/fb2/paragraphs.xslt [new file with mode: 0644]
librarian/fb2/poems.xslt [new file with mode: 0644]
librarian/fb2/sections.xslt [new file with mode: 0644]
librarian/parser.py
scripts/book2fb2 [new file with mode: 0755]