Sha256: 95b13326b96b813df533cc47c9ac1a54c1ab1dd11e4d475b7afa78d710e4a5a7

Contents?: true

Size: 641 Bytes

Versions: 2

Compression:

Stored size: 641 Bytes

Contents

<% @title = "Export" %>

<p>You can export all the pages in this web as a zip file in either HTML (with working links and all) or the pure markup (to import in another wiki).</p> 

<ul id="feedsList">
  <li><%= link_to 'HTML', :web => @web.address, :action => 'export_html' %></li>
  <li><%= link_to "Markup (#{@web.markup.to_s.capitalize})", :web => @web.address, :action => 'export_markup' %></li>
<% if OPTIONS[:pdflatex] && @web.markup == :textile %>
  <li><%= link_to 'TeX', :web => @web.address, :action => 'export_tex' %></li>
  <li><%= link_to 'PDF', :web => @web.address, :action => 'export_pdf' %></li>
<% end %>
</ul>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
instiki-0.10.2 app/views/wiki/export.rhtml
instiki-0.10.1 app/views/wiki/export.rhtml