Feature #623
Add ebook creation
100%
Description
Add the ability to create ebooks based on the works available in TextCritical.
Subtasks
Associated revisions
Added initial code for making an ePub. Reference #623.
Added initial code for making an ePub. Reference #623.
Added initial code for making an ePub. Reference #623.
Removed wrapping of words in ePub documents. Closes #623.
Removed wrapping of words in ePub documents. Closes #623.
Removed wrapping of words in ePub documents. Closes #623.
History
#1
Updated by Luke Murphey over 11 years ago
See https://github.com/mfrasca/txt2epub for a potential library to use.
#2
Updated by Luke Murphey over 11 years ago
These may help
- http://stackoverflow.com/questions/3454894/how-to-programmatically-convert-html-to-epub
- Service that converts Markdown documents to books: https://leanpub.com/p
#3
Updated by Luke Murphey over 11 years ago
A comprehensive eBook convertor: http://calibre-ebook.com/about
#4
Updated by Luke Murphey over 11 years ago
This Python library looks like a good candidate: https://code.google.com/p/python-epub-builder/
#5
Updated by Luke Murphey over 11 years ago
- Status changed from New to In Progress
- Assignee set to Luke Murphey
- Target version set to 1.1
#6
Updated by Luke Murphey over 11 years ago
Partial ePub support is already implemented. It may be nice to convert this over to PDF too (https://pypi.python.org/pypi/epubmaker/0.3.19b1).
#7
Updated by Luke Murphey over 11 years ago
Some info on Interlinear epubs:
#8
Updated by Luke Murphey over 11 years ago
Thought this quote was interesting since these ebooks are basically copies of the TextCritical.net website:
"An ebook is a frozen website packaged in a container.“
--MarySiderwicz, W3C
[Source]
#9
Updated by Luke Murphey over 11 years ago
Against Apion in English currently generates a crash.
#10
Updated by Luke Murphey over 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Applied in changeset r540.