docbook-apps

  • 1.  epub from dbook

    Posted 04-29-2010 15:17
    http://bit.ly/9rAAeL

    Build a digital book with EPUB

    The open XML-based eBook format
    Liza Daly, Software Engineer and Owner, Threepress Consulting Inc.

    regards

    --
    Dave Pawson
    XSLT XSL-FO docbook FAQ.
    http://www.dpawson.co.uk


    --

    regards

    --
    Dave Pawson
    XSLT XSL-FO FAQ.
    http://www.dpawson.co.uk



  • 2.  RE: [docbook-apps] epub from dbook

    Posted 04-30-2010 11:11
    Hi,

    You can also create ePub from docbook with a shell motorized transformation :

    http://www.christopher.compagnon.name/sitewww/docbook-epub.html

    (french version)

    Cordialement,

    ____________________________________________
    Christopher COMPAGNON
    AXA GROUP SOLUTIONS - Procurement, BI Supply
    Département Solutions Business Intelligence
    Domaine BI France - Reporting Opérationnel
    ( 01 44 45 04 16 (55 04 16)
    E-mail: christopher.compagnon.alti@axa-groupsolutions.com
    ____________________________________________
    Pensez à l'environnement avant d'imprimer ce message


    -----Message d'origine-----
    De : Dave Pawson [mailto:davep@dpawson.co.uk]
    Envoyé : jeudi 29 avril 2010 17:16
    À : docbook-apps
    Objet : [docbook-apps] epub from dbook

    http://bit.ly/9rAAeL

    Build a digital book with EPUB

    The open XML-based eBook format
    Liza Daly, Software Engineer and Owner, Threepress Consulting Inc.

    regards

    --
    Dave Pawson
    XSLT XSL-FO docbook FAQ.
    http://www.dpawson.co.uk


    --

    regards

    --
    Dave Pawson
    XSLT XSL-FO FAQ.
    http://www.dpawson.co.uk

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org




  • 3.  Re: [docbook-apps] epub from dbook

    Posted 04-30-2010 13:23
    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



  • 4.  RE: [docbook-apps] epub from dbook

    Posted 05-03-2010 06:23
    Hi,

    Thanks for these informations.

    My webpage is updated.
    I added a check with epubcheck.

    Cordialement,

    ____________________________________________
    Christopher COMPAGNON
    AXA GROUP SOLUTIONS - Procurement, BI Supply
    Département Solutions Business Intelligence
    Domaine BI France - Reporting Opérationnel
    ( 01 44 45 04 16 (55 04 16)
    E-mail: christopher.compagnon.alti@axa-groupsolutions.com
    ____________________________________________
    Pensez à l'environnement avant d'imprimer ce message


    -----Message d'origine-----
    De : Keith Fahlgren [mailto:abdelazer@gmail.com]
    Envoyé : vendredi 30 avril 2010 15:23
    À : Compagnon Christopher
    Cc : Dave Pawson; docbook-apps
    Objet : 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