View Single Post
Old 07-28-2014, 10:34 AM   #1
zonker
Member
zonker began at the beginning.
 
Posts: 18
Karma: 10
Join Date: May 2014
Location: Italy
Device: kindle
Backward-compatible EPUB 3 files in 4 steps?

Hi, I'm writing an ebook template with Sigil and I'd like it could be a backward compatible epub 3 file.

Is it enough change the following things?
  • put version="3.0" instead of 2.0 inside <package>
  • insert a Navigation document
  • indicate cover in <manifest>: <item id="cover-image" properties="cover-image" href="Images/front_cover.jpg" media-type="image/jpeg"/>
  • add “dc:terms modified” metadata

something else? should be this fully compatible with old ereaders?
zonker is offline   Reply With Quote