Grandt/PHPePub - GitHub

PHPePub - PHP Classes for dunamically generating EPub files.

https://github.com/Grandt/PHPePub

Les articles publiés sur le site

  • Update EPub.php

    21 novembre 2013, par raqy
    Update EPub.php
    
    add another elseif at the end addChapter for creating the TOC reference in TOC and NCX as if a subchapter. this allows implementators to put the toc anywhere they want.
    TODO: delete link to toc in toc or delete toc line in toc
  • Update EPub.OPF.php

    21 novembre 2013, par raqy
    Update EPub.OPF.php
    
    changed title-page to titlepage due to an error issued by idpf validator
  • References handling and

    17 novembre 2013, par Grandt
    References handling and
    
    Updated handling of references, and improved aspects of ePub3 handling.
  • ePub 3 support added

    3 novembre 2013, par Grandt
    ePub 3 support added
    
    * Added: ePub 3 support. The ePub 3 still contains the NCX for backwards
    combatability to ePub 2 readers, though there is no gurantee that it'll
    work on all readers.
    *  The EPub class constructor now takes arguments for epub version,
    EPub::BOOK_VERSION_EPUB2 or EPub::BOOK_VERSION_EPUB3
    *  The other new parameters on the EPub constructor are for default
    language and writing direction, used on the generated ePub 3 TOC.
    * Added: Ability to reference sub chapter id's
    *  ->addChapter($chapterName, $chapterLink); where the link must contain
    the #id.
  • Removing deprecated version, for now.

    3 novembre 2013, par Grandt
    Removing deprecated version, for now.