% @title = "Export" %>
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).
- <%= link_to 'HTML', :web => @web.address, :action => 'export_html' %>
- <%= link_to "Markup (#{@web.markup.to_s.capitalize})", :web => @web.address, :action => 'export_markup' %>
<% if OPTIONS[:pdflatex] && @web.markup == :textile %>
- <%= link_to 'TeX', :web => @web.address, :action => 'export_tex' %>
- <%= link_to 'PDF', :web => @web.address, :action => 'export_pdf' %>
<% end %>