This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'zip' | |
require 'open-uri' | |
# EXAMPLE USE AT THE BOTTOM OF THIS FILE (after the __END__) | |
class EpubGenerator | |
# When you add a chapter, naming the div_id according to the guide_roles allows | |
# apple to treat the files differently | |
# I have no idea how it does it, or what it does, but Apple likes it. |