Talk:EPUB plugin
From AbiWiki
I downloaded Abiword 2.9.1 and looked at the opening readme file. I saved it as ePub and got very close to a working ePub file. The content.opf was missing the full list of items in the manifest which is required. That section should read:
<manifest> <item id="ncx" href="toc.ncx" media-type="application/x-dtbncx+xml"/> <item id="index.xhtml_files_style.css" href="Styles/index.xhtml_files_style.css" media-type="text/css"/> <item id="index.xhtml" href="Text/index.xhtml" media-type="application/xhtml+xml"/> </manifest>
Adding the two entries provides a working file as a starting point for improvements.