Rainie3535 / sigil

Automatically exported from code.google.com/p/sigil
GNU General Public License v3.0
0 stars 0 forks source link

Support for iBooks fixed-format #1278

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using 0.5.2 on Windows 7. I could not find a way to successfully add the 
following xml for iBooks:

<?xml version="1.0" encoding="UTF-8"?>
<display_options>
<platform name="*">
<option name="fixed-layout">true</option>
</platform>
</display_options>

I believe that iBooks expects this source in a dedicated folder with a specific 
file name: META-INF/com.apple.ibooks.display-options.xml. I could not find a 
way to create the folder and import the file.

Original issue reported on code.google.com by e...@wojtaszek.info on 20 Feb 2012 at 2:53

GoogleCodeExporter commented 9 years ago
Sigil is a standards compliant EPUB editor. Apple's extensions are non-standard 
and will not be directly supported.

Original comment by john@nachtimwald.com on 20 Feb 2012 at 12:27