Go to file
joey d115d2619e document special variables for Makefile 2007-04-10 01:25:16 +00:00
IkiWiki use pagesources rather than renderedfiles to get the list of pages 2007-04-10 00:51:43 +00:00
basewiki * Add a templates page to the basewiki. It will automatically list all 2007-03-31 06:55:12 +00:00
debian * Add a new %destsources hash, which maps between a destination file and 2007-04-10 01:18:03 +00:00
doc * Add a new %destsources hash, which maps between a destination file and 2007-04-10 01:18:03 +00:00
po * Add a new %destsources hash, which maps between a destination file and 2007-04-10 01:18:03 +00:00
t * Fix link() PageSpecs to not just look at the raw link text, but at where 2007-03-21 23:11:09 +00:00
templates use popup balloon for more backlinks, rather than expanding on hover, since 2007-04-06 22:30:51 +00:00
CHANGELOG
IkiWiki.pm * Add a new %destsources hash, which maps between a destination file and 2007-04-10 01:18:03 +00:00
Makefile.PL * Add support for PROFILE=1 to the Makefile, this turns on profiling of the 2007-04-10 00:26:15 +00:00
NEWS
README document special variables for Makefile 2007-04-10 01:25:16 +00:00
ikiwiki-mass-rebuild
ikiwiki-w3m.cgi
ikiwiki.in * Finally apply the index.html patch, with thanks to everyone who worked 2007-04-01 19:59:42 +00:00
mdwn2man fix 2007-03-31 06:56:52 +00:00
pm_filter
wikilist Fix typo. 2007-04-09 23:54:32 +00:00

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/>