Ticket #27 (new enhancement)
generate static html
| Reported by: | sheep | Owned by: | sheep |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Extensions | Version: | unknown |
| Keywords: | Cc: |
Description
There is a need for a script that would take an existing Hatta wiki instance, and generate a website consisting of all the pages from it, only read-only, in from of static html. It's not too hard, and may be terrific for generating documentation. Right now similar functionality could be achieved by running Hatta in read-only mode and downloading all pages with wget. A more convenient, dedicated tool would be much better.
Note: See
TracTickets for help on using
tickets.

The script would generate a single .html file for each text page, would copy all binary files, like archives or images, etc.
It would be nice to also generate bakclinks pages and recent changes page, maybe together with an index of all pages.
It should also generate the apropriate .css files, maybe also .ico file.
If PIL is available, it should also copy all thumbnails.
Unfortunately page history and search would have to be disabled.