Use Build static snapshot on the more... page to create the snapshot (this can be a slow process as all the pages in the project have to be created from their source).
Once a snapshot has been built successfully, you can browse it immediately from the confirmation page, or you can browse it from the more... page. There is also then an option on the more... page to delete the snapshot (erase all its .html files). You can also publish it to a web server if you are authorized to do so.
Private pages
Pages with a name which starts with ‘*’ are considered private and will not be added to the snapshot.
Private headers and footers
By default, MemoWiki will provide a standard header and footer for each snapshot page. If you select Use private snapshot header and footer as a Project setting, then MemoWiki will use the pages ‘*snap-header’ and ‘*snap-footer’ as the header and footer for each snapshot page (if they exist – it is not required that there be a header or footer).
These pages may contain Wiki markup as usual, but will normally also contain HTML markup (the head matter, title, etc.). They can be customized as each snapshot page is built using any of the special entities:
The snapshot index
On entering a web site or page, most web servers connect the user (client browser) to the page named ‘index’ (note that this name must be all lower-case on many servers). This means that if you wish, you can set up a different ‘entry point’ to the static snapshot than is used for the MemoWiki project, by having a distinct index page (MemoWiki will ensure this name is lowercase, so you can call it ‘Index’ if you like). If you do not supply an index page then the Build static snapshot action will create one for you, using a copy of the project home page named ‘index’.
Internals
The snapshot files are all placed in the top directory of the project (they have to be there as otherwise they would not be able to make safe relative links to the project’s files). The files associated with a project are often very large and so are not duplicated, so this is really just a snapshot of the editable files (wiki files and references).
To ‘publish’ a MemoWiki project, all that is needed are the .html files at the top level of a project and the content of the files directory. The other directories and files are not referred to from the snapshot .html files, so need not be included. MemoWiki can publish the snapnot to most web servers, as described here.
The snapshot can either be served as static pages and files from a web server, or it can be browsed directly on hard disk (no server is needed for this).