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 !
http://kaizer.se/ (author)
Sat Jul 04 00:52:58 -0700 2009
joeyh (committer)
Sat Jul 04 00:52:58 -0700 2009
name age message
file .gitignore Sat Jul 26 20:04:54 -0700 2008 update ignore [Joey Hess]
file .perlcriticrc Loading commit data...
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/ Wed Jul 01 10:45:28 -0700 2009 typo [Joey Hess]
file Makefile.PL Sun Feb 15 17:12:16 -0800 2009 debhelper v7; rules file minimisation. [Joey Hess]
file NEWS Sat Sep 09 15:50:27 -0700 2006 * Work on firming up the plugin interface: - ... [joey]
file README
file auto-blog.setup
file auto.setup Mon Jan 12 17:04:01 -0800 2009 remove hardlink settings from auto.setup files ... [Joey Hess]
directory cpan/
directory debian/ Mon Jun 29 11:51:49 -0700 2009 Updated French debconf templates translation. C... [Joey Hess]
directory doc/
file docwiki.setup Tue May 19 10:57:47 -0700 2009 set underlaydirbase in docwiki.setup 4291f2e3d... [Joey Hess]
file gitremotes Thu May 21 11:35:04 -0700 2009 add Bremner's ikimailbox repo to list also, mo... [Joey Hess]
file ikiwiki-makerepo Tue May 05 11:15:28 -0700 2009 ikiwiki-makerepo: Avoid using abs_path, as it a... [Joey Hess]
file ikiwiki-mass-rebuild
file ikiwiki-transition Fri May 22 10:09:11 -0700 2009 ikiwiki-transition: deduplinks was broken and t... [Joey Hess]
file ikiwiki-update-wikilist
file ikiwiki-w3m.cgi Fri Jul 07 14:00:48 -0700 2006 * Support a w3mmode, which lets w3m run ikiwiki... [joey]
file ikiwiki.in Fri May 22 10:46:07 -0700 2009 remove -T from ikiwiki.in, add back if NOTAINT=0 [Joey Hess]
file mdwn2man Fri May 30 15:01:16 -0700 2008 improved period escape [Joey Hess]
directory plugins/
file pm_filter Fri May 22 10:46:07 -0700 2009 remove -T from ikiwiki.in, add back if NOTAINT=0 [Joey Hess]
directory po/ Mon Jun 29 11:51:49 -0700 2009 Updated French debconf templates translation. C... [Joey Hess]
directory t/ Mon Jun 08 15:33:54 -0700 2009 Optimise use of gettext, and avoid ugly warning... [Joey Hess]
directory templates/
directory underlays/ Thu Apr 23 10:39:42 -0700 2009 relativedate: Deal with clock skew. If the ser... [Joey Hess]
file wikilist Mon Apr 09 16:54:32 -0700 2007 Fix typo. [joshtriplett]
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.