Skip to content

Latest commit

 

History

History

staticpagegen

staticpagegen

Generate static pages representing directory hierarchies.

staticpagegen is a tool used to generate static pages for directory hierarchies, using the simplest possible form for the protocols it supports. After passing it a directory, it generates directories containing the same files in the passed directory, alongside landing pages which link to the said files in each subdirectory. See staticpagegen.1 file for details.

Installation

Running the following should normally work:

make install

See Makefile for details