Skip to content

FunnyMonkey/FunnyMonkey-EPUB-Package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunnyMonkey EPUB packager

This repository hosts the EPUB 3.0 Packager as defined by [IDPF EPUB 3] (http://idpf.org/epub/30)

Usage Example

Please review test/example.php and test/test.php for examples on how to use EPUB Packager. Also visit documentation/html/index.html for API documenation.

To test your generated EPUB files please see the following; [EPUBCheck 3.0] (http://code.google.com/p/epubcheck/wiki/EPUBCheck30)

This has been tested to work to generate valid EPUB 3.0 documents using test.php.

This currently does not fully support mediaoverlays and marc:relators please review the TODO documentation for further details on the status of this project.

License

[GNU GENERAL PUBLIC LICENSE V3] (http://www.gnu.org/licenses/) Copyright (C) 2012 Jeff Graham

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.