Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ePub support #1

Open
stliu opened this issue Jun 5, 2010 · 3 comments
Open

add ePub support #1

stliu opened this issue Jun 5, 2010 · 3 comments

Comments

@stliu
Copy link
Contributor

stliu commented Jun 5, 2010

docbook 1.74.0 does support epub

@sebersole
Copy link
Member

We just need to add the appropriate org.jboss.jdocbook.util.StandardDocBookFormatMetadata entry for an epub FormatMetadata

@emmanuelbernard
Copy link

This is a bit more complicated, when I tried the META-INF as well as the other epub directory required were created in current dir rather than the target dir, (this was with 1.72 so this might not be true anymore)
Also the split files should be zipped into a .epub file (zip format) and a mimepart might be needed

See http://www.ibm.com/developerworks/xml/tutorials/x-epubtut/section5.html for some info

@stliu
Copy link
Contributor Author

stliu commented Apr 12, 2011

yes, they are created in current dir, that property is defined in the epub xsd, and re-set that value does not work
still trying to find a way to fix it
and I already done some initial work on this task, the zip and mimepart things are not problem anymore
just can't find more time on it for now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants