logiclord / epubReader

epubReader is a standalone fluid infusion component. This project is about implementing a web based ePub reader component based on open web technologies for infusion framework
http://webbasedepubreader.blogspot.in
53 stars 16 forks source link

ePub Reader viewer is totally based on "toc.ncx" content #18

Closed dghag closed 11 years ago

dghag commented 11 years ago

When all html pages are included in the "toc.ncx" that time only it shows all included pages, otherwise if "toc.ncx" is empty then it showing "0" results. It is very bad thing. I want to the viewer which is based on "content.opf".

logiclord commented 11 years ago

We assumed that table of content is available in toc.ncx file. We can modify https://github.com/logiclord/epubReader/blob/master/js/epubReader.js#L131 method to read and parse "content.opf" for getting table of content.