public
Fork of joeyh/ikiwiki
Description: a wiki compiler
Homepage: http://ikiwiki.info/
Clone URL: git://github.com/gmcmanus/ikiwiki.git
Joey Hess (author)
Sat Nov 24 14:23:18 -0800 2007
commit  e3be983ba68288e304998b5b28290caf072b1e12
tree    5a3268e32e9544a540bf23a699a0af9c33ac6e59
parent  98db544305fb7cc5c91e898cf4f312f98067eed5
README
Use ./Makefile.PL to generate a Makefile, "make" will build the
documentation wiki and a man page, and "make install" will install ikiwiki.

A few special variables you can set while using the Makefile:

PROFILE=1 turns on profiling for the build of the doc wiki. Uses Devel::Profile
NOTAINT=1 turns off the taint flag in the ikiwiki program

All other documentation is in the ikiwiki documentation wiki, which is also
available online at <http://ikiwiki.info/>