1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

handle compressed epubs

This commit is contained in:
Fred Chasen 2013-07-08 22:24:51 -07:00
parent 0cfaa9cf2e
commit cb813ab927
26 changed files with 5593 additions and 4871 deletions

View file

@ -20,11 +20,11 @@
document.onreadystatechange = function () {
if (document.readyState == "complete") {
EPUBJS.filePath = "../src/";
EPUBJS.filePath = "../libs/";
fileStorage.filePath = "../libs/fileStorage/workers/";
EPUBJS.VERSION = "0.1.5";
EPUBJSR.app.init('/demo/moby-dick');
EPUBJSR.app.init('/demo/moby-dick.epub');
}
};
@ -32,6 +32,14 @@
<!--<script async src="epubjs/libs/jquery.touchy.min.js"></script>-->
<!-- zip -->
<script src="../libs/zip/zip.js"></script>
<script src="../libs/zip/zip-fs.js"></script>
<script src="../libs/zip/zip-ext.js"></script>
<script src="../libs/zip/inflate.js"></script>
<script src="../libs/zip/mime-types.js"></script>
<!-- Render -->
<script src="../libs/underscore/underscore.js"></script>
<script src="../libs/rsvp/rsvp.js"></script>
@ -56,6 +64,8 @@
<script async src="../reader/utils.js"></script>
<script async src="../reader/app.js"></script>
</head>
<body>
<div id="sidebar">