Sha256: 9f050731de41984fc9c245190ac11e752ab2c781babd3e4fc7ba1f45c2176096

Contents?: true

Size: 522 Bytes

Versions: 5

Compression:

Stored size: 522 Bytes

Contents

<% @title = "Export" %><%= sub_template "top" %>

<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><a href="../export_html">HTML</a>
  <li><a href="../export_markup">Markup (<%= @web.markup %>)</a>
<% if OPTIONS[:pdflatex] && @web.markup == :textile %>
  <li><a href="../export_tex">TeX</a>
  <li><a href="../export_pdf">PDF</a>
<% end %>
</ul>

<%= sub_template "bottom" %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
Pimki-1.0.092 app/views/wiki/export.rhtml
Pimki-1.1.092 app/views/wiki/export.rhtml
Pimki-1.2.092 app/views/wiki/export.rhtml
Pimki-1.3.092 app/views/wiki/export.rhtml
instiki-0.9.2 app/views/wiki/export.rhtml