Grandt/PHPePub - GitHub

PHPePub - PHP Classes for dunamically generating EPub files.

https://github.com/Grandt/PHPePub

Les articles publiés sur le site

  • Premil. SVG support

    2 novembre 2015, par Grandt
    Premil. SVG support
    
    Rev. 4.0.5 - 2015-11-02
    * Added: Support for SVG images. (experimental)
    * Cleaned up source headers
    * Added preliminary work for supporting Apple iBooks idiosyncrasies. If
    I could, I'd tell Apple to take a flying f*** off of a tall building for
    their tireless efforts to break established standards.
  • Prelim. SVG support

    2 novembre 2015, par Grandt
    Prelim. SVG support
    
    Rev. 4.0.5 - 2015-11-02
    * Added: Support for SVG images. (experimental)
    * Cleaned up source headers
    * Added preliminary work for supporting Apple iBooks idiosyncrasies. If
    I could, I'd tell Apple to take a flying f*** off of a tall building for
    their tireless efforts to break established standards.
  • Added "Dangermode"

    15 septembre 2015, par Grandt
    Added "Dangermode"
    
    Added Dangermode to allow users access to the ePub structure in the
    unlikely case they need it.
  • Update composer and revisions

    15 septembre 2015, par Grandt
    Update composer and revisions
    
    Rev. 4.0.3 - 2015-09-15
    * Changed: Added functions addCustomNamespace, addCustomPrefix,
    addCustomMetaValue and addCustomMetaProperty
    *          to enable users to add needed namespaces or prefixes
    (prefixes are only supported in ePub3)
    *          as well as meta properties and entries specified by those
    namespaces.
    *          See tests/EPub.Example1.php (line 95+) and
    tests/EPub.Example3.php (line 66+) for how they are used.
  • Added functions to handle metadata namespaces

    15 septembre 2015, par Grandt
    Added functions to handle metadata namespaces
    
    Rev. 4.0.3 - 2015-09-15
    * Changed: Added functions addCustomNamespace, addCustomPrefix,
    addCustomMetaValue and addCustomMetaProperty
    *          to enable users to add needed namespaces or prefixes
    (prefixes are only supported in ePub3)
    *          as well as meta properties and entries specified by those
    namespaces.
    *          See tests/EPub.Example1.php (line 95+) and
    tests/EPub.Example3.php (line 66+) for how they are used.