OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] epub from dbook


On Fri, Apr 30, 2010 at 4:11 AM, Compagnon Christopher
<christopher.compagnon.alti@axa-groupsolutions.com> wrote:
> You can also create ePub from docbook with a shell motorized transformation :
>
> http://www.christopher.compagnon.name/sitewww/docbook-epub.html

Thank you for providing this. One refinement: ePub requires that the
mimetype file be the first archive in the ZIP and uncompressed, so
your invocation of zip -r ./ should be broken into two phases:

zip -q0X [zipfile] mimetype
zip -qXr9D [zipfile] ./

More: http://blog.threepress.org/2009/11/06/3-scripts-for-epub-creation/

Regards,
Keith


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]