Sha256: b5818e395f2294cb145cc9f23904102fa0b7df346096ceafc9a00599f4bf0ef1

Contents?: true

Size: 533 Bytes

Versions: 4

Compression:

Stored size: 533 Bytes

Contents

  <manifest>
    <item id="ncx" href="<%= @config['bookname'] %>.ncx" media-type="application/x-dtbncx+xml"/>
    <item id="<%= @config['bookname'] %>" href="<%= @config['cover'] %>" media-type="application/xhtml+xml"/>
<% if @config['toc'] && @config['mytoc'] %>
    <item id="toc" href="<%= @config['bookname'] %>-toc.<%= @config['htmlext'] %>" media-type="application/xhtml+xml"/>
<% end %>
<% @items.each do |item| %>
    <item id="<%= item.id %>" href="<%= item.file %>" media-type="<%= item.media %>"/>
<% end %>
  </manifest>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
review-5.3.0 templates/opf/opf_manifest_epubv2.opf.erb
review-5.2.0 templates/opf/opf_manifest_epubv2.opf.erb
review-5.1.1 templates/opf/opf_manifest_epubv2.opf.erb
review-5.1.0 templates/opf/opf_manifest_epubv2.opf.erb