Go to file
Joey Hess 6b7d90d88a fixed most of the xapian todos 2008-06-03 23:52:56 -04:00
Bundle reorder 2008-06-03 16:19:27 -04:00
IkiWiki fixed most of the xapian todos 2008-06-03 23:52:56 -04:00
cpan
debian search: Converted to use xapian-omega. 2008-06-03 15:29:54 -04:00
doc first pass at doing xapian indexing 2008-06-03 21:14:56 -04:00
plugins
po updated French translation 2008-05-30 18:17:50 -04:00
t
templates prettify page names, and drop the redunadant url display 2008-06-03 22:11:33 -04:00
underlays
.gitignore
.perlcriticrc
CHANGELOG
IkiWiki.pm Add rel=nofollow to edit links. This may prevent some spiders from pounding on the cgi following edit links. 2008-05-28 03:09:04 -04:00
Makefile.PL use PERL 2008-06-02 12:14:09 -04:00
NEWS
README
docwiki.setup
ikiwiki-makerepo Also seed gitignore with recentchanges 2008-05-10 12:43:38 -04:00
ikiwiki-mass-rebuild ikiwiki-mass-rebuild: Don't trust $! when setting $) 2008-05-31 14:46:16 -04:00
ikiwiki-transition
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=0 turns on the taint flag in the ikiwiki program. (Not recommended
unless your perl is less buggy than mine -- see
http://bugs.debian.org/411786)

There are also other variables supported by MakeMaker, including PREFIX,
INSTALL_BASE, and DESTDIR. See ExtUtils::MakeMaker(3).

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