Sha256: c21fe804a3f1e22de96e43a73fcd44e1f7858fba461265633e31e2192830daa0

Contents?: true

Size: 731 Bytes

Versions: 3

Compression:

Stored size: 731 Bytes

Contents

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

<div class='content-box'>

<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> 

<p>If tex and pdflatex tools are installed on your system, you can also export this web in TeX/PDF formats.</p>

<p>Please note that only the latest revision of each page is exported.</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>

</div>
<%= sub_template "bottom" %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
Pimki-1.7.092 app/views/wiki/export.rhtml
Pimki-1.8.092 app/views/wiki/export.rhtml
Pimki-1.8.200 app/views/wiki/export.rhtml