epub-js-reader.tpl.php |
theme/epub-js-reader.tpl.php |
|
|
epub.css |
css/epub.css |
|
#ebook {
z-index': 9999;
background: white;
//padding: 0 20px;
}
#ebook iframe {
margin: 0;
padding: 0;
overflow: auto;
border: 1px solid gray;
/*box-shadow: black 0px 0px 10px;*/
}
.arrow {
position: absolute;
top: 50%;
… |
epub.drush.inc |
epub.drush.inc |
|
|
epub.field.inc |
includes/epub.field.inc |
|
|
epub.info |
epub.info |
|
name = Epub
description = Display EPUB files in browsers.
core = 7.x
dependencies[] = file
dependencies[] = file_entity
dependencies[] = libraries
files[] = includes/epub.field.inc |
epub.install |
epub.install |
|
|
epub.module |
epub.module |
|
|
README.txt |
README.txt |
|
ePub
----
NOTE: Install the advanced_help module (http://drupal.org/project/advanced_help)
to access more help (writing still in progress...)
To install, place the entire ePub folder into your modules directory.
Go to Administer -> Site building… |