Hi All,
I have modified KindleUnpack to support epub3.
This is not completed it yet. I am not satisfied with the method to switch the output epub version; so, I am considering to change it to bit flags or something in order to increase flexiblity for future extentions.
Bug reports and suggestions are welcomed.
Major modifications are as follows,
- Added mobi_cover.py, mobi_nav.py and mobi_taglist.py.
- A parameter epubver(default=2) is added to process_all_mobi_headers(), unpackBook() and writeOPF().
- In mobi_opf.py, build functions of package parts are extracted from writeOPF().
Detailed changes are in the following: