Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-05 | Removed links (internal and external). | John MacFarlane | 1 | -15/+17 | |
2010-07-05 | Process user-supplied EPUB metadata. | John MacFarlane | 1 | -7/+21 | |
Read a sequence of elements from the file. Ignore anything that's not valid Dublin Core. If title, language, uuid not supplied, supply them. | |||||
2010-07-05 | Added an EPUB writer. | John MacFarlane | 1 | -0/+247 | |
+ New writer module Text.Pandoc.Writers.EPUB + Stylesheet in epub.css + --epub-stylesheet command-line option. + New utility module Text.Pandoc.UUID to generate random UUIDs for EPUBs. |