ktf (author)
Mon Oct 19 00:40:45 -0700 2009
commit  13e9383b48857daa206387f3486eb00e3b171a68
tree    df5c6dd041a5f52fa913f27bed5d9d63e2330d82
parent  77b0454e0c69fa0a3e3855b5f25322ae26b37042
name age message
file .gitignore Sun Jul 26 12:03:36 -0700 2009 Add generated localizations, and related stamp ... [Simon McVittie]
file .perlcriticrc Tue Aug 12 12:48:44 -0700 2008 fix a common case typo [Joey Hess]
directory Bundle/ Mon Apr 06 10:34:31 -0700 2009 remove dup [Joey Hess]
file CHANGELOG Sat Sep 09 15:50:27 -0700 2006 * Work on firming up the plugin interface: - ... [joey]
file IkiWiki.pm Tue Oct 13 12:00:07 -0700 2009 remove debugging and cruft [Joey Hess]
directory IkiWiki/ Loading commit data...
file Makefile.PL Sun Oct 11 16:56:40 -0700 2009 install ikiwiki-calendar [Joey Hess]
file NEWS Sat Sep 09 15:50:27 -0700 2006 * Work on firming up the plugin interface: - ... [joey]
file README Thu Aug 13 18:05:07 -0700 2009 change PROFILE to use Devel::NYTProf [Joey Hess]
file auto-blog.setup Wed Sep 23 10:46:32 -0700 2009 auto.setup, auto-blog.setup: Fix sanitization o... [Joey Hess]
file auto.setup Wed Sep 23 10:46:32 -0700 2009 auto.setup, auto-blog.setup: Fix sanitization o... [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 May 19 10:57:47 -0700 2009 set underlaydirbase in docwiki.setup 4291f2e3d... [Joey Hess]
file gitremotes Thu Aug 27 18:51:06 -0700 2009 print which remotes are failing [Joey Hess]
file ikiwiki-calendar Sun Oct 11 20:44:50 -0700 2009 allow spans [Joey Hess]
file ikiwiki-makerepo Thu Sep 10 13:22:58 -0700 2009 reorder vcs list [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 Sun Oct 04 17:30:21 -0700 2009 rework dependency types code Simplify, change ... [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 Thu Sep 10 13:15:48 -0700 2009 clean up use of IkiWiki::Receive Loading and u... [Joey Hess]
file mdwn2man Fri May 30 15:01:16 -0700 2008 improved period escape [Joey Hess]
directory plugins/ Tue Sep 29 10:35:30 -0700 2009 Support RPC::XML 0.69's incompatable object ins... [Joey Hess]
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/
directory t/
directory templates/
directory underlays/ Thu Oct 08 21:06:40 -0700 2009 add pagespec/sorting to underlay [Joey Hess]
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::NYTProf)

  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.