% @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' %>