The export HTML module allows proofs in a browse window to be exported as HTML pages with optional links to copies of the original images.
The module adds HTML to the export proofs as menu in browse windows and an export HTML settings group to the settings window.
Default settings for export HTML are configured in the settings window.
![]()
Even though the settings for this module can be configured from any settings window, they are global settings and changing the module's settings in one window affects all other windows.
If any proofs are selected in the browse window, the default export what mode is selected. When no proofs are selected, the default export what mode is all which exports all proofs in the browse window.
The module's default settings are displayed when the export HTML window is opened.
Clicking the export gadget starts the process. The current settings are also copied to the global module settings as the new default settings. Clicking cancel loses changes made to the local settings in the export window
Once complete, the resulting directory structure is as follows (in this example we assume the destination file is ram:steeple.html, there are 30 proofs and the proof grid is 5 x 5):
· An entry HTML file steeple.html is created containing 25 proofs.
· A second HTML file steeple2.html is created containing 5 proofs.
· A ram:proofs directory is created containing the proof images.
· A ram:images directory is created. This directory is only populated with images if enabled in settings.
· Export HTML does not allow the link of an exported proof's image to point into another filesystem (all links are relative). To allow the viewing of images in the exported HTML file, the exported images are copied to the destination directory into the image subdirectory.
· There must be enough disk space to accomodate all necessary files otherwise the export will fail.