HTML Exports

Last modified by Eleni Cojocariu on 2026/02/17 13:46

Explanation

You can export a Page in HTML format. HTML export allows wiki Pages to be exported as static HTML files, independent of the XWiki engine. This means you can access the exported content locally on your computer, without the need for a web server. All Pages are exported in view mode, this means dynamic functionalities such as complex macros, forms, or wiki applications will not work in the exported HTML files since they are static. Pages are exported using the current skin.

The HTML export is delivered as a ZIP file. Here's an example of its content and how it's organized:
example-zip.png

A basic index Page is also generated, providing a list of all exported Pages with clickable links:
index-page.png

To use the ZIP file, you need to unzip it on your local machine. Then, opening the index Page will open links to exported Pages. Links between Pages are relative, so they will work locally, allowing you to navigate between Pages as in the original wiki. 

Related

Get Connected