public
Description: a wiki compiler
Homepage: http://ikiwiki.info/
Clone URL: git://github.com/joeyh/ikiwiki.git
Click here to lend your support to: ikiwiki and make a donation at www.pledgie.com !
Joey Hess (author)
Tue Nov 11 18:01:16 -0800 2008
commit  2ab3132d3b88afa4b23dec3bf2a38f185e7f2fed
tree    7fac81537b72abbac89ca96a2c69673f211ca0a4
parent  ecd4f0ee553cc3e11491f236763d6cc7cd6dd8a1
name age message
file .gitignore Loading commit data...
file .perlcriticrc Tue Aug 12 12:48:44 -0700 2008 fix a common case typo [Joey Hess]
directory Bundle/
file CHANGELOG Sat Sep 09 15:50:27 -0700 2006 * Work on firming up the plugin interface: - ... [joey]
file IkiWiki.pm
directory IkiWiki/
file Makefile.PL
file NEWS Sat Sep 09 15:50:27 -0700 2006 * Work on firming up the plugin interface: - ... [joey]
file README
file auto.setup
directory cpan/ Mon May 05 11:51:26 -0700 2008 enhancesments for shared hosting * Add a Bundl... [Joey Hess]
directory debian/
directory doc/
file docwiki.setup
file ikiwiki-makerepo
file ikiwiki-mass-rebuild Fri Jun 13 10:05:44 -0700 2008 fix two build bugs * ikiwiki-mass-rebuild: Mak... [Joey Hess]
file ikiwiki-transition
file ikiwiki-update-wikilist Sun Jul 27 13:01:29 -0700 2008 add new wiki to wikilist [Joey Hess]
file ikiwiki-w3m.cgi Fri Jul 07 14:00:48 -0700 2006 * Support a w3mmode, which lets w3m run ikiwiki... [joey]
file ikiwiki.in
file mdwn2man Fri May 30 15:01:16 -0700 2008 improved period escape [Joey Hess]
directory plugins/
file pm_filter
directory po/
directory t/
directory templates/
directory underlays/
file wikilist Mon Apr 09 16:54:32 -0700 2007 Fix typo. [joshtriplett]
README
Use ./Makefile.PL to generate a Makefile, "make" will build the
documentation wiki and a man page, and "make install" will install ikiwiki.

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


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).

  In particular, INSTALL_BASE is very useful if you want to install ikiwiki
  to some other location, as it configures it to see the perl libraries
  there. See `doc/tips/nearlyfreespeech.mdwn` for an example of using this to
  install ikiwiki and its dependencies in a home directory.