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 !
name age message
file .gitignore Sat Jul 26 20:04:54 -0700 2008 update ignore [Joey Hess]
file .perlcriticrc Tue Aug 12 12:48:44 -0700 2008 fix a common case typo [Joey Hess]
directory Bundle/ Loading commit data...
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 Tue Sep 09 17:24:59 -0700 2008 reformat [Joey Hess]
file auto-blog.setup Fri Jan 16 19:42:30 -0800 2009 add blogspam to auto-blog configure it to only... [Joey Hess]
file auto.setup Mon Jan 12 17:04:01 -0800 2009 remove hardlink settings from auto.setup files ... [Joey Hess]
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 Tue Jan 06 12:36:32 -0800 2009 table: Find links in external files in scan pass. [Joey Hess]
file gitremotes
file ikiwiki-makerepo Fri Jan 02 11:15:47 -0800 2009 ikiwiki-makerepo: Fix injecting of empty mercur... [Joey Hess]
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 Wed Dec 31 11:54:22 -0800 2008 fix moveprefs transition [Joey Hess]
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 Mon Feb 09 11:58:10 -0800 2009 Fix unusual --setup --post-commit command line ... [Joey Hess]
file mdwn2man Fri May 30 15:01:16 -0700 2008 improved period escape [Joey Hess]
directory plugins/ Tue Oct 21 14:57:19 -0700 2008 function injection overhaul Add an inject func... [Joey Hess]
file pm_filter Wed Feb 04 10:45:54 -0800 2009 typo [Joey Hess]
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.