Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 565 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 565 Bytes

Building the web page

This page runs with wiki2xhtml which creates HTML files from Wikitext. To run it, simply type

make

and the web page will most likely be built (goes to the html/ subdirectory). If not, you might not be using a unix based system. wiki2xhtml is also available on git.

Requirements:

  • rsync
  • imagemagick
  • java

Alternatively, use the Dockerfile (which builds granjow/wiki2xhtml) which contains those dependencies.