View Single Post
Old 07-31-2014, 09:03 AM   #940
tkeo
Connoisseur
tkeo began at the beginning.
 
Posts: 94
Karma: 10
Join Date: Feb 2014
Location: Japan
Device: Kindle PaperWhite, Kobo Aura HD
Hi Kevin,

Quote:
Originally Posted by KevinH View Post
1. replace section tag with <div data-tag="section"> and similar for closing tag
2. replace epub:type=blah" attributes with data-epub-type="blah" to keep the semantic meaning
3. allow video and audio tags to go through as it
4. deal with < aside > in some sane manner
5. add epub_type vocabulary to guide elements where crossover exists and to nav if possible
6. convert nav to toc if toc does not exist
7. convert meta data from new format back to using older format (with opf:scheme, opf:fileas, opf:role) replacing refines with something more sane
8. remove cover manifest property and add in required meta name="cover"
9. there are probably a few other new tags we should convert as well
10 ...
Although we are not sure about the best way of force-conversion to epub2 tags and the list is completed or not, I have modified to fulfill the 7 in the list, in order to confirm that this conversion is matched to the purpose or not.


In comparison with the v0.73, v0.73b (and maybe v0.74) is rather minor functional improvement, so, I would like to do a slower pace.

Thanks,
Attached Files
File Type: zip patch_v073a_to_v073b.zip (3.9 KB, 316 views)
File Type: zip KindleUnpack_v073b_diff.zip (21.8 KB, 310 views)
tkeo is offline   Reply With Quote