public
Fork of joeyh/ikiwiki
Description: a wiki compiler
Homepage: http://ikiwiki.info/
Clone URL: git://github.com/gmcmanus/ikiwiki.git
joey (author)
Sat Sep 08 19:08:13 -0700 2007
commit  79c499a6a7717b2b7f588903dd2ac5fe47945cd2
tree    8036a796249b75481e57e04f14afa39b86119b2d
parent  8912533997364e5bf979f87ffcc5909fe3f04fd4
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/>