Sha256: f7e36fd1106d67704b4b6452bbcbfc3f85eff545106639e321a0172890ca03cf
Contents?: true
Size: 590 Bytes
Versions: 4
Compression:
Stored size: 590 Bytes
Contents
<manifest> <item id="ncx" href="<%= @config['bookname'] %>.ncx" media-type="application/x-dtbncx+xml"/> <% if @config['cover'] %> <item id="<%= @config['bookname'] %>" href="<%= @config['cover'] %>" media-type="application/xhtml+xml"/> <% end %> <% if @config['toc'] && @config['mytoc'] %> <item id="toc" href="<%= @config['bookname'] %>-toc.<%= @config['htmlext'] %>" media-type="application/xhtml+xml"/> <% end %> <% @items.sort_by { |x| x.id }.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