Go to file
Joey Hess 5d3c225ad7 clarification 2008-01-09 02:50:02 -05:00
IkiWiki don't process data metadata in scan, as it's expensive and the metadata should not be needed so early 2008-01-09 02:41:38 -05:00
debian clarification 2008-01-09 02:50:02 -05:00
doc * meta: Run in scan mode again (more intelligently) and re-add support for 2008-01-09 02:38:43 -05:00
plugins
po update po 2008-01-09 02:42:58 -05:00
t
templates include license/copyright/author info if available 2008-01-09 02:32:03 -05:00
underlays
.gitignore
.perlcriticrc
CHANGELOG
IkiWiki.pm Call preprocessor hooks in void context during the scan pass. 2008-01-09 02:30:46 -05:00
Makefile.PL * Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects. 2008-01-07 18:12:12 -05:00
NEWS
README response, improve NOTAINT docs 2008-01-05 02:07:29 -05:00
docwiki.setup
ikiwiki-makerepo
ikiwiki-mass-rebuild
ikiwiki-update-wikilist
ikiwiki-w3m.cgi
ikiwiki.in
mdwn2man
pm_filter
wikilist

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. (Recommended
unless your perl is less buggy than mine -- see
http://bugs.debian.org/411786)

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